Page 1 of 1

More Help with hunter

Posted: Wed Aug 25, 2004 2:53 am
by SiliconeClone

Code: Select all

   /if ((${Int[${Me.PctHPs}]}<75)&&(${Me.Gem["Touch of Innoruuk"]})&&(${Me.SpellReady["Touch of Innoruuk"]})) { 
      /varset TempID ${Target.ID} 
      /keypress forward 
      /keypress back 
      /keypress F1 
      /echo Casting Heal Spell because of low health... 
      /cast "Touch of Innoruuk" 
      /delay 3s 
      /target id ${TempID} 
   } 
Trying to edit this so that it taps the mob.. so far all it does is target me instead :(

Posted: Wed Aug 25, 2004 4:07 am
by dont_know_at_all
What does "/keypress F1" do?

Posted: Wed Aug 25, 2004 4:36 am
by SiliconeClone
sob haha how in the hell did i miss that