• 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

Select Highest XP target

Druid

Member
Joined
May 23, 2005
RedCents
70¢
Is there a way in a macro to select the highest XP target?

Let's suppose I want to select all the rats in a room, can I kill the highest xp first?

TIA
 
Experience isn't readily available to the client even when you earn exp, much less telling it from the mob... usually, it would be the highest level mob, and yes, that would be possible to do... but it's not always the case, and the mobs are probably so close that it's not really worth it.
 
Well if you can find what makes those kills worth more sure you can do it. Maybe it is something to do with level, or maybe the type of mob, or maybe location. But that's something you'd have to figure out, MQ just doesn't have the information.
 
OK. How 'bout selecting the highest LEVEL mob among apparantly smilar names?

For example:

Rat (lev 57)
Rat (lev 59)
Rat (lev 61)
Rat (lev 60)

Could I (and how could I) /tar the lev 61 rat, and if there are no 61s, then the 60, etc. ?

Obviously, I can see the lev. (on the HUD) after it is alredy /tar 'd. Is there a way to know it before /tar ?
 
Wouldn't you be able to add/change this into the target.mac?

/if (${Target.ID}==FALSE) /tar NPC 60 radius 220
/if (${Target.ID}==FALSE) /tar NPC 59 radius 220
/if (${Target.ID}==FALSE) /tar NPC 58 radius 220
/if (${Target.ID}==FALSE) /tar NPC 57 radius 220
/if (${Target.ID}==FALSE) /tar NPC radius 220

I haven't had a chance to try it out myself yet.
Zepher
 
Select Highest XP target

Users who are viewing this thread

Back
Top
Cart