- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,841 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
Movable Bags (Fan Updates)
- 0 Likes
- World of Warcraft
- 23,289 Downloads
- Supports: 4.0.1
- 1 Average Daily Downloads
- Comments
- Created 10/15/2008 6:50:15 PM
- Updated 10/16/2010 1:59:08 PM
- 178 Favorites
- Project Site
- License: All Rights Reserved
- Release Type: Release
- Newest File: Movable Bags (Fan Updates)
About Movable Bags (Fan Updates)
Much love and thanks to the fans that kept this going!
Updated with the fan fixes for 4.x
Thanks GozerForscherliga and Shamino for the fixes and Rakuen for uploading the changes!
Special thanks to Edgerin for starting the whole thing
Fixes for 4.0.1 and name changes (for the fans)
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| Movable Bags (Fan Updates) | Release | 4.0.1 | 3,339 | 10/16/2010 1:59:08 PM |
Comments
**Also it would be really really really cool if someone could create a gui with lock/unlock bags and a profile selection for copying postion from one character to the next in the addon interface. Just a suggestion.
http://wow.curse.com/downloads/wow-addons/details/movable-bags-2-4-patch.aspx
1) Change MovableBags.xml, line 19 to:
MovableBags_OnLoad(self);
2) Change MovableBags.xml, line 22 to:
MovableBags_OnEvent(self, event, ...);
3) Change "MovableBags.lua", line 104 to:
function MovableBags_OnLoad(self)
4) Change MovableBags.lua, line 143 to:
function MovableBags_OnEvent(self, event, ...)local arg1 = ...;
5) Finally in MovableBags.lua, change all references of the word "this" to "self",
there were a few to change.
Many thanks go to GozerForscherliga and Shamino for the quick fixes!
Many thanks also go to Edgerin (original author) and Kossorri for such a wonderful addon!
I uploaded the working version; please take note, I am not the original Author. I tested it myself and applied all of the changes listed above, no errors or anything. :)
The file you put on wowinterface worked perfectly. It now is exactly like it was before the patch.
Many thanks!
From BugSack:
14x Interface\FrameXML\ContainerFrame.lua:149: attempt to index local 'self' (a nil value):
MovableBags\MovableBags.lua:95: in function `ContainerFrame_OnShow'
: in function `Show'
Interface\FrameXML\ContainerFrame.lua:544: in function `ContainerFrame_GenerateFrame':
Interface\FrameXML\ContainerFrame.lua:72: in function `ToggleBag':
Interface\FrameXML\ContainerFrame.lua:94: in function `ToggleBackpack':
Interface\FrameXML\ContainerFrame.lua:823: in function `OpenAllBags':
Locals:
---
and also
70x Interface\FrameXML\ContainerFrame.lua:104: attempt to index local 'self' (a nil value):
MovableBags\MovableBags.lua:87: in function `ContainerFrame_OnHide'
: in function `Hide'
Interface\FrameXML\ContainerFrame.lua:814: in function `OpenAllBags':
Locals:
---
Also for those of u who wondering about step3 & 4
I just added: function MovableBags_OnEvent(self, event, ...) local arg1 = ...;
on line 143 NOT 142 which is empty