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
Moderators: Management, Web Developer
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

-"Loop warned into oblivion" --> smell like chaosy enought

-Nazgul--> ambitious but rubbish, cit Blast

-GMs --> dosent matter what they say not, they get offend by colors so watch out plebs!

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 80+, Zealot 80+, Sorceress 80+, Dok 60+, Magus 36/50
Order: AM 17, BrightWizard 6, ShadowWarrior 5, Warrior Priest 1
Order: AM 17, BrightWizard 6, ShadowWarrior 5, Warrior Priest 1