• 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

Problem - Pull certain level mobs (1 Viewer)

Joined
Oct 3, 2024
RedCents
80¢
Version of KissAssist.mac?
12.002
When did your problem start?
Always
Character Role?
  1. Puller
What class is having this issue?
  1. Wizard
How often does this issue occur?
Always
Ok i am looking for a condition to be able to pull certain level mobs. i know i can go to the pull section in my ini and set the low and hi there but i dont want to have to keep going there and changing it. i do have this so far but not sure where to put it at

[CODE title="certain level mob pull"] ${Target.Level}>(${Me.Level}+10) || ${Target.Level}<=${Me.Level}[/CODE]
 
Is there a way to set that variable in a Lua script or hotkey thay can just hit when they level? That may be a quick way to change as needed without editing the ini file very time. Just a thought :)
 
Is there a way to set that variable in a lua script or hotkey thay can just hit when they level? That may be a quick way to change as needed without editing the ini file very time. Just a thought :)
the kiss wiki doesn't appear to allow that with an easy command, however you could get tricky and do something like /multiline; /varset PullMin ${Me.Level}-5; /varset PullMax ${Me.Level}+2

you can also use "auto" in the pulllevel

PullLevel=auto - sets PullMin=Character level - 5 and PullMax = Character level + 2
 

PullLevel0|00-200|0-200MinLevel|MaxLevel - 10|20 would set lowest level of mobs to pull to 10 and highest level to 20.


it goes in the PullLevel section, just as you said - now keep in mind, it evaluates on plugin start, it isn't dynamic as stuff changes
thank you but i was hoping to add a condition somewhere so it would keep up with my level. is that not possible?
 
Problem - Pull certain level mobs

Users who are viewing this thread

Back
Top
Cart