Page 1 of 1

Conjuration Macro: conjur.mac

Posted: Mon Apr 10, 2006 7:11 pm
by gse7en
You need summon bread for this to work. Will practice conjuration until you target something. Have fun.

Code: Select all

|** conjur.mac
    Special thanks to all the VIP's who helped me make this script a success.

    Puts summon: food or drink in first slot, chain casts that spell, destroying 
    any food that is successfully conjured, and auto meds when OOM.  
    Target something to end macro.**|


#event SpellFizzle "Your spell fizzles!"
#event OOM "You have insufficent mana"

Sub Main

/declare fizz int outer
/memspell 1 "Summon Food"  |Change this part here as needed|
/target clear

:cast
    /if (${Target.ID}) /goto :end
  /varset fizz 0
  /cast 1
  /delay 1s
  /doevents
   /if (${fizz}) /goto :cast
  /delay 6s
   /if (${Cursor.Name.Equal[Summoned: Black Bread]}) /destroy 
  /goto :cast

:end
/endmacro
/return


|||If your spell fizzles, try, try again|||

Sub Event_SpellFizzle
  /varset fizz 1
   /if (${Target.ID}) /endmacro
/return


|||If you're OOM, then you should med, fucking nooblet|||


Sub Event_OOM
  /sit
  /delay 1m (${Me.PctMana} == 100) 
/return 

Posted: Wed Apr 12, 2006 4:12 pm
by matter68
works well thanks :D

Re: Conjuration Macro: conjur.mac

Posted: Fri Jan 09, 2026 12:35 pm
by xyilla

Re: Conjuration Macro: conjur.mac

Posted: Fri Jan 09, 2026 12:36 pm
by xyilla

Re: Conjuration Macro: conjur.mac

Posted: Fri Jan 09, 2026 12:37 pm
by xyilla

Re: Conjuration Macro: conjur.mac

Posted: Fri Jan 09, 2026 12:39 pm
by xyilla

Re: Conjuration Macro: conjur.mac

Posted: Fri Jan 09, 2026 12:40 pm
by xyilla

Re: Conjuration Macro: conjur.mac

Posted: Fri Jan 09, 2026 12:41 pm
by xyilla

Re: Conjuration Macro: conjur.mac

Posted: Fri Jan 09, 2026 12:42 pm
by xyilla

Re: Conjuration Macro: conjur.mac

Posted: Fri Jan 09, 2026 12:44 pm
by xyilla

Re: Conjuration Macro: conjur.mac

Posted: Fri Jan 09, 2026 12:45 pm
by xyilla

Re: Conjuration Macro: conjur.mac

Posted: Fri Jan 09, 2026 12:47 pm
by xyilla