What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Profile making. Check for mount spell &

camelot10

Member
Joined
May 3, 2011
Messages
55
Reaction score
1
im writing profile and trying to check that spell Violet Proto-Drake - Spell - World of Warcraft

Code:
		<If Condition="HasSpell(60024)">
			<CustomBehavior File="Message" Text="can cast that spell" />
		</If>		
		<CustomBehavior File="Message" Text="end of conditions" />

but log shows me
HTML:
Starting the bot!
...
[Profile Message]: end of conditions

it didnt found mount spell, but im pretty sure i have it.
can someone give me tip about that problem? how i can check if character have that mount spell or not ?
 
Back
Top