• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Noticed weird behavior with ninjaadvloot (1 Viewer)

wymranar

I <3 SKs *kissy face*
Joined
Jun 16, 2019
RedCents
878¢
Hey everyone,

I’m working on finishing up old partisans where I need each group member to loot a certain number of quest items.

Because of that, I have mq2autoloot turned off. Anyway, I noticed after I have loot on corpses, ninjaadvloot is doing stuff with them. It seemed like it was mostly leaving things on corpses and removing them from my advloot window. I thought this was weird because I have loot=0 in my KA ini.

Has anyone else noticed this?
 
I was using autoloot for that, with the tag |quest|## to sort that out on the loot.ini files. It distributed loot normally.

For ninjadvloot, i always used the command to turn loot off, not the entry in the kiss ini. Never had that kind of issue doing like that.
The command to turn loot on and off while kiss is running are : /looton 1 and /looton 0
 
After every VV update I replace the ninja INC file with my own which is completely stripped of all functionality. I run these lines from a batch file after every update. Ninjadvloot is really only needed for EMU servers which do not have ADV LOOT capability.

copy /Y c:\mq2\release\macros\Ninjadvloot.inc.BigDaddy c:\mq2\release\macros\ninjadvloot.inc pause copy /Y c:\mq2\release\macros\Ninjadvloot.inc.BigDaddy c:\mqn\macros\ninjadvloot.inc pause

Ninjaadvloot.inc.BigDaddy:
| Ninjadvloot.inc v6.2 07/27/2020 Redguides.com
| Updated: Stripped file to render it useless 7/27/2020 by BigDaddy
|
| Usage: add the following to your macro for looting
|   #include Ninjadvloot.inc
|   /call SetupAdvLootVars
|   /call LootMobs or /call UseAdvLoot

Sub SetupAdvLootVars(string ChangeIniFile)
/echo BD_NINJALOOT: Ninja Loot got called for intial setup!
/return

Sub LootMobs
/echo BD_NINJALOOT: Ninja Loot got called for looting mobs!
/return

Sub UseAdvLoot
/echo BD_NINJALOOT: Ninja Loot got called for using Advanced Loot!
/return
 
Question - Noticed weird behavior with ninjaadvloot

Users who are viewing this thread

Back
Top