• 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

issues with lootwhore mac

easyfun

New member
Joined
Aug 18, 2005
RedCents
Ok here is the little issue I'm having with my lootwhore macro.

When ever I zone the sub events not working.
When in the instance he assists and DPS's just fine. But when the instance ends I have the bard getting a new DZ, zoning in and send ing /dzadd comands to 5 other toons for added DPS. All 4 of the others work fine, just the chanter isn't accepting the DZ or moving when he zones.

Any help here would be great.

Rich (BB code):
|Macro Lootwhore.mac
|Macro Made By Hamburgerhelper
|For use of Redguides ONLY
|My brain hurts
|Usage /mac Lootwhore "Mastersname"
|Commands: /tell "lootwhore" Camp out now - Makes Bot Camp
|          /tell "lootwhore" Reset Mac - Resets Mac


#Event Zoned1 "#*#You have entered Nedaria#*#"
#Event Zoned2 "#*#You have entered The Forgotten Halls#*#"
#Event Died "#*#You have entered Guild Lobby#*#"
#event reset "#*#Reset mac#*#" 
#event camp "#*#Camp out now#*#"
#Event kill "#*#lunges at you#*#"
#Event AEC "#*#Your clairvoyance fades#*#
#Include advpath.inc 
#turbo 10

|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sub Main 
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Change This Stuff ---------------------------
/call InitAPFVars 1 15 20
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 /echo Starting Assist Macro. 
 :loop
 /call GMcheck  
 /doevents
 /delay 5 
 /goto :loop 
/return 
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sub Event_Kill
 /doevents flush
 /delay 5s
 /squelch /target clear
 /delay 1
 /assist toonname
 /delay 2s ${Target.ID}
 /if (!${Target.ID}) {
 /echo [${Time}] NO Target...
 /return
 }
:CAST_PET
 /delay 1
 /if (${Target.PctHPs} > 95) /goto :CAST_PET
 /pet attack
 /pet taunt off
 /delay 5s
 /sit on
:CAST_DD
 /delay 1
 /if (${Target.PctHPs} > 80) /goto :CAST_DD
 /cast 5
:CAST_DD1
 /delay 1
 /if (${Target.PctHPs} > 75) /goto :CAST_DD1
 /cast 6
 /delay 4s
 /sit on
:CAST_DD2
 /delay 1
 /if (${Target.PctHPs} > 60) /goto :CAST_DD2
 /cast 7
 /delay 5s
 /sit on
/return
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 sub event_Zoned1  
 /doevents flush
 /delay 5
 :WaitForInviteToInstance
 /delay 1
 /if (!${Window[ConfirmationDialogBox].Open}) /goto :WaitForInviteToInstance
 /delay 1s  
 | 2) Click YES
 /notify ConfirmationDialogBox Yes_Button leftmouseup 
 /doevents flush
 /delay 5
 /invite
 /delay 5
 /keypress esc
 /pet sit
 /call PlayFunction "move2rock 1 cf nopp noz"
 /call WaitTilThere
 /delay 5
 /doortarget
 /face
 /click left 560 112
 /click left 560 212
 /click left 560 312
 /click left 560 412
 /click left 560 512
 /click left 160 312
 /click left 260 312
 /click left 360 312
 /click left 460 312
 /click left 560 312
 /click left 660 312
 /click left 760 312
 /click left 860 312
 /click left 960 312
 /return 
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 sub event_zoned2
 /doevents flush
 /keypress home
 /call PlayFunction "fh2roomloot 1 cf nopp noz"
 /call WaitTilThere
 /return 
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Sub Event_AEC
 /keypress 6
 /delay 1s
 /cast 9
 /delay 7s
 /return
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Sub WaitTilThere
 :LoopTilThere
 /if (${PathingFlag}==1) {
 /call AdvPathPoll
 /delay 0
 /doevents
 /goto :LoopTilThere
 }
 /return
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sub Event_reset 
/Tell toonname Resetting in 5
/delay 5s 
/macro lootwhore
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Sub Event_tell
| /tell toonname ${Sender} told Me, '${ChatText}'
| /return 
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sub Event_camp 
 /camp 
 /endmac 
/return
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Sub GMcheck
/if (${Spawn[gm].ID}) {
/mqlog GM Fuggin up plan
/keypress instant_camp
/endmac
}
/return
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
sub event_died    
 /camp desktop
 /end
 /return

Thanks,
 
That should work fine. You're probably still zoning when bard sends you the invite, and sometimes that = you don't get popup box. Should add longer delays to the bard sending invites, or checks to make sure everyone is in the dz.
 
issues with lootwhore mac

Users who are viewing this thread

Back
Top
Cart