INITEVENTS start: display ok Spellcaster v1.0 by Bo0[m8s]$ This script casts MB, EB or FS on you and heals$ with Bandage or Spell if you are under 55 HP$ display yesnocancel Choose Spell$ yes = Mindblast$ no = Energy Bolt$ cancel = Flamestrike$ if #dispres = yes { set %spell 36 set %wait 2s set %mana 20 } if #dispres = no { set %spell 41 set %wait 3s set %mana 30 } if #dispres = cancel { set %spell 50 set %wait 3s set %mana 45 } display yesno Do you want to$ yes = Heal with Bandage$ No = Heal with Greater Heal$ if #dispres = yes set %heal 1 if #dispres = no set %heal 0 if %heal = 1 { display yesno Select Bandages as LastObject and make sure to have enough Regs$ if #dispres = yes goto hpcheck if #dispres = no halt } hpcheck: wait 1s if #hits < 55 { if %heal = 1 { event macro 17 wait 5 event macro 23 wait 1s event macro 13 46 wait 15s goto hpcheck } event macro 15 28 wait 2s event macro 23 wait 1s goto hpcheck } manacheck: if #mana < %mana { event macro 13 46 wait 10s goto hpcheck } cast: event macro 15 %spell wait %wait event macro 23 wait 1s goto hpcheck