Script Summary: Enhance the selling page of marketplace in Travian.
Features:
* Modifies the "Sell" page of marketplace to an interface similar to the "Send Resources" page of the powerful Greasemonkey Script "Travian3 Beyond".
* You can set the amount of resources to the multiples of the amount each your merchant can carry simply by clicking the numbers. You don't have to reference to the "Send Resources" page and type on your own anymore. (Inspired by Travian3 Beyond)
* Automatically records what you submit and displays it at the table below. You can click on the rows to refill the form so that you don't have to fill in the same things over and over again.
* Automatically captures and saves the amount of resources each merchant can carry every time you browse the "Send Resources" page, and use it as the default value.
Other Language:
There are currently English and Traditional Chinese interfaces available.
For Traditional Chinese interface, please open the script with any text editor and change the following code:
var LANG = LANG_EN;to
var LANG = LANG_ZH;



