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
Func BuyEssence($aAmount)
$amount = $aAmount * 250
Return SendPacket(0xC0, 0xE5, 0x0, 0x2, 0x46, 0x3, $amount, 0x2, 0xEC, 0x3A9, 0x0)
EndFunc ;==>BuyEssence