| Updated: | 07-21-10 11:12 PM |
| Created: | unknown |
| Downloads: | 2,262 |
| Favorites: | 33 |
| MD5: |

File Name |
Version |
Hits |
Size |
Author |
Date |
3.0.80 |
670 |
139kB |
Seglberg |
12-27-08 09:58 AM |
|
3.0.79 |
668 |
139kB |
Seglberg |
12-27-08 12:26 AM |
File Name |
Version |
Size |
Author |
Date |
2.1.16b |
154kB |
Seglberg |
11-11-08 04:49 PM |
![]() |
Comment Options |
|
|
|
|
Date: 2010-07-22 07:18:00
ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\RepWatch\Core.lua line 80: Usage: GetItemInfo(itemID|"name"|"itemlink") Debug: (tail call): ? [C]: GetItemInfo() RepWatch\Core.lua:80: RepWatch\Core.lua:62 (tail call): ? [C]: ? [string "safecall Dispatcher[1]"]:9: [string "safecall Dispatcher[1]"]:5 (tail call): ? Ace3\AceAddon-3.0\AceAddon-3.0.lua:539: EnableAddon() Ace3\AceAddon-3.0\AceAddon-3.0.lua:629: Ace3\AceAddon-3.0\AceAddon-3.0.lua:615 [C]: LoadAddOn() ..\FrameXML\UIParent.lua:235: UIParentLoadAddOn() ..\FrameXML\UIParent.lua:258: CombatLog_LoadUI() ..\FrameXML\UIParent.lua:482: ..\FrameXML\UIParent.lua:454 |
|
|
|
|
|
|
|
Great news indeed, here's a bug and fix for you.
In RepWatch:ChangeRep, Exalted status treated incorrectly. Now, it is Code:
if (select(6, GetFactionInfo(factionIndex)) == 42999) then Code:
if (select(6, GetFactionInfo(factionIndex)) > 41999) then
Last edited by AnrDaemon : 07-26-09 at 03:16 AM.
|
|
|
|
|
|
|
|
I am back managing this addon after a small break from World of Warcraft!
|
|
|
|
|
|
|
|
Contact with Library authors and blame them for lazyness?
![]() |
|
|
|
|
|
|
|
Yah I've looked into using LB-Zone before however the only reason I can see using that would be for localization support however that would still be tricky because it does not include all the subzones that I use for my addon.
This is my first addon and I figured I'd like to get it working great with enUS only first then go on to support other locals. Using LB-Zone would give me a half-localized addon at best. Am I going about using it in the wrong way? Any ideas? |
|
|
|
|
|
|
|
I'd suggest you to look at 3rd party libraries providing zone info.
LibBabble-Zone for instance. |
|
|
|
|
|
|
|
Okay I'm extremely frustrated with the guy I had making my tables. I've been doing only the work on the core of the addon but looks like I'm going to have to take over putting together the tables as well.
Thanks for the errors pointed out. --Seglberg |
|
|
|
|
|
|
|
["Lower City"] = "Lower City"
..... :X |
|
|
|
|
|
|
|
["The Seer's Library"] = "The Scryers"
Obviously. And please, in the love of good God, change TOC to simple ## Title: RepWatch |cff6495EDWoTLK|r |cff7fff7f-Ace3-|r |
|
|
|
|
|
|
|
["Upper Veil Shil'ak"] = "Sha'tari Skyguard",
as well... >.< |
|
|
|
|
|
||
|
Now in the newest version.
![]() Please note, any changes from this point on will be done after WoTLK release. Thank you. Happy WoTLK Release!!
|
||
|
|
|
|
|
|
BCCities
["Evergrove"] = "Cenarion Expedition", BCSubZones ["Veil Ala'rak"] = "Sha'tari Skyguard", |
|
|
|
|
|
||
|
Sweet, sounds good
![]()
|
||
|
|
![]() |