------------------------------------------------------------------------
r49721 | yssaril | 2007-09-25 13:38:04 -0400 (Tue, 25 Sep 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop
M /trunk/YssGuildShop/YssGuildShop.toc
M /trunk/YssGuildShop/embeds.xml
YssGuildShop:
- updated TOC and fixed some more external stuff
------------------------------------------------------------------------
r49712 | kaelten | 2007-09-25 12:54:55 -0400 (Tue, 25 Sep 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop
YssGuildShop:
- Fixed external
------------------------------------------------------------------------
r49654 | yssaril | 2007-09-25 03:41:47 -0400 (Tue, 25 Sep 2007) | 3 lines
Changed paths:
M /trunk/YssGuildShop
M /trunk/YssGuildShop/YGS_GUI.lua
M /trunk/YssGuildShop/YssGuildShop.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- changed from FubarPlugin-2.0 to LibFubarPlugin-3.0 (first addon using the icon function of the new fubarplugin woot)
- config will now show in the rockconfig instead of the dropdown menu
------------------------------------------------------------------------
r49581 | yssaril | 2007-09-24 03:11:19 -0400 (Mon, 24 Sep 2007) | 6 lines
Changed paths:
M /trunk/YssGuildShop/YGS_GUI.lua
M /trunk/YssGuildShop/YGS_GUI.xml
M /trunk/YssGuildShop/YssGuildShop.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- stopped hard coding the entire UI and only hard coded things that wont change
- the new xml file is almost a little over 1/5 its original size
- the the new YGS_GUI.lua file is about the same size as the old one but now instead of just changing text on the screen it is actively creating and and adjusting frames
- i have disabled the filter page for now but i will put that back in asap
- ckknight rocks :P (still waiting on Fubarplugin3.0 though)
------------------------------------------------------------------------
r49147 | yssaril | 2007-09-17 18:13:27 -0400 (Mon, 17 Sep 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop/YGS_Comm.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- fixed the comm system forgot to implement the new api from rock oops
------------------------------------------------------------------------
r49130 | yssaril | 2007-09-17 15:26:40 -0400 (Mon, 17 Sep 2007) | 5 lines
Changed paths:
M /trunk/YssGuildShop
M /trunk/YssGuildShop/YGS_Comm.lua
M /trunk/YssGuildShop/YssGuildShop.lua
M /trunk/YssGuildShop/YssGuildShop.toc
M /trunk/YssGuildShop/embeds.xml
YssGuildShop:
- 1st stage of switching from Ace2 to Rock (both are still needed due to FuBarPlugin-2.0's dependence on Ace2)
- This switch will solve the Comm Error that was sometimes possible in AceComm
- Old comm messages will not be received
- 2nd stage will happen when the FuBarPlugin-2.0 gets ported to rock
------------------------------------------------------------------------
r49005 | yssaril | 2007-09-15 23:49:11 -0400 (Sat, 15 Sep 2007) | 3 lines
Changed paths:
M /trunk/YssGuildShop/YGS_GUI.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- fixed a possible nil error
- (previous update fixed the database sharing. Forgot to set the commit log oops)
------------------------------------------------------------------------
r48999 | yssaril | 2007-09-15 19:47:03 -0400 (Sat, 15 Sep 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop/YGS_Comm.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
-
------------------------------------------------------------------------
r48878 | yssaril | 2007-09-14 02:55:31 -0400 (Fri, 14 Sep 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop/YGS_Comm.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- fixed bug where the scroll bar table would get reset when you receive new data (have to close and reopen to update the current data)
------------------------------------------------------------------------
r48835 | yssaril | 2007-09-13 13:30:18 -0400 (Thu, 13 Sep 2007) | 3 lines
Changed paths:
M /trunk/YssGuildShop/YGS_GUI.lua
YssGuildShop:
- fixed several errors relating to the new database structure
- fixed some errors when running the addon when not in a guild
------------------------------------------------------------------------
r48757 | yssaril | 2007-09-12 16:24:48 -0400 (Wed, 12 Sep 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop/YGS_GUI.lua
M /trunk/YssGuildShop/YGS_GUI.xml
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- Improved Garbage creation when viewing items by an insane amount (was creating new tables each time the scrollbar updated oops :P)
------------------------------------------------------------------------
r48721 | yssaril | 2007-09-12 03:34:33 -0400 (Wed, 12 Sep 2007) | 4 lines
Changed paths:
M /trunk/YssGuildShop/YGS_DB.lua
M /trunk/YssGuildShop/YGS_GUI.lua
M /trunk/YssGuildShop/YssGuildShop.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- fixed a potential nil error
- restructured the item database (again)
- optimized some code
------------------------------------------------------------------------
r48091 | yssaril | 2007-09-03 14:33:09 -0400 (Mon, 03 Sep 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop/YGS_Comm.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- fixed a rare nil error
------------------------------------------------------------------------
r47806 | yssaril | 2007-08-30 20:48:24 -0400 (Thu, 30 Aug 2007) | 3 lines
Changed paths:
M /trunk/YssGuildShop/YGS_Comm.lua
M /trunk/YssGuildShop/YGS_DB.lua
M /trunk/YssGuildShop/YssGuildShop.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- removed debug messages
- changed how items get recorded to take into account random enchants
------------------------------------------------------------------------
r47798 | yssaril | 2007-08-30 18:14:22 -0400 (Thu, 30 Aug 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- fixed some toc stuff that was overdue :)
------------------------------------------------------------------------
r47741 | yssaril | 2007-08-30 01:53:32 -0400 (Thu, 30 Aug 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop/YGS_Comm.lua
YssGuildShop:
- removed debug dumps oops :P
------------------------------------------------------------------------
r47740 | yssaril | 2007-08-30 01:36:10 -0400 (Thu, 30 Aug 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop/YGS_Comm.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- fixed nil error
------------------------------------------------------------------------
r47718 | yssaril | 2007-08-29 16:29:34 -0400 (Wed, 29 Aug 2007) | 4 lines
Changed paths:
A /trunk/YssGuildShop/YGS_Comm.lua
M /trunk/YssGuildShop/YssGuildShop.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- moved the communications code into YGS_Comm.lua
- the guild database will now be shared on a request base only as such unnecessary sending of data should have been cut down (more optimization coming soon)
- due to change in communications the local database will be cleared and old database communications will be rejected and the user notified of newer version of YssGuildShop
------------------------------------------------------------------------
r47679 | yssaril | 2007-08-29 00:12:32 -0400 (Wed, 29 Aug 2007) | 3 lines
Changed paths:
M /trunk/YssGuildShop/YGS_GUI.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- removed extra code
- fixed 2 GUI bugs
------------------------------------------------------------------------
r47672 | yssaril | 2007-08-28 22:41:16 -0400 (Tue, 28 Aug 2007) | 3 lines
Changed paths:
M /trunk/YssGuildShop/YGS_GUI.lua
M /trunk/YssGuildShop/YGS_GUI.xml
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- Rewrote GUI to make code more simplistic and easier to change
- Item Counts are now Right Justified for easier reading
------------------------------------------------------------------------
r47485 | yssaril | 2007-08-27 00:35:05 -0400 (Mon, 27 Aug 2007) | 3 lines
Changed paths:
M /trunk/YssGuildShop
M /trunk/YssGuildShop/YGS_GUI.lua
M /trunk/YssGuildShop/YGS_GUI.xml
M /trunk/YssGuildShop/YssGuildShop.lua
M /trunk/YssGuildShop/YssGuildShop.toc
M /trunk/YssGuildShop/embeds.xml
YssGuildShop:
- added DewDrop
- changed the GUI around some removed list of names and put them all in a dropdown menu (this frees up some space to be used up again later)
------------------------------------------------------------------------
r47420 | yssaril | 2007-08-25 23:39:19 -0400 (Sat, 25 Aug 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop/YssGuildShop.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- clears old data to get rid of errors from a bad SV file
------------------------------------------------------------------------
r47387 | yssaril | 2007-08-25 02:25:45 -0400 (Sat, 25 Aug 2007) | 2 lines
Changed paths:
M /trunk/YssGuildShop/YGS_GUI.lua
M /trunk/YssGuildShop/YGS_GUI.xml
M /trunk/YssGuildShop/YssGuildShop.lua
YssGuildShop:
- refined the GUI a bit
------------------------------------------------------------------------
r47380 | yssaril | 2007-08-25 00:48:47 -0400 (Sat, 25 Aug 2007) | 4 lines
Changed paths:
M /trunk/YssGuildShop/YGS_GUI.lua
M /trunk/YssGuildShop/YGS_GUI.xml
M /trunk/YssGuildShop/YssGuildShop.lua
M /trunk/YssGuildShop/YssGuildShop.toc
YssGuildShop:
- added ability so search through currently displayed items
- enabled/fixed Bank Data tab will now show the data from characters with the bank rank (assignable in the Permissions GUI (so far permissions will not be shared with guild(will be fixed soon)))
- Guild Data tab will no longer display data from characters with the bank rank
------------------------------------------------------------------------
Installation Guide
- Exit "World of Warcraft" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Mac Users
- StuffitExpander: Double click the archive to extract it to a folder in the current directory.
- Verify your WoW Installation Path
That is where you are running WoW from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your World of Warcraft folder. (default is C:\Program Files\World of Warcraft\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start World of Warcraft
- Make sure AddOns are installed
- Log in
- At the Character Select screen, look in lower left corner for the "addons" button.
- If button is there: make sure all the mods you installed are listed and make sure "load out of date addons" is checked.
- If the button is NOT there: means you did not install the addons properly. Look at the above screenshots. Try repeating the steps or getting someone who knows more about computers than you do to help.
Translations
When you download a mod, please be sure that the mod is compatible with your translation of wow. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
TOC Numbers (Out of Date Mods)
When Blizzard patches WoW, they change the Interface number. This means that all mods will be "out of date" unless or until the author releases a new version for that interface. Some people go into the .toc files and update the numbers themselves, but this is STRONGLY advised against as it will cause problems locating possible incompatibilities addons. When you log into WoW after a patch, you DO NOT have to delete your interface directory. All you have to do is simply tell WoW to ignore the interface numbers and load all the mods anyway. All you have to do is, while at the "character select" screen, look in the lower left corner and click on the "addons" button. A window will pop up listing all your installed mods.
If you look in the upper left corner of that window there should be a box that says "Load Out of Date AddOns". You want to CHECK this box. Now simply go into WoW normally and all your mods should load. As of the 1.9 patch, you will have to do this after EVERY patch/update that Blizzard posts! If you encounter any problems with a mod after a patch, please be sure to let the author of the mod know so they can fix it.
See also: About "Out Of Date AddOns"
Mac Support
WoW addons are not platformed based. As such, they can be used on either Mac or PC. You can extract both .zip and .rar files on a Mac using StuffitExpander.
Directory Structure
World of Warcraft
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.toc
|_ *AddonName*.xml
|_ *AddonName*.lua
|_ (possibly others as well)...