same problem now. One hour ago i sold resources from the same city, now i get the same error of the topic. Ideas?
(reported) Unable to sell resource to a player on the same island using freighters
-
- Bug
- EN
- Beta
- AJP
-
-
sell while you can and play another game
-
-
This problem here:
(reported) Unable to sell resource to a player on the same island using freighters - Bug Reporting - Ikariam (gameforge.com)
Basically you CAN write the amount or you CAN click on MAX button ONLY if you have all resources they want to buy (the maximum resource, not just part of it).
Otherwise the button MAX is not working and writing the amount of resources doesn't help (as you can see on the bottom where ships are still 0/X. For example 500 resources should wrote 1/X (1/200 of ships for example).
You can go around it by wiritng the sum by hand but ONLY for trade ships and not freighters.
This is bug for very long time and nobody did anything about it. -
This problem here:
(reported) Unable to sell resource to a player on the same island using freighters - Bug Reporting - Ikariam (gameforge.com)
Basically you CAN write the amount or you CAN click on MAX button ONLY if you have all resources they want to buy (the maximum resource, not just part of it).
Otherwise the button MAX is not working and writing the amount of resources doesn't help (as you can see on the bottom where ships are still 0/X. For example 500 resources should wrote 1/X (1/200 of ships for example).
You can go around it by wiritng the sum by hand but ONLY for trade ships and not freighters.
This is bug for very long time and nobody did anything about it.The trade center is in my marble city, the level of my trade center in my crystal city is not sufficient. I will send 800,000 crystals to my marble city, press the maximum button and try to send 3,430,000 crystals at once and I will keep you informed of the situation. Have a nice game.
-
This problem here:
(reported) Unable to sell resource to a player on the same island using freighters - Bug Reporting - Ikariam (gameforge.com)
Basically you CAN write the amount or you CAN click on MAX button ONLY if you have all resources they want to buy (the maximum resource, not just part of it).
Otherwise the button MAX is not working and writing the amount of resources doesn't help (as you can see on the bottom where ships are still 0/X. For example 500 resources should wrote 1/X (1/200 of ships for example).
You can go around it by wiritng the sum by hand but ONLY for trade ships and not freighters.
This is bug for very long time and nobody did anything about it.The trade center is in my marble city, the level of my trade center in my crystal city is not sufficient. I will send 800,000 crystals to my marble city, press the maximum button and try to send 3,430,000 crystals at once and I will keep you informed of the situation. Have a nice game.
You don't have to send the whole maximum for sale (what he needs). You just have to have it in your town from where you want to send it.
Not only the one resource, but all of them he wants from his Trade center...
After you will have all what he needs in your town, you can send whatever you want. Even 10k or whole 4M. -
One player on my island wanted wood, wine, crystal and sulphur. I did not have all the crystal or sulphur he wanted, so I ran into this bug.
The max button worked for the wood and wine, but not the crystal and sulphur.
I got around it by selling 49999 sulphur and 1 wine.
I could not sell the sulphur on its own, but by adding any amount of wine or wood, I could sell the sulphur!
-
Hello,
It is a common bug, I would like to sell resource from the marketplace to another player, my ships were available and alocated to this mission, but "max" otpion didn't work, and manual writing of resource count for this transaction had been refused.
I made the same operation from another city, and it worked...
I refreshed my browser and logged out- and ogged in, the issue persisted.
And I made a mistake, to test the issue more, I activated mercenary ships to see if the transaction will still block, and it didn't, costing ambrosia to me. I directly cancelled the operation hoping to be payed back, but I uselessly lorst my ambrosia.
Is it planed to fix this issue, that exists since a long time?
Is it possible to get back my lost amount of ambrosia?
-
Happy Birthday, dear Bug!
More than a year, you are with us for more time than most players, comrade Bug.
-
Please, man...
One year, a new server, and still same bug.
Nobody use freighters to trade or only few people have this bug?
-
Hello!
My experience with this bug.
Freighters cannot be used if the person selling the resource has less of the resource in the warehouse than the amount put on the market. If the buyer sets the market offer to 10 million, but you have 2 million, you will not be able to use freighters.
If the buyer reduces the market offer to 1 million, then you will be able to use freighters.
That's how it worked for me.
This allows me to use freighters in trade.
To be able to sell resources with freighters, you must always have more resources in the warehouse than the market offer.
These are my conclusions for this bug
-
Hello!
My experience with this bug.
Freighters cannot be used if the person selling the resource has less of the resource in the warehouse than the amount put on the market. If the buyer sets the market offer to 10 million, but you have 2 million, you will not be able to use freighters.
If the buyer reduces the market offer to 1 million, then you will be able to use freighters.
That's how it worked for me.
This allows me to use freighters in trade.
To be able to sell resources with freighters, you must always have more resources in the warehouse than the market offer.
These are my conclusions for this bug
The problem is a not fixed frontent bug during the sell...
To fix that, you can use this tampermonkey snipped (disclaimer: use with own risk):
Code- // ==UserScript==
- // @name Shop-Sell-Fix
- // @namespace http://tampermonkey.net/
- // @version 1.0
- // @description Shop-Sell-Fix
- // @author MrMate
- // @match https://*.ikariam.gameforge.com/*
- // @exclude https://forum.ikariam.gameforge.com/*
- // @icon https://www.google.com/s2/favicons?sz=64&domain=gameforge.com
- // @grant none
- // ==/UserScript==
- (function() {
- /* #1: Global fix, but ment for the shop: The console.warn is not existing in Ikariam, so provide a fake one to be able to sell again */
- window.console.warn = () => {};
- })();
It's really sad, that this bug has not been discovered from the GameForge devs, yet...
-
Hello!
My experience with this bug.
Freighters cannot be used if the person selling the resource has less of the resource in the warehouse than the amount put on the market. If the buyer sets the market offer to 10 million, but you have 2 million, you will not be able to use freighters.
If the buyer reduces the market offer to 1 million, then you will be able to use freighters.
That's how it worked for me.
This allows me to use freighters in trade.
To be able to sell resources with freighters, you must always have more resources in the warehouse than the market offer.
These are my conclusions for this bug
The problem is a not fixed frontent bug during the sell...
To fix that, you can use this tampermonkey snipped (disclaimer: use with own risk):
Code- // ==UserScript==
- // @name Shop-Sell-Fix
- // @namespace http://tampermonkey.net/
- // @version 1.0
- // @description Shop-Sell-Fix
- // @author MrMate
- // @match https://*.ikariam.gameforge.com/*
- // @exclude https://forum.ikariam.gameforge.com/*
- // @icon https://www.google.com/s2/favicons?sz=64&domain=gameforge.com
- // @grant none
- // ==/UserScript==
- (function() {
- /* #1: Global fix, but ment for the shop: The console.warn is not existing in Ikariam, so provide a fake one to be able to sell again */
- window.console.warn = () => {};
- })();
It's really sad, that this bug has not been discovered from the GameForge devs, yet...
Exactly this!
Only one SINGLE LINE of code and they can´t move this:
Players has to risk a ban for using scripts to resolve LESS THAN ONE LINE OF CODE.
To be more clear anybody need to change ONLY THIS after A YEAR:
Disgusting.
-
Over a year of this issue.
Someone figured out the problem, wrote a script to correct it.
It apparently is the result of crap coding.
We still don't have it fixed in game.
It shouldn't require an illegal script to correct a flaw in the coding.
WTH
-
same for me after the merge... -,-
the game doesn't recognize the ships which i selected and gives me error saying "you don't have enough transport capacity"
-
Shame on devs, update your game..so it stays alive
-
hi, before the update, i havent been able to trade with my freighters too. only except for a few occassions. why is it so? please advice, thanks.
-
hi, before the update, i havent been able to trade with my freighters too. only except for a few occassions. why is it so? please advice, thanks.
Open a ticket, or something else so developers can see that their player base is eager for this LARGE bug not being fixed yet, over a year i cannot use my ships for specific situation and just loosing gold..