I got this from Natedog for a Tradeskill bot, but how do I update the removal of plat on the client side. I tried adding updateclient=true but its not working correctly.
Code:
if($text=~/alchemy/i && $client->GetRawSkill(59) < 250 && $client->TakeMoneyFromPP(2500000)) {
quest::setskill(59,250);
quest::say("You are now trained in alchemy.");