View Single Post
  #1  
Old 01-30-2015, 04:57 PM
epilz
Hill Giant
 
Join Date: Sep 2013
Posts: 247
Default TakeMoneyfromPP question

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.");
Reply With Quote