• 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 - some issues ( mq2tarinfo and ninjadvloot )

Joined
Nov 8, 2019
RedCents
110¢
so today i have noticed that Ninjadvloot had stopped stacking the single items it picks up it just fills the bags w/o checking for stacks and assimilating them into the collective ( caused by dragon horde possibly ?) ... and it appears that the "come to me " button in tarinfo is not working Follow and mimic are but come to me appears to be broken atm . am omw to work will have to investigate further when i get back . but if anyone else is having the same issue any input would be cool .

Grimlock
 
I think most people are using mq2autoloot now, but if someone is still using ninjadvloot can you let us know if it's still working for you?

As for mq2targetinfo, I haven't heard anyone else having an issue, and all 3 buttons are working on my end.
 
so today i have noticed that Ninjadvloot had stopped stacking the single items it picks up it just fills the bags w/o checking for stacks and assimilating them into the collective ( caused by dragon horde possibly ?) ... and it appears that the "come to me " button in tarinfo is not working Follow and mimic are but come to me appears to be broken atm . am omw to work will have to investigate further when i get back . but if anyone else is having the same issue any input would be cool .

Grimlock
the loot issue appears a broader eq issue possibly related to instances. several folks are having that issue

no issues with come to me here - double check that you have mq2nav loaded with good meshes
 
I can confirm the issue is not strictly related to ninjadvloot, I use mq2autoloot and am having the same issue.
 
I noticed all of my toons bags were filling up quite quickly and it appears the recent hotpatch broke autoloot to where it won't autostack items. If anyone knows of a workaround, please shoot it over.
 
I noticed all of my toons bags were filling up quite quickly and it appears the recent hotpatch broke autoloot to where it won't autostack items. If anyone knows of a workaround, please shoot it over.
yeah this appears to be an EQ issue likely related to instances

ladon shared this thread from eq boards > Here <
 
Really annoying but if you have a lot of bag space you can at least go for a while without dealing with it.
 
Anybody know what sequence to work around this? Eg maybe turn off the game's auto looting, and set autoloot plugin to autoinventory every half second or something?
 
Everyone being affected please hit the forum thread above and click LIKE on the original post so that it bumps it up the bug chain. I can't believe they haven't jumped all over this already
 
Everyone being affected please hit the forum thread above and click LIKE on the original post so that it bumps it up the bug chain. I can't believe they haven't jumped all over this already
good call - they actually use what gets the most LIKES to prioritize stuff lol
 
BTW, in the meantime, I have added this to my mac to be called every once in a while:

[CODE title="Autoinv Everything"]/declare x int local
/declare y int local

/for x 1 to 9
/for y 1 to 40
/itemnotify in pack${x} ${y} leftmouseup
/autoinv
/next y
/next x[/CODE]

I keep stuff I don't want autosorted in pack 10 and don't have any bags bigger than 40 slots, so adjust accordingly for yourself. I'm sure there's a way to get container size but I tried once and failed - and I'm lazy.
 
fuzzymelon great snippet!

Usually I'd add some sort of delay between /autoinv , firing 360 /autoinv in a second might be a bit strange ...

I use this check to see if inventory needs help
/if (${Math.Calc[${InvSlot[Pack10].Item.Container}-${InvSlot[Pack10].Item.Items}]} < 2) { /echo less than 2 spots left in the last bag, do something about it.. }
 
Problem - some issues ( mq2tarinfo and ninjadvloot )

Users who are viewing this thread

Back
Top
Cart