Jump to content

Take off tha bag


zatvorgt

Recommended Posts

On 5/27/2019 at 7:46 PM, Droidz said:

Hello, in what wow version?

any help for this?need only code to take off equiped bags,  code to equip and delete all items in bags  - i have

Link to comment
Share on other sites

Hello, try:

Quote

wManager.Wow.Helpers.Lua.LuaDoString("PickupBagFromSlot(" + (int) wManager.Wow.Enums.InventorySlot.CONTAINER_BAG_OFFSET_1 + ")");
wManager.Wow.Helpers.Bag.PutSelectedItemInBag();
wManager.Wow.Helpers.ItemsManager.EquipItemByName("Small Black Pouch");

In "CONTAINER_BAG_OFFSET_X" replace X by 1, 2, 3 or 4 and replace "Small Black Pouch" by your bag name

 

Link to comment
Share on other sites

7 hours ago, Droidz said:

Hello, try:

In "CONTAINER_BAG_OFFSET_X" replace X by 1, 2, 3 or 4 and replace "Small Black Pouch" by your bag name

 

works great, thanks again Droidz!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...