---===Money===---
Posted: May 19th, 2011, 8:07 am
Ok guys i made a couple of changes to the server.
It will now be possible to make real stocked shops!
You can do this buy building a [Trade] sign (http://ess.earth2me.com/index.php/Sign_ ... _Eco_Signs)
It will even work if your not online.
So how do you create one? (i am explaining this because i think that webpage doesn't explain it clearly)
Make a sign look like this (think of the following code-box as a sign):
Selling your resources, for example dirt:
There! You finished the sign! The amount of stuff you put up for sale will now be pulled from yuor inventory and is 'in' the sign.
Note: Stock limit is 64, even if you have more in your inventory. (Temp Limitation of the mod)
Just make another sign if you want to sell more than 64 i guess
You can also replace itemnames for their ID numbers, for the number see this ID page
It will now be possible to make real stocked shops!
You can do this buy building a [Trade] sign (http://ess.earth2me.com/index.php/Sign_ ... _Eco_Signs)
It will even work if your not online.
So how do you create one? (i am explaining this because i think that webpage doesn't explain it clearly)
Make a sign look like this (think of the following code-box as a sign):
Selling your resources, for example dirt:
Code: Select all
[Trade]
dirt:0 (don't ask me what the ':0' part does, cuz i don't know)
$5:64 (where 64 is the amount of dirt you want to sell)
Your name will appear automatically, no need to type it! just finish the sign.
Note: Stock limit is 64, even if you have more in your inventory. (Temp Limitation of the mod)
Just make another sign if you want to sell more than 64 i guess

You can also replace itemnames for their ID numbers, for the number see this ID page