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

/dzadd accept code? (1 Viewer)

letmein

New member
Joined
Aug 10, 2005
RedCents
Anyone know the command to accept a DZ when invited?

I don't want my lootwhore to be in group leaching xp.
 
Rich (BB code):
Sub NewAdventureCheck
    /if (${Zone.Name.NotEqual[The Forgotten Halls]}) {
    | We're not in the Instance... 
        
        | 1) Wait til the invite arrives
        :WaitForInviteToInstance
            /delay 1
        /if (!${Window[ConfirmationDialogBox].Open}) /goto :WaitForInviteToInstance
        /delay 1s  
        
        | 2) Click YES
        /notify ConfirmationDialogBox Yes_Button leftmouseup 
        
        | 3) Turn to the rock
        /call SimpleMove "LastMove"
        
        | 4) Activate the zone in    
        /keypress u
        
        | 5a) Wait til we zone in
        :WaitingToZoneIntoInstance
            /delay 1s
            | 5b) Reclick on the stone occationally.
            /keypress U
        /if (${Zone.Name.NotEqual[The Forgotten Halls]}) /goto :WaitingToZoneIntoInstance
        
        | 6) Move to the camp spot
        /call SimpleMove "EntranceToCamp"
        
        | 7) Continue on to watch the troops.
    }
/return

SimpleMove is my own personal movement routine. Everything else should work fine for you or at least give you enough info to build your own.

-SimpleMynd
 
/dzadd accept code?

Users who are viewing this thread

Back
Top