Revane
07-19-2015, 03:18 PM
Hello, i need script who open main bp and 1-2 bp in main, but i need this script on label. Anyone can help me with this script or maybe someone have script like this :?
Dunno if there's a better way but this is what I use. (It also minimizes EQ).
-- Backpack Configuration:
local LootBP = "Golden Backpack"
local GoldBP = "Fur Backpack"
local StacksBP = "Purple Backpack"
elseif (labelName == "ResetBps") then
-- Reset Backpacks such that LootBP = bp 2, GoldBP = bp 3, StacksBP = bp 4
Walker.Stop()
Self.CloseContainers()
wait(500,1000)
Self.OpenMainBackpack(true):OpenChildren({LootBP, true}, {GoldBP, true}, {StacksBP, true})
wait(500,1000)
Container.GetFirst():Minimize()
wait(200)
Client.HideEquipment()
Walker.Start()
If you search the forums a bunch of others will probably come up.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.