Jump to content

bael666

Members
  • Posts

    41
  • Joined

  • Last visited

Reputation Activity

  1. Like
    bael666 got a reaction from Batman in How can WRobot detect enemy dodge (overpower move)?   
    Just add it to your spell list with the condition "Is Spell Usable".
     
     

  2. Like
    bael666 got a reaction from fragik in How to create Quest profile   
    You could try;
    RunMacroText("/Cast Frost Bolt")
    or you can also use the command you found but instead of spellid use the position in your spellbook, eg;
    CastSpell(1,"spell")
    will cast the first spell in your spellbook;
    CastSpell(1,"pet")
    will cast the first spell in your pet's spellbook.
     
    Hope that helps.
     
  3. Like
    bael666 got a reaction from kodec in How to create Quest profile   
    You could try;
    RunMacroText("/Cast Frost Bolt")
    or you can also use the command you found but instead of spellid use the position in your spellbook, eg;
    CastSpell(1,"spell")
    will cast the first spell in your spellbook;
    CastSpell(1,"pet")
    will cast the first spell in your pet's spellbook.
     
    Hope that helps.
     
  4. Like
    bael666 reacted to Droidz in C_Timer.After Equivalent   
    Hello,
    http://wrobot.eu/forums/topic/2482-shadow-priest-void-tendrils-help/?do=findComment&comment=11419
  5. Like
    bael666 got a reaction from BetterSister in How to create Quest profile   
    You could try;
    RunMacroText("/Cast Frost Bolt")
    or you can also use the command you found but instead of spellid use the position in your spellbook, eg;
    CastSpell(1,"spell")
    will cast the first spell in your spellbook;
    CastSpell(1,"pet")
    will cast the first spell in your pet's spellbook.
     
    Hope that helps.
     
  6. Like
    bael666 reacted to BetterSister in FightClass Condition help   
    Known issue
×
×
  • Create New...