Results: 212Comments by: Xinhuan
File: Auctionator08-29-08
Request: Add these to the TOC #...
Posted By: Xinhuan
Request: Add these to the TOC ## LoadOnDemand: 1 ## LoadWith: Blizzard_AuctionUI and move the contents of the Auctionator_OnAddonLoaded() function into Auctionator_OnLoad() without the arg1 check. And remove the ADDON_LOADED event registration. This would allow Auctionator to be Load on Demand, and only load after the Bliz...
File: GemHelper08-07-08
Originally posted by menace97 A v...
Posted By: Xinhuan
Originally posted by menace97 A very helpful addon. I love it. It seems that in order to use the 2 checkboxes: Have Materials and That Can Cut, the materials must be in my inventory. It doesn't seem to recognize my banked items. So every time I wish to cut a gem I need to go to the bank, grab all the materials, and t...
File: BankItems05-19-08
Re: Key Chain
Posted By: Xinhuan
Will consider keychains.
File: BankItems05-18-08
Originally posted by Farook The l...
Posted By: Xinhuan
Originally posted by Farook The latest revision I see on the Ace-site is r72082. How come that it says r74106 here? PS: Excellent addon, keep up the great work. I copied the wrong revision number. :D 74106 was the last revision committed on the SVN, rather than the actual last commit to BankItems.
File: GemHelper05-18-08
Originally posted by Dez WAU is s...
Posted By: Xinhuan
Originally posted by Dez WAU is supposed to let me update this right? I've never been able to, every time i click update all my other addons on wowace update but i get "GemHelper - Skipping. (Protected)" in the output box. Hello, deleting the ".svn" folder that is found inside your GemHelper addon folder will allow WAU to updat...
File: GemHelper04-04-08
Originally posted by Hevanus When...
Posted By: Xinhuan
Originally posted by Hevanus Whenever I open GemHelper v1.6, I start getting the following error over and over in an infinite loop: As GemHelper does not do anything with ChatFrames and their editboxes, I believe you have an interfering addon, and I need you to find out which addon it is before I can do anything. Can you turn off...
File: BankItems04-01-08
Re: thank you
Posted By: Xinhuan
LoL, thank you. :)
File: GemHelper11-15-07
GemHelper 1.5 has been uploaded for...
Posted By: Xinhuan
GemHelper 1.5 has been uploaded for patch 2.3.
File: GemHelper10-09-07
Just because the addon is not Ace2...
Posted By: Xinhuan
Just because the addon is not Ace2 doesn't mean it is not efficient. In fact, I'll say it uses slightly less memory because it doesn't use Ace2. It is a deliberate decision not to use Ace2 because Ace2 libraries are horribly bloated. Many addon authors such as Cladhaire (author of Clique, PerfectRaid and a few others) and Tekkub have...
File: GemHelper08-13-07
GemHelper 1.31 uploaded. Fixed s...
Posted By: Xinhuan
GemHelper 1.31 uploaded. Fixed some French localization issues, as well as made some other changes to use less memory and CPU time. Basically, GemHelper will no longer do anything at all unless it is shown on screen. If you use AddonLoader, GemHelper will now only load when you attempt to open a tradeskill window. From the user...
File: GemHelper08-10-07
Those small little things in French...
Posted By: Xinhuan
Those small little things in French should be easily fixable in a few days. :)
File: Saeris's LootLink02-20-07
In function LootLink:ItemTables_Get...
Posted By: Xinhuan
In function LootLink:ItemTables_GetBaseTableHash(itemTable) itemTable should not be added into the hash because it is not saved in the LUA file on logout. Adding it causes the wrong number of items to be computed as being altered on a reparse, simply because most items do not have a recursive ID re-allocated on login.