• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
simplebeg.mac (Simple Skill Raiser)

Release simplebeg.mac (Simple Skill Raiser) 1.1

No permission to download
Joined
Dec 18, 2017
RedCents
21¢
EQ_Analytics submitted a new resource:

simplebeg.mac (Simple Skill Raiser) - Simple Begging Macro based on beg.mac

Based on Macro Here, All Credit to them: https://www.redguides.com/community/resources/max-beg-bind-wound-alcohol-and-forage-skills.297/
(Credit: GPS_Soldier, Cannonballdex)

Beg.Mac was a bit complicated (did AT, BW, etc.), also is broken as of 07/24/2022, simplified the macro and added some quality of life enhancements.

/Target NPC and start the macro, Note: Begging can get you killed!

Tested with 120 Beastlord from 575-600 in Crescent Reach (Librarian Hemfar) and worked great.

Read more about this resource...
 
INI:
/if (!${Plugin[MQ2Nav].Name.Equal[MQ2Nav]}) {
            /beep
            /echo ${Time} - Unable to load MQ2MoveUtils plugin, stopping.
i think this echo is meant to be MQ2Nav :p
 
Nice macro. Funny thing is I actually named my original beg the same thing but it was so simple I never posted it. I will look at the beg.mac and see what might be wrong with it. Brings back memories. Thanks for sharing.

Code:
|simplebeg.mac by Cannonballdex
|Target a beggable npc and run /mac simplebeg

Sub Main
:Start
/doability "Begging"
/delay 11s
/if (${Me.Skill[Begging]} == ${Me.SkillCap[Begging]}) {
    /echo You have maxed begging!
    /end
}
/echo Beggging Skill ${Me.Skill[Begging]} of ${Me.SkillCap[Begging]}
/goto :Start
/return
 
Nice macro. Funny thing is I actually named my original beg the same thing but it was so simple I never posted it. I will look at the beg.mac and see what might be wrong with it. Brings back memories. Thanks for sharing.

Code:
|simplebeg.mac by Cannonballdex
|Target a beggable npc and run /mac simplebeg

Sub Main
:Start
/doability "Begging"
/delay 11s
/if (${Me.Skill[Begging]} == ${Me.SkillCap[Begging]}) {
    /echo You have maxed begging!
    /end
}
/echo Beggging Skill ${Me.Skill[Begging]} of ${Me.SkillCap[Begging]}
/goto :Start
/return
Thanks for improving and making the one this is based on!
 
Release simplebeg.mac (Simple Skill Raiser)

Users who are viewing this thread

Back
Top
Cart