• 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

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:
 
Does your main have trade skill bags and the alts don't?
 
I meant the bags that only let you put trade skill items in them like Extraplanar Trade Satchel.
 
Is there a difference between the accounts? Are they all gold etc?
 
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.
 
/echo ${Me.FreeInventory} what does that return on the toon not looting?
 
Are you sure you made the change correctly? Are you using 6.3?
 
Question - KissAssist loot issue .. again

Users who are viewing this thread

Back
Top
Cart