• 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 - Pulling Ini Example

howlinhoss

Active member
Joined
Aug 10, 2019
RedCents
265¢
Anyone able to share a working ini for pulls?

I am trying to get my warrior pulling with the settings below. I think the missing piece is the APPath where I need to use ModMove to create a path.

Any examples would be helpful.



Code:
[Settings]
DoPull=TRUE
PullerName=manual

[AdvPull]
APCheckTime=0
APRadius=200
APMobMax=10
APScript=pull
APPath=
APRetPath=
APBefore=
APAfter=/attack on
APAnnounce=/bc inc %T
APRetries=1
APMaxZRange=100
APChainPull=0
APPullAbility=melee
APPullMaxLevel=200
APPullMinLevel=1
HunterMode=0
HealMana=0
APPullDelay=0

[Script-Pull]
Commands=1
C1=/disc provoke
 
Heres the one I use for my pally but keep in mine I'm generally happy to plop my ass down in 1 spot and just pull anything that comes within spell/bow range. Also be sure to set Radius=X to whatever you want your aggro radius to be. Have mine set to 390 wich is my max bow range. Still havent figured an alternative to a "keypress" for single arrow shot. Since I never leave camp I dont bother settign puller and I leave DoPull=FALSE and just toggle it with a "/mb dopull" hotkey since i'm usually on my MT by default. Others work well in background.


Code:
[Script-Pull]
Commands=6
C1=/if ({Target.Distance3D}>250 && !{Me.RangedReady}) /delay 1s
C2=/if ({Target.Distance3D}>250) /multiline ; /keypress 7 ; /delay 3s
C3=/if ({Target.Distance3D}<250 && !{Me.SpellReady[Ardent Audacity]}) /cast Parlay for Honor
C4=/if ({Target.Distance3D}<250) /cast Ardent Audacity
C5=/if ({Target.Distance3D}>=150) /delay 2s
C6=/return
[AdvPull]
APCheckTime=0
APRadius=40
APMobMax=1
APScript=Pull
APPath=
APRetPath=
APBefore=
APAfter=/multiline ; /delay 5 ; /attack on
APAnnounce=/g Incomming << %t >>
APRetries=1
 
The pulling section of ModBot hasn't been updated in a long time. FelisMalum, if yours is generally working, that is great to hear. But I definitely know this section needs a lot of TLC. Howlinhoss, if you get your working, or would like to share your particular issues/experiences, we can work on tuning things.
 
I had to do some code butchering of the pulling file to resolve a few issues. Primary among them was the MT would never stop pulling, eventually resulting in the group going OOM and wiping. Another issue I have noticed is as long as mbdopull=true the toon never bothers to handle any rebuffs. Attack is often sluggish to turn on also. Mob will get to MT but they will spend allot of time casting till finally attack turns on.
 
Question - Pulling Ini Example

Users who are viewing this thread

Back
Top
Cart