• 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 - Line 4152 Pull with is broken for tanks with a bow!

Razkle

Single-handedly keeping Daybreak in business
Creator
Joined
Mar 27, 2014
RedCents
3,453¢
hey line 4152 reads
Rich (BB code):
            /if (${PullTimer} && (!${AggroTargetID} && !${ChainPull}) && !${Select[${PullWith},Melee,Pet]} && !${Select[TRUE,${Me.SpellReady[${PullWith}]},${Me.AltAbilityReady[${PullWith}]},${Me.CombatAbilityReady[${PullWith}]}]}) /goto :PullAgain

and a tank with a ranged weapon pulls all wonky, will pull stuff from 300 and leave stuff at 25 and other weirdness, in the past we fixed it with adding back in Ranged! Can we get this fixed in release?

should be
Rich (BB code):
            /if (${PullTimer} && (!${AggroTargetID} && !${ChainPull}) && !${Select[${PullWith},Melee,Ranged,Pet]} && !${Select[TRUE,${Me.SpellReady[${PullWith}]},${Me.AltAbilityReady[${PullWith}]},${Me.CombatAbilityReady[${PullWith}]}]}) /goto :PullAgain
 
I was wondering why my tank was never using his bow to pull.
 
there WAS a thread but it never got fixed, so guess what, there is a NEW thread AND even a line number to make it SIMPLE! Grrrrrr please fix this!
 
well, Godzilla ate his homework then cause it did not make it in there lol
 
It'll need to be updated and released again. The fix came after the release yesterday.

Hopefully it comes soon tho, pulling with melee on a warrior sucks lol
 
um.. line 4152 yet again! Borked! please mr leeezard..... fix it
 
It will be fixed in the new release this weekend. Fighting 18 patches and errors currently.
 
Problem - Line 4152 Pull with is broken for tanks with a bow!

Users who are viewing this thread

Back
Top
Cart