• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Sham canni sub (1 Viewer)

nyghteyes

What is a macro??
Joined
Mar 21, 2006
RedCents
1,437¢
Not sure if I hacked this up badly or not. Looks ok for me from here but cant test atm.
My goal was to take what siddin had here and make it loop canni 4 till he was up on mana. Anyone able to take a look through tis for me?

Rich (BB code):
Sub Spasm_Loop
/if (${Macro.Return.Equal["CAST_SUCCESS"]}) { 
/g ***${Target.CleanName} Is SLOWED!***
/varset Slowed 1 
/target ${Me}
/gsay Eating my arm till mana comes back.
/if ${Me.CurrentMana} < ${Math.Calc[${Me.MaxMana}-1000]} && ${Me.MaxHPs} > 
2424) /call cast "Cannibalize IV"
/if ${Me.MaxHPs} < 2500) /call cast "Quiescence"
/if ${Me.CurrentMana} < ${Math.Calc[${Me.MaxMana}-2500]} /goto Spasm_Loop
/gsay Ready for pulls.
/return
}
/return

This is Siddin's original mac which works for me but I dont have canni 5
http://www.redguides.com/community/showthread.php?t=1255&highlight=sham
 
Rich (BB code):
|cani.mac: a simple cani macro 
|usage: /mac cani [sit] 
|By:  holmedog 

#include spell_routines.inc 


sub main 

/if (${Me.PctMana}>95) /return 
/cast "Cannibalize IV" 
/delay 4s 
/sit 
/delay 2s 
/if (${Me.PctHPs}<45) { 
/varset TempID ${Target.ID} 
/keypress F1 
/echo Casting Heal Spell because of low health... 
/cast "Quiescence" 
/delay 5s 
/sit 
/delay 25s 
/target id ${TempID} 
} 
/call main 
/return
 
Sham canni sub

Users who are viewing this thread

Back
Top