This is my first attempt at creating a Lua with the help of chatgpt and reviewing other luas ive collected.
I mainly have been using this to quickly change from on character to another of the same class so i can farm the same content again. I am sure it can be used if the gear doesn't have class requirements.
Its pretty niche as you basically will need 2 of the same class on the same account but works great for the newer free trade servers like Teek and Mischief.
-- /lua run swapgear nameofcharacter will move gear between 2 characters on the same account via shared bank with packs 1 and 3.
-- How i wrote it was to leave pack 1 full of items you will use on both characters, gate pots, clickies, food/drink mounts as long as its heirloom.
-- This Lua will move any no drop/trade/rent item from packs 1 and 3 and move them to pack 5 and switch your gear to the character you named at run. /lua run swapgear Bob will move gear from the character you're on to Bob
I also set it up to equip items from the bags of shared bank slots 1 and 2 so if you have a bag of gear in shared bank slot 2 and run the Lua with no boots on it will take the bags from the shared bank and equip all the equipment it can.
Let me know what you think or if you have any suggestions. I couldnt find a way to equip items with the same name (bracers) with the itemid so sometimes a bracer is left in pack 3.
I mainly have been using this to quickly change from on character to another of the same class so i can farm the same content again. I am sure it can be used if the gear doesn't have class requirements.
Its pretty niche as you basically will need 2 of the same class on the same account but works great for the newer free trade servers like Teek and Mischief.
-- /lua run swapgear nameofcharacter will move gear between 2 characters on the same account via shared bank with packs 1 and 3.
-- How i wrote it was to leave pack 1 full of items you will use on both characters, gate pots, clickies, food/drink mounts as long as its heirloom.
-- This Lua will move any no drop/trade/rent item from packs 1 and 3 and move them to pack 5 and switch your gear to the character you named at run. /lua run swapgear Bob will move gear from the character you're on to Bob
I also set it up to equip items from the bags of shared bank slots 1 and 2 so if you have a bag of gear in shared bank slot 2 and run the Lua with no boots on it will take the bags from the shared bank and equip all the equipment it can.
Let me know what you think or if you have any suggestions. I couldnt find a way to equip items with the same name (bracers) with the itemid so sometimes a bracer is left in pack 3.