• 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

Question - Pulllevel=

revloki42

Member
Joined
Nov 4, 2015
RedCents
61¢
I'm trying to figure out how to properly format the pull level command for the 8.5 kiss INI, currently i have it set at PullLevel=85|110 however every time it starts it gives an error and reset's itself to the defaults, and something has apparently been randomly editing my kissassist_info.ini to include nearby mobs in the ignore list, as well as remove nearby quest npc's that can not be pulled from the do not pull list. what exactly is going on here?
 
yeah set to auto it doesn't give any errors for the pull level, my concern with that is my current puller is 105, and a couple of the alts in the group are low 90's, including the MT, so i've been hunting in some of the HoT zones rather than my normal higher level hunting grounds so i've been wanting to pull things lower level than i would normally hunt

hmm if i set it to auto, the light blues i have been pulling, suddenly aren't valid for pulls and get ignored, but do get pulled when it finds fault with the current settings and resets to the default
 
yeah set to auto it doesn't give any errors for the pull level, my concern with that is my current puller is 105, and a couple of the alts in the group are low 90's, including the MT, so i've been hunting in some of the HoT zones rather than my normal higher level hunting grounds so i've been wanting to pull things lower level than i would normally hunt

hmm if i set it to auto, the light blues i have been pulling, suddenly aren't valid for pulls and get ignored, but do get pulled when it finds fault with the current settings and resets to the default

Yea the default/reset is 1 to 200, so everything qualifies for getting pulled.

- - - Updated - - -

OK found the issue with why PullLevel was getting reset.

In the following section of code the highlighted line needs to be replaced:

Rich (BB code):
    /if (${PullLevel.Find[auto]}) {
       /varcalc PullMin ${Me.Level}-5
       /varcalc PullMax ${Me.Level}+2       
    } else /if (${PullLevel.Equal[0|0]} || ${PullLevel.Equal[0]} || ${PullLevel.Equal[null]} || !${PullLevel.Find[|]}) {
       /varset PullMin 1
       /varset PullMax 200
       /varset PullLevel off
    } else {
       /varset PullMin ${PullLevel.Left[${Math.Calc[${PullLevel.Find[|]}-1]}]}
       /varset PullMax ${PullLevel.Right[${Math.Calc[${PullLevel.Length}-${PullLevel.Find[|]}]}]} 
    }
    /if (${PullMin}>${PullMax} || ${PullMin}==0 || ${PullMax}==0) {
       /echo Invalid Pull Level Settings resetting to default.
       /varset PullMin 1
       /varset PullMax 200
       /varset PullLevel off
    }
 
Question - Pulllevel=

Users who are viewing this thread

Back
Top
Cart