• 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

GK leech XP macro

Roguish

Member
Joined
Aug 19, 2006
RedCents
10¢
If the leecher is not a FD class or a rogue with SoS unlock the second Kobold shroud and use the FD that gives you.

Get into your zone of choice, open the macro and type in the GK'er's name where it prompts you to. FD and start the macro next to wherever the GK'er's starting position is.

Rich (BB code):
#turbo

#Event hit "YOU for"

Sub Main

   /waypoint add c2

   :loop
   /assist ***INSERT GK'er's Name Here***
   /warp target
   /delay 5
   /warp wp c2
   /doevents
   /goto :loop

/return
 

Sub hit

   /warp wp c2
   /end

/return
 
This is the newest version that stops the macro when you zone and doesn't get hung up on mobs when it mis-targets.

Rich (BB code):
#turbo

Sub Main

/declare curzone string local
/varset curzone ${Zone.ShortName}

/echo Macro Bound To: ${Zone.Name}

   :loop

   /if (!${Zone.ShortName.Equal[${curzone}]}) /call Stoppit
   /warp succor
   /if (${Me.PctHPs} < 90) /goto :loop
   /assist ***INSERT GKer's NAME HERE***
   /if (${Target.PctHPs}>99 && ${Target.ID}) /target clear
   /warp target
   /delay 5
   /goto :loop

/return

Sub Stoppit
	/popup Ending the Leech Macro...
	/beep
	/beep
	/beep
/endmacro
 
I will say these are ok but missed xp happens alot. I wont post mine cause it has WP and whatnot but ill give you a hint. #event xp "You gain #*#"


This way it looks for xp msg then in the sub have it clean target and warp succor then assist again.
 
You gaining XP is nice but it doesn't get you off a target when you're on the wrong one, that /clear target line is what fixed the whole problem for me.
 
The one I use now includes the gained exp tag. It works well in most cases...except when the Monk starts getting tagged hardcore, FDs, and the PL'ing toon is left hanging out there in the middle of the zone until the Monk starts whacking again. My macro keeps the toon on the mob being killed until her gets exp for it. It would be nice to add something that allows the toon to warp back to the safe area if the monk FDs.
 
lol, some retard just gave me a negative red cent for posting the latest version of a four month old macro that has at least 3 other versions on this website.

GK leech XP macro 04-09-2007 09:49 AM Sto posting anything related to Ghostkill we have enough problems with idiots.

Using Red Cents to let someone know you're against public knowledge of Ghostkilling posted four months ago.... I think I found one of the idiots you speak of! Damn, I wish these tags had names attached to them. If you really wanted someone to not post GK info you'd think you'd use a PM, start an anti-GK RedGroup or even a thread to maybe push GKers into a RedGroup (probably not a bad idea), but you try a negative RedCent?
 
IMMA GIVE YOU A REDCENT FOR THE FUCKTARD WHO GAVE YOU A NEGATIVE CUASE OF THIS POST.

just becuase.

keep up the work roguish!!
 
I made a couple of macros to do this before I got cought up in work and other rl crap. Anyhow the basics of what I did was I had the gker send a command to the fd'd character telling it to /target npc id ${Target.ID}
when the character has a target it warps to it, when there is no target, it warps back.
 
Roguish said:
You gaining XP is nice but it doesn't get you off a target when you're on the wrong one, that /clear target line is what fixed the whole problem for me.

My xp spot i never get hit. But even if it did, the monk has Heal pots and mend that take him back up to full quickly. My PL toon is in rogue shroud so if he is out in the middle of he zone it doesnt matter. Then my monk goes right back to the same mob so no xp lost.

Hell my PL toon also loots. It checks the npc's in a radius and if noone near it loots and re sneaks/hides. This usually happens when all the mobs in the instance is dead. Then it goes to work. I have about 5-10 mins between repops and thats when it loots. Once monk starts up again it goes out of loot mode and starts the xp again.

The reason why i made my own is because of the lost xp i watched it one day it would get xp 75% of the time. Mine the only time it loses xp is when the monk kills it before i can assist. Id say mine is 99% of the time. I might try to go thru it and remove names and WPs and stuff. But i have alot im working on right now
 
oooh looting!!! I have a loot everything macro but I've gotta pretty much just run it manually when I get the urge.

3djoker said:
IMMA GIVE YOU A REDCENT FOR THE FUCKTARD WHO GAVE YOU A NEGATIVE CUASE OF THIS POST.

just becuase.

keep up the work roguish!!

ha ha, thank you :#
 
np at all.

its people who take everything so serious in a GAME that need to try to bring down someone who is just trying to help MANY that desrve the negatives. if it wasnt for people like yourself and MANY MMANY MANY others here on RQ forums, they wouldnt have as much fun as what they could without the info.

o.k., so some abuse stuff, thats fine !!!! in the long run, they will get banned. who cares about them?


unless you ARE one of them, and yer jealous that others may gain as much as you, and your retarded enough to get mad cuase someone may get as much or more then you can, so you get mad enough to do stupid stuff to try to bring others down for helping out.

like i said, for every negative they give, ill back it up with a positive redcent. no matter who it is.

stop getting mad over a game, and accept the fact, that yer not the only one trying to make the game more enjoyable before you decide to call it quits.


REQUEST FORUMS FOR THE WIN!!!!!!
 
Roguish said:
You gaining XP is nice but it doesn't get you off a target when you're on the wrong one, that /clear target line is what fixed the whole problem for me.

Ah ha!! That is the one I need!! Thanks for that bit of code. I'll add that into my macro tonight and see how that works. My PL toons can get stuck on some wayward mob and mis dozens of mob kills and exp. Thanks!
 
Rogue, I am using your macro, with a couple of changes of my own (warp back to succor area to use invis potions when I appear or start to appear). I don't miss any exp now. Nice job!
 
hotdog said:
Rogue, I am using your macro, with a couple of changes of my own (warp back to succor area to use invis potions when I appear or start to appear). I don't miss any exp now. Nice job!

How did you do this?

did you add a event line like

#Event appear "You feel yourself starting to appear"

then add warp succor and use invis potion?

THis would be nice cause the PL toon cant use LOTD. (shroud form not an option). Or at least i havent found a way.
 
(Place this above your Sub Main)

#event Appear "#*#You appear#*#"

(Place this in your Subs)

Sub Event_Appear
/warp loc -457 14.5 -41
/delay 1s
/potionbelt activate 1

/return



Just set the loc to a safe spot in the zone you are in.
 
Hmmm...it varies. Sometimes invis just wears off before the 20 minutes the buff should last for. I just keep a health supply of them on my PL'ee toon...at lesat 300 so i don't have to run back to the bazaar. However, I think in 6 hours, I rarely use more than 25 of them.
 
someoneorsomething said:
How did you do this?

did you add a event line like

#Event appear "You feel yourself starting to appear"

then add warp succor and use invis potion?

THis would be nice cause the PL toon cant use LOTD. (shroud form not an option). Or at least i havent found a way.


Just stay FD or SOS, nothing ever sees you, no need for the check. The line checking for hitpoint loss has only been triggered once that I recall and it was while in Anguish and I forgot to turn off the leecher and an AOE hit him, it is there just so you don't kill your toon by accident someday, one less death, it really doesn't help the afk leeching at all, same way the zone lock check doesn't, it's just an added bonus in case you forget to turn it off someday.
 
GK leech XP macro

Users who are viewing this thread

Back
Top
Cart