Thread
:
Check for buff?
View Single Post
#
4
02-25-2014, 03:00 PM
Kingly_Krab
Administrator
Join Date: May 2013
Location: United States
Posts: 1,603
FROM:
Code:
if($client->FindBuff(123456)
TO:
Code:
if($client->FindBuff(123456)
)
You're missing a parenthesis, that script would not run.
Kingly_Krab
View Public Profile
Send a private message to Kingly_Krab
Find all posts by Kingly_Krab