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)) { |
This should work:
Code:
$client->TakeMoneyFromPP(2500000, 1) |
Quote:
Code:
if($text=~/alchemy/i && $client->GetRawSkill(59) < 250 && $client->TakeMoneyFromPP(2500000, 1)) { |
You're welcome, glad your issue is resolved.
|
All times are GMT -4. The time now is 06:25 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.