balakethelock / SuperAPI

The companion compatibility addon to the 1.12.1 client mod SuperWoW
10 stars 7 forks source link

Auto-pickup is ineffective for the loot window when using the Pick Pocket and Pick Lock spells. #3

Open jilinge2 opened 5 months ago

jilinge2 commented 5 months ago

I swapped the positions of 0 and 1 here. When picking up items from a corpse, the auto-pickup feature works, but the auto-pickup does not work when using the Rogue's Pick Pocket and Pick Lock spells. function IfShiftAutoloot() if IsShiftKeyDown() then SetAutoloot(0) else SetAutoloot(1) end end

balakethelock commented 5 months ago

are you using vanillatweaks autoloot together with superwow

jilinge2 commented 5 months ago

No, I haven't used it simultaneously because some servers will prompt "Unable to verify the game version, this may be due to the file being corrupted" when using VanillaTweaks.

nosrednaski commented 2 months ago

I haven't been able to get auto loot pick pocket to work. Also getting weird blank loot menus.

I went back and tried and I can get auto loot pick pocketing to work with vanilla tweaks. Trying to install superWow over vanilla tweaks and vanilla fixes causes a bunch of system errors.

bordarino commented 9 hours ago

Anyone get this to work? I try LootSlot(slotid, 1) function, but i dont know how to made it work