Crafting Silver Coins

07/03/2018 15:49 Andreasbovas#1
Is there a function to craft silver zcoins? Just like

Func BuyEssence($aAmount)
$amount = $aAmount * 250
Return SendPacket(0xC0, 0xE5, 0x0, 0x2, 0x46, 0x3, $amount, 0x2, 0xEC, 0x3A9, 0x0)
EndFunc ;==>BuyEssence
07/03/2018 18:46 phat34#2
Do you mean buy silver coins with bronze ones?

If so, I will write you one for 5 armbraces!
07/03/2018 19:37 Andreasbovas#3
Quote:
Originally Posted by phat34 View Post
Do you mean buy silver coins with copper ones?

If so, I will write you one for 5 armbraces!

Send you a private message!
07/04/2018 06:30 savsuds#4
Don't try and make it trade over 3k coppers at a time. It will crash.
07/04/2018 13:21 phat34#5
ok.. I will rezone each 2500...

got it working for gwapi…. still trying to port to gwa2
07/06/2018 07:36 savsuds#6
Quote:
Originally Posted by phat34 View Post
ok.. I will rezone each 2500...

got it working for gwapi…. still trying to port to gwa2
you should just set it to trade in before it gets too high.
04/19/2019 22:28 savsuds#7
phat34, I am pretty sure I put that code on the discord if you wanted it still.