• 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 - PullWith=Corroded Axe|Corroded Axe - Berzerker

Joined
Jan 14, 2016
RedCents
1,418¢
Having a problem getting PullWith=Corroded Axe|Corroded Axe to fire for my Berzerker. It finds the mob on radar, and targets it, and runs up to it, but does not throw the axe. Have tried various settings like PullWith=Corroded Axe (minus the pipe and ammo etc). Throw Stone does work, so I am inclined to suspect something is wrong with the way KA parses the Axe.

I have Axes made, in range slot, and in ammo slot. I have a Ranged hotkey.

Anyone found a way to PullWith one of the Berzerker axes?
 
Yea, target mob, hit range hot key.....

But seriously, are you sure it's not summoned: corroded axe, or something of the like? Do you get KA to summon them for you? Does any other ranged item work in instead?
 
MQ2 FindItem[].Type appears to be broken
Rich (BB code):
/echo ${Select[${FindItem[=Filedsplitter bow].Type},Archery,Throwing,Throwingv2]}
/echo ${Select[${FindItem[=corroded Axe].Type},Archery,Throwing,Throwingv2]}
returning 0 instead of 1 and 2
reported to eqmule

Use throw stone for now.
 
This due to recent changes in MQ2. Eqmule wanted the .Type to report back what the server actually did.
He has to add an new TLO .Skill to Item which is where Throwing is stored.
Soon as fix is done in MQ2 I will adjust Kiss to reflect the change and correctly pickup the skill.
 
yes pullwith = throwing items is currently broken.
Hopefully will be fixed soon.
 
Yea, same thing will happen with Well balanced throwing knife and Guardian Blade. There was a change made to ItemType that borked being able to tell what skill an item uses, like throwing. These items now return Ammo and not throwing.
 
Try this. Find this line 4900 ish
Rich (BB code):
/if (${Select[${FindItem[=${PullWith.Arg[1,|]}].Type},Archery,Throwing,Throwingv2]} && ${FindItemCount[=${PullWith.Arg[1,|]}]} && ${Redguides}) {
replace it with
Rich (BB code):
/if (${Select[${FindItem[=${PullWith.Arg[1,|]}].Type},Archery,Throwing,Throwingv2,ammo]} && ${FindItemCount[=${PullWith.Arg[1,|]}]} && ${Redguides}) {
see if that fixes it.
 
Problem - PullWith=Corroded Axe|Corroded Axe - Berzerker

Users who are viewing this thread

Back
Top
Cart