Download
(136Kb)
Download
Updated: 07-21-10 11:12 PM
Pictures
File Info
Updated:07-21-10 11:12 PM
Created:unknown
Downloads:3,772
Favorites:29
MD5:

RepWatch

Version: 2.2
by: Seglberg [More]

-------------------------------
RepWatch v2.0 Release!
-------------------------------
Huge Revamp Planned for Cataclysm. Be stay tuned!

-----| Version 2.1.16b |-----
---o Few and Minor Fixes in Preparation for WoTLK Launch
---o Added Evergrove and Veil Ala'rak to Supported Zones

-----| Version 2.1.16 |-----
---o Added Several New Zones and Reputations, tweaking for WoTLK Launch
---o Fixed issue where Classic subzone changes displayed blue text instead of brown
---o Readjusted Tabs in Options Menu
---o Changed RepWatch Chat Frame Text Color
---o RepWatch 2.2 recently hit the Alpha stage, more info coming soon!

-----| Version 2.1.14b|-----
---o Fixed Problem with Reputation Factions in Skettis

-----| Version 2.1.14 |-----
---o Fixed Bug that Prevented RepWatch from correctly opening the options menu in client 3.0 when using the slash command /repwatch
---o Added MANY MANY WoTLK Factions and Zones
---o As Blizzard is finalizing their code for WoTLK please watch out for bugs if you are suing RepWatch on the Beta Servers.

-----| Version 2.1.10 |-----
---o The Correct Colors are Displayed on the Faction Names when switching to WotlK Minor Cities
---o Options Menu was Slightly re-arranged due to the changes in the latest WotlK Beta Patch
---o No new supported zones were added to this latest update

-----| Version 2.1.9 |-----
---o "Default Watch" no Longer has Higher Change Priority than Exalted Factions.
---o Added Several New BC and WotlK Locations, Check Included Excel File for More Details
---o Added a New System for when Discovering a New Faction, When a New Faction is Discovered the Rep. Bar will now Change for that Faction instead of having to leave and re-enter the zone for RepWatch to take control

-----| Version 2.1.8 |-----
---o Fixed Issue that Caused the Display to NOT work in Kalimador and Eastern Kingdoms

-----| Version 2.1.7 |-----
---o Fixed Options Menu 'tab' Problem (Thanks Guys!)
---o Fixed Several Small Bugs

-----| Version 2.1.6 |-----
---o Brand New Design and Coding
---o Supported Zones are Constantly Being Added, Check for Updates Often
---o Several Bugs have already been identified, while these bugs are annoying they are minor and do not affect the usage of RepWatch
Beta Files (2)
File Name
Version
Hits
Size
Author
Date
3.0.80
1,207
139kB
Seglberg
12-27-08 10:58 AM
3.0.79
1,226
139kB
Seglberg
12-27-08 01:26 AM


Optional Files (0)


Post A Reply Comment Options
Unread 07-23-10, 07:45 PM  
Ookami.kun
A Cliff Giant
 
Ookami.kun's Avatar

Forum posts: 79
File comments: 238
Uploads: 0
I recieved the Core.lua error listed below as well, and also the two following errors. One while logging in, and the second when entering an instance, ICC in this case.

Code:
Date: 2010-07-23 19:39:22
ID: -1
Error occured in: Global
Count: 182
Message: ..\AddOns\RepWatch\Core.lua line 134:
   Usage: GetItemInfo(itemID|"name"|"itemlink")
Debug:
   (tail call): ?
   [C]: GetItemInfo()
   RepWatch\Core.lua:134: ?()
   ...Tom\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
      ...Tom\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
   [string "safecall Dispatcher[2]"]:4:
      [string "safecall Dispatcher[2]"]:4
   [C]: ?
   [string "safecall Dispatcher[2]"]:13: ?()
   ...Tom\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire()
   ...ace\AddOns\TomTom\libs\AceEvent-3.0\AceEvent-3.0.lua:120:
      ...ace\AddOns\TomTom\libs\AceEvent-3.0\AceEvent-3.0.lua:119
AddOns:
Code:
Date: 2010-07-23 20:41:10
ID: 3
Error occured in: Global
Count: 16
Message: ..\AddOns\RepWatch\Core.lua line 623:
   attempt to index local 'tableName' (a nil value)
Debug:
   (tail call): ?
   RepWatch\Core.lua:623: ChangeRep()
   RepWatch\Core.lua:235: ?()
   ...Tom\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
      ...Tom\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
   [string "safecall Dispatcher[1]"]:4:
      [string "safecall Dispatcher[1]"]:4
   [C]: ?
   [string "safecall Dispatcher[1]"]:13: ?()
   ...Tom\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire()
   ...ace\AddOns\TomTom\libs\AceEvent-3.0\AceEvent-3.0.lua:120:
      ...ace\AddOns\TomTom\libs\AceEvent-3.0\AceEvent-3.0.lua:119
AddOns:
__________________
Report comment to moderator  
Reply With Quote
Unread 07-22-10, 09:42 AM  
wallyhartley
A Kobold Labourer
 
wallyhartley's Avatar

Forum posts: 0
File comments: 27
Uploads: 0
Current Version Number

The current version listed for download is v 2.2, however the download buttom appears to actually download the latest Beta version (3.0.80)

Is there a current v.2.2 or is the latest non-beta version still 2.1.16b?

Thanks.


Should this change be implimented in the current release?
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) thenWhile it must be

Code:
if (select(6, GetFactionInfo(factionIndex)) > 41999) then

Last edited by AnrDaemon : 07-26-2009 at 02:16 AM.
Last edited by wallyhartley : 07-22-10 at 10:22 AM.
Report comment to moderator  
Reply With Quote
Unread 07-22-10, 08:22 AM  
Aoife59
A Defias Bandit
 
Aoife59's Avatar

Forum posts: 3
File comments: 40
Uploads: 0
Exclamation [BUG] Error on log in and with rep gains

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
Report comment to moderator  
Reply With Quote
Unread 07-26-09, 03:16 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
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
While it must be
Code:
if (select(6, GetFactionInfo(factionIndex)) > 41999) then
Last edited by AnrDaemon : 07-26-09 at 03:16 AM.
Report comment to moderator  
Reply With Quote
Unread 04-06-09, 01:44 PM  
Seglberg
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 9
Uploads: 1
I am back managing this addon after a small break from World of Warcraft!
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 07:32 PM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Contact with Library authors and blame them for lazyness?
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 05:27 PM  
Seglberg
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 9
Uploads: 1
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?
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 10:21 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
I'd suggest you to look at 3rd party libraries providing zone info.
LibBabble-Zone for instance.
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 07:08 AM  
Seglberg
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 9
Uploads: 1
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
Report comment to moderator  
Reply With Quote
Unread 11-16-08, 04:34 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
["Lower City"] = "Lower City"

..... :X
Report comment to moderator  
Reply With Quote
Unread 11-14-08, 07:22 PM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
["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
Report comment to moderator  
Reply With Quote
Unread 11-13-08, 05:38 PM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
["Upper Veil Shil'ak"] = "Sha'tari Skyguard",
as well... >.<
Report comment to moderator  
Reply With Quote
Unread 11-11-08, 05:50 PM  
Seglberg
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 9
Uploads: 1
Now in the newest version.

Please note, any changes from this point on will be done after WoTLK release. Thank you.
Happy WoTLK Release!!

Originally posted by AnrDaemon
BCCities
["Evergrove"] = "Cenarion Expedition",

BCSubZones
["Veil Ala'rak"] = "Sha'tari Skyguard",
Report comment to moderator  
Reply With Quote
Unread 11-11-08, 05:19 PM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
BCCities
["Evergrove"] = "Cenarion Expedition",

BCSubZones
["Veil Ala'rak"] = "Sha'tari Skyguard",
Report comment to moderator  
Reply With Quote
Unread 11-04-08, 09:50 PM  
Seglberg
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 9
Uploads: 1
Sweet, sounds good

Originally posted by AnrDaemon
Well then, I will be happy to give a hand, and I think I know who may know what you need
Will check.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: