Hey dark, can you do me a favour and log your deaths?
Also, are you running the NoStun offset? It sounds like a respawn is bashing you and stunning you long enough for the named to kill you. Can you also grep the log to make sure you aren't getting summoned?
I have an updated macro that 100% gauruntees you will never get summoned. I have it running right now, but as soon as it's done I will post it. I can last the entire six hours about 70% of the time now. Sometimes the pathing is bad and you die. If you like I can post all of my hotkeys that include the warp pos, the circle radius and the direction I face.
Edit: Here is the macro I am using to handle the targeting.
Selos is in slot one, the dots are 2-5 and marr is 6.
Also, are you running the NoStun offset? It sounds like a respawn is bashing you and stunning you long enough for the named to kill you. Can you also grep the log to make sure you aren't getting summoned?
I have an updated macro that 100% gauruntees you will never get summoned. I have it running right now, but as soon as it's done I will post it. I can last the entire six hours about 70% of the time now. Sometimes the pathing is bad and you die. If you like I can post all of my hotkeys that include the warp pos, the circle radius and the direction I face.
Edit: Here is the macro I am using to handle the targeting.
Rich (BB code):
| This macro made for www.Redguides.com
| Don't steal it or we'll punch your fase!
#turbo
#event camp "personingroup tells the group, 'lets roll'
#event dzadd "personyouwanttoadd tells you, 'add me'
#event invite "#*#invites you to join#*#"
#Event Zoned "#*#You have entered#*#"
#event GainExp "You gain#*#"
Sub Main
:loopstart
/doevents
/call GMcheck
/if (${Target.Level}>67) /tar npc next
/IF (${Target.Name.Equal[misguided beludu Creque]}) {
/twist stop
/target npc next
/delay 30
/twist 1 2 3 4 5 6
}
/IF (${Target.Name.Equal[a venomous stonemite]}) {
/twist stop
/target npc next
/delay 30
/twist 1 2 3 4 5 6
}
/if (${Target.Distance}>220) /keypress esc
/if (${Target.ID}==FALSE) /tar NPC radius 220
/delay 10
/goto :loopstart
/return
Sub GMcheck
/if (${Spawn[gm].ID}) {
/echo Gm detected
/beep
/beep
/beep
/keypress 9
/endmac
/unload
/q
}
/return
Sub event_camp
/sit
/camp desk
/return
sub event_zoned
/delay 5s
/sit
/camp desk
/endmac
/return
sub event_dzadd
/dzadd personyouwanttoadd
/return
sub event_invite
/invite
/return
sub event_GainExp
/stoptwist
/tar npc next
/delay 10
/IF (${Target.Name.Equal[misguided beludu Creque]}) {
/target npc next
/delay 30
}
/twist 1 2 3 4 5 6
/return
Last edited:



