Hi all,
Previously I had this addon - Advanced Renown Trainer, which is very useful to use when re-spec rr. But my version doesn't show correctly and it resets everytime.
Anyone have a working one?
Advance Renown Trainer
Forum rules
Before posting on this forum, be sure to read the Terms of Use
Before posting on this forum, be sure to read the Terms of Use
Ads
Re: Advance Renown Trainer
Can someone fix this addon please? It always show me rr100 with anywhere trainer but it does work if you are at the renown NPC.
Cheers!
Cheers!
-
- Posts: 2
Re: Advance Renown Trainer
I edited the LUA file and seem to now show the correct numbers
1. Open the LUA file advancedrenowntrainer.lua using notepad
2. Scroll down about half way until you see the following functions:
local function GetPointsAvailable()
if currentSpecSave then
return 100
end
return EA_Window_InteractionRenownTraining.GetPointsAvailable()
end
local function GetPointsSpent()
if currentSpecSave then
return 0
end
return EA_Window_InteractionRenownTraining.GetPointsSpent()
end
3. Change the functions to only read:
local function GetPointsAvailable()
return EA_Window_InteractionRenownTraining.GetPointsAvailable()
end
local function GetPointsSpent()
return EA_Window_InteractionRenownTraining.GetPointsSpent()
end
4. Save the over the LUA file
5. Smile
Mine seems to be fixed, but i haven't spent points in it yet
I hope this helps others
1. Open the LUA file advancedrenowntrainer.lua using notepad
2. Scroll down about half way until you see the following functions:
local function GetPointsAvailable()
if currentSpecSave then
return 100
end
return EA_Window_InteractionRenownTraining.GetPointsAvailable()
end
local function GetPointsSpent()
if currentSpecSave then
return 0
end
return EA_Window_InteractionRenownTraining.GetPointsSpent()
end
3. Change the functions to only read:
local function GetPointsAvailable()
return EA_Window_InteractionRenownTraining.GetPointsAvailable()
end
local function GetPointsSpent()
return EA_Window_InteractionRenownTraining.GetPointsSpent()
end
4. Save the over the LUA file
5. Smile

Mine seems to be fixed, but i haven't spent points in it yet
I hope this helps others
Re: Advance Renown Trainer
Hello,
didn't knew someone fixed it already, i can provide another solution:
- Open: Interface\AddOns\advancedrenowntrainer\AdvancedRenownTraining.lua
- Search for "local function GetPointsAvailable()" - should be line 522
replace "return 100" with "return 80"
this fixed it for me
didn't knew someone fixed it already, i can provide another solution:
- Open: Interface\AddOns\advancedrenowntrainer\AdvancedRenownTraining.lua
- Search for "local function GetPointsAvailable()" - should be line 522
replace "return 100" with "return 80"
this fixed it for me
Destro: Chosen 85+, Zealot 80+, Sorceress 80+, Dok 80+, BG 80+, Magus 80+, Choppa 80+, WitchElf 80+
Order: SM 64, Warrior Priest 47, AM, BrightWizard, ShadowWarrior, Kotbs
Order: SM 64, Warrior Priest 47, AM, BrightWizard, ShadowWarrior, Kotbs
Who is online
Users browsing this forum: No registered users and 4 guests