Thread: Check for buff?
View Single Post
  #6  
Old 02-26-2014, 09:53 AM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

Quote:
Originally Posted by Kingly_Krab View Post
FROM:
Code:
if($client->FindBuff(123456)
TO:
Code:
if($client->FindBuff(123456))
You're missing a parenthesis, that script would not run.
i'm sure he would've figured that out when he changed the spell id.. i was rushed because i had work an stuffs.. wrote it in 2 seconds.
Reply With Quote