• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Profile making. Check for mount spell &

    Discussion in 'Requests & Discussion' started by camelot10, Oct 24, 2014.

    1. camelot10

      camelot10 Member

      Joined:
      May 3, 2011
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      8
      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 ?
       
    2. camelot10

      camelot10 Member

      Joined:
      May 3, 2011
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      8
      found solution Me.KnowsSpell
       

    Share This Page