• 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.

Recent content by z166204

  1. Z

    Can someone give me a definition of what these do in a macro?

    Here is a break down as you requested .... #event SomeSub "#0# tells #*#, 'Hello there #1#.'" Sub Event_SomeSub(string who, string hailed) ${who} will be set to #0# ${hailed} will be set to #1# #*# is just a placeholder for any text wether its 1 character or 50 characters.... This is not saved...
  2. Z

    Macro on a timer

    Sub main /declare restartallover timer outer 120m :mainloop ..... lots of cool things you want to do for 2 hours or whatever time above timer is set to..... /if (!${restartallover}) /mac macroname /goto :mainloop
  3. Z

    GRRR!! level 75

    Actually this didnt work. I was maxed 70 and aa prior to release. Shrouded down and exp'd in a boxed group. Unshrouded after release gained 0 exp, 0 aa.
  4. Z

    Sanguimanus the Redfang

    ae root with damage component while mezed = instant depop of 5-6 a cast.
  5. Z

    Sleeper server Pok spells sold

    Actually it was possible to piggyzone into it. Was reported multiple times on other sites to happen at random with the origional ini file with pok zone paths still in place. Other times it would just boot from server. I'm guessing the zone was available sometimes and not at others (hence the...
  6. Z

    Your Longest Macro Runtime?!?! Can you beat me?

    320,000 pp in 24 days continous usage doesnt seem like very much to me. Considering there are things you can obtain and sell to make the same or more in very little time depending on your server economy. Like Voodoo wands. (i still have a ton of these over multiple accounts that i sell off...
  7. Z

    HP Watcher Macro Help

    Glad I could help out. Projects like this give me ideas to try out in my spare time :) Plus some extra red cents always nice if people like the results.
  8. Z

    HP Watcher Macro Help

    Here ya go Moonspell. You can add people to monitor by typing /add. It will add them in 3 different methods... /add <Name> - Adds one person. /add <Name1> <Name2> ..... - Adds all people in the given list. Dont go too crazy here just add a few at a time. /add - Adds your current Target...
  9. Z

    looking for Council of the 9 strat

    Pull avatar, take to 90%. Add auto pulls, Kill add. Take avatar to 80%. Next add auto pulls, Kill add. Take avatar to 70%. Next add auto pulls, Kill add. ... Rinse/Repeat down to 0%.
  10. Z

    sure this is super easy to make....

    sub main :castloop /casting "bloody ancille's pouch|item" /delay 5 :waitloop /if (!${Cursor.ID} && ${Me.Casting.ID}) { /delay 1s /goto :waitloop } /if (${Cursor.ID}) { /autoi /delay 1s /goto :castloop } /return
  11. Z

    Target sub

    Sounds like a problem with the macro you might be inserting this into. Wouldnt be able to assist without seeing it as a whole to get an idea of what its doing.
  12. Z

    Target sub

    No to all accounts. This sub should in theory work. But you may need to add a delay after the targeting portion (line bolded where you would change delay) if it is not detecting the hott portion (due to eq's slow responce to get you an accurate hott). sub npccheck /declare npccount int local...
  13. Z

    Help required with basic macro pls?

    #include spell_routines.inc Sub Main /declare TGT1 string outer name /declare HEAL_SPELL string outer Superior Healing :loop /doevents /if (${Me.Casting.ID} || !${Me.SpellReady[${HEAL_SPELL}]}) /goto :loop /target pc ${TGT1} /if (${Target.PctHPs}<50) /call heal /goto :loop sub heal...
  14. Z

    snare help

    sorry had a typo on the event to call the snare sub. try copy/pasting the above message from me and lemme know what happens.
  15. Z

    snare help

    #include spell_routines-2.4.inc #event NoShield "You need to equip a shield in order to BASH" #Event Snared "#*#engulfed by a festering darkness#*# Sub Main /declare face int local /declare snaretime string local 90s /echo ${Macro.Name} Started.... /varset face ${Param0} /if...
Back
Top