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

Target.Mac (1 Viewer)

mrtyler

New member
Joined
Apr 12, 2005
RedCents
Sry to bother you all, but I have been looking for a target.mac that has the player check as well as the GM check. I have seen a lot of them out there but all have been edited for Vxed. With all the problems people have been having with GM's baning accounts, am kind of afraid to run any of the vexed ones. I am using in zones that most people wont go to, but would love to add a player check to the one i am using just incase someone shows up in the area I am kiting while I sleep. Ill post the target.Mac I have been using. Please take a look at it and help if you can.


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#*#"  
  
  
Sub Main  
  
    
:loopstart 
/doevents  
/call GMcheck  
/if (${Me.PctHPs}<=45) /potionbelt Activate 1
/if (${Me.PctHPs}<=60) /potionbelt Activate 2
/if (${Target.Level}>67) {
/squelch /twist stop
/target npc next
/delay 30
/squelch /twist 7 1 2 3 4
}
/if (${Target.Name.Equal[a venomous stonemite]}) {
/squelch /twist stop
/target npc next
/delay 30
/squelch /twist 7 1 2 3 4
}
/if (${Target.Distance}>220) /tar npc radius 220 
/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

Also was some confusion on when to got xp and when to go aa, at 65 shall i stop and go for aa's until I get all my aa's needed to kite? or shall I go for 70 and get all my new spells. 66-70 runes are very easy for me as I can 3 box named from NC to RSS so never had a problem getting spells for all of my alts. Normaly I went right to 70 and just grind aa's with my tank and cleric. this time the bard is on the same account as the tank so I wont be able to xp like I used to. when not grouping will be kiting for aa's. Any help would be great.
 
Add in the bold line where I stuck it.





| 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#*#"


Sub Main


:loopstart
/doevents
/call Playercheck
/call GMcheck
/if (${Me.PctHPs}<=45) /potionbelt Activate 1
/if (${Me.PctHPs}<=60) /potionbelt Activate 2
/if (${Target.Level}>67) {
/squelch /twist stop
/target npc next
/delay 30
/squelch /twist 7 1 2 3 4
 
I also saw a while back there was a post that would make the circles not look so perfect, think it was called drunk bard or something, but i have looked and searched and cant find it again. Anyone have it or remember it?
 
I was using the target.mac while twisting and circling when someone told me in game I should use "toggle last two targets" for even faster AA's. Now when I try that with the target.mac it doesn't seem to work because the last target is dead.

Is it possible to set a command in the target.mac to toggle beween the 2 closest npc while it is targeting?

Or maybe use the "toggle last two targets" key in game somehow?

I can barely get these plugins to work let alone create one.

Any suggestions on this possibility?
 
Target.Mac

Users who are viewing this thread

Back
Top