bael666
-
Posts
41 -
Joined
-
Last visited
Reputation Activity
-
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".
-
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.
-
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.
-
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
-
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.
-