• 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! 👋
  • There is a suspension/ban wave happening. We don't know why. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Question - KissAssist loot issue .. again

Joined
Dec 17, 2006
RedCents
23¢
I didn't use KA in a while, but when I did not it seems that my main toon would get stuck after having a full inventory:
http://imgur.com/JuOcBCo
In the past she would loot excessive items and keep it on the cursor because I removed the line of code in the kissassist macro, so was that changed? I also readded the code and seems my other 2 toons would loot until their inventory is full then toggle loot off, but my main doesn't.:confused:
 
I meant the bags that only let you put trade skill items in them like Extraplanar Trade Satchel.
 
Try this.
Find these lines 2025 ish
Rich (BB code):
       /if (${Debug}) /echo ...debug LootStuff: Enter
        /if (${Me.FreeInventory}==0) {
            /echo Inventory is full. Looting OFF
Change the ==0 to <=2
Rich (BB code):
       /if (${Debug}) /echo ...debug LootStuff: Enter
        /if (${Me.FreeInventory}<=2) {
            /echo Inventory is full. Looting OFF

See it giving it some slack of 2 empty slots to stop looting solves the problem.
 
Question - KissAssist loot issue .. again

Users who are viewing this thread

Back
Top
Cart