View Single Post
03-08-09, 05:40 AM   #15
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
The mod does not recognize hunter's quivers so the mod always thinks my bag has empty slots and is deleting nothing when really full.
Code:
/run DEFAULT_CHAT_FRAME:AddMessage("Bag:"); for bag = 0, 4 do; DEFAULT_CHAT_FRAME:AddMessage(GetBagName(bag),select(2, GetContainerNumFreeSlots(bag)));end
can you type that please and tell me what number it gives your quiver?

Also I may add a nuke my bags option later.
  Reply With Quote