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

Question - trying to use a cleric to power level (1 Viewer)

If you wanted to do it in a downshit:
Change mana PCT to what ever suits you.

Code:
downshitif=1
downflag0=1
downshit0=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.PctMana}<99 && !${Me.Sitting}) /Sit
 
Try this.

INI:
Sub Main
    /while (1) {
        /if (${Me.Standing}) /sit
        /delay 5
    }
/return
In fairness, I was eating pizza and responded on my mobile, I couldn't be bothered to add the condition on the mobile~


If you wanted to do it in a downshit:
Change mana PCT to what ever suits you.

Code:
downshitif=1
downflag0=1
downshit0=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.PctMana}<99 && !${Me.Sitting}) /Sit
Why would you add something to be used continuously in combat in a downshit?
 
I use two macros for this. The first one is from VIP section on the mothership and I won't link here without permission, but it does damage to all mobs. At the end, that character says "I'm done hitting all of these." (This can be done manually).

The second


Code:
#Event DoSit "#*#I'm done hitting all of these#*#"

Sub Main
/while  (${Me.Class.ShortName.Equal[clr]}) {
    /doevents
}
/endmac
/return

Sub Event_DoSit

/while (${SpawnCount[npc xtarhater]}) {
    /if (${Select[${Me.State},sit]}==0) /sit
}
/return
 
You can put a link to a .mac from the main MQ2 VIP boards because if they haven’t donated or whatever the link wouldn’t go anywhere anyway.
 
Question - trying to use a cleric to power level

Users who are viewing this thread

Back
Top