Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

are you sure it is ninjaadv doing the looting then?my Looton=0 and it is still doing its thing.
hrm the ninjaadv loot (admitedly i don't use it, so i could be totally wrong here) is just an .inc file for kissassist, which gets used if you have looton=1Yes, it my mq2 window:
[MQ2] NINJADVLOOT: no one wants >Item< leaving item on corpse

/autoloot turn off| -------------------------------------------------------------------------------------
| SUB: Loot Stuff
| -------------------------------------------------------------------------------------
Sub LootStuff
/if (!${LootOn} || (!${Me.UseAdvancedLooting} && ${AggroTargetID}) || (${IAmMA} && ${AggroTargetID}) || (${DMZ} && ${Me.InInstance}==FALSE) || ${Me.Invis}) /return
DEBUGN LootStuff: Enter
/if (${Me.FreeInventory}==0) {
/echo Inventory is full. Looting OFF
/varset LootOn 0
/return
}
/doevents
/if (${Me.UseAdvancedLooting}) {
/if (${Bool[${Plugin[MQ2AutoLoot]}]}) {
/if (${AutoLoot.Active}) /return
}
/call UseAdvLoot
} else {
/call LootMobs
}
/call DoWeMove 0 lootstuff
DEBUGN LootStuff: Leave
/return
Starting at line 6207:
INI:| ------------------------------------------------------------------------------------- | SUB: Loot Stuff | ------------------------------------------------------------------------------------- Sub LootStuff /if (!${LootOn} || (!${Me.UseAdvancedLooting} && ${AggroTargetID}) || (${IAmMA} && ${AggroTargetID}) || (${DMZ} && ${Me.InInstance}==FALSE) || ${Me.Invis}) /return DEBUGN LootStuff: Enter /if (${Me.FreeInventory}==0) { /echo Inventory is full. Looting OFF /varset LootOn 0 /return } /doevents /if (${Me.UseAdvancedLooting}) { /if (${Bool[${Plugin[MQ2AutoLoot]}]}) { /if (${AutoLoot.Active}) /return } /call UseAdvLoot } else { /call LootMobs } /call DoWeMove 0 lootstuff DEBUGN LootStuff: Leave /return
I believe if you if you put a "|" in front of /call UseAdvLoot so it looks like this.... |/call UseAdvLoot
then Advancelooting will be bypassed.
I have Looton = 0 yet Advloot still does stuff. So, the above should stop it from doing anything, unless it is called out elsewhere in the macro.
I had to turn the plugin off entirely. I was getting loot marked as N/G getting left on corpses, when we were killing a lot of greens/greys and the /advloot window was filling up and processing loot too fast.Ninjadvloot is being obnoxious beyond words. When I'm running KISSAssist, this starts happening randomly:
[MQ2] NINJADVLOOT: no one wants >Item< leaving item on corpse
I am the master looter on raids, and this is really not ok. There does not appear to be any setting related to Ninjadvloot which would allow me to disable this. This issue was also reported here: https://www.redguides.com/community...u-turn-this-damn-thing-off.70524/#post-424223 but the suggested fix of commenting out the ninjadvloot call from Kiss Assist does not work. Some notes:
I had to turn the plugin off entirely. I was getting loot marked as N/G getting left on corpses, when we were killing a lot of greens/greys and the /advloot window was filling up and processing loot too fast.
I just let the game handle loot, unsure why we need a separate plugin for loot now. What are the advantages?

I've been looking through the ninjadvloot.inc file, and I found what appears to be the code causing all these problems for me:
I feel like if I just remove the lines that actually manipulate the adv loot window (in other words, "/advloot shared 1 leave" and "/advloot personal 1 leave"), but leave everything else, it should be "safe". Anyone with more familiarity reading macro code have any thoughts on this?
I just want it to stop dropping things on corpse I haven't even rolled or selected an option for. Have all the settings to turn off as described above on all toons, yet just now, ML dropped an item on the corpse no one has settings for. Was looking at toons gear to see who would get and ninjaloot just dropped it within like 45 seconds of the npc dying.
Thank you!To my knowledge nothing has changed with this issue. Ninjadvloot is a necessity for EMU servers because they don't have in-game Advanced Looting. So there is a reluctance to eliminate it without giving those people an alternative.
I continue to replace it after every Redguides patch with my custom version which is stripped down to render it useless but still handling calls from within the various flavors of KissAssist. Scroll up in this thread to find my link to the KA 12 beta thread where I posted the stripped down version.
