• 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 --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

shrink mac (1 Viewer)

Bronx

Member
Joined
Oct 22, 2005
RedCents
im not macro fixing guy lol but can somene plz lookat this and let me know why since poro it hasnt worked? thanks in advance

Code:
| shrink.mac
| Credit goes to a friend for edidting clickies to make this, which will shrink you (twice)
| with a Wand of Imperceptibility if you have one, if you don't, this won't do a damn thing for you. =p


#include Spell_Routines.inc

sub Main

/declare WandCast int
/declare oldItem string local


/if (!${Me.State.Equal["FEIGN"]}) {
/call EquipItem "Wand of Imperceptibility"
/varset oldItem ${Macro.Return}
/for WandCast 0 to 1
/call cast "Wand of Imperceptibility" item
/next WandCast
/call EquipItem ${oldItem}
} else {
/popup You're FD'd, NOT casting.
}
 
shrink mac

Users who are viewing this thread

Back
Top