Page 1 of 1

Advance Renown Trainer

Posted: Tue May 31, 2016 9:06 am
by kmtan
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?

Re: Advance Renown Trainer

Posted: Tue May 31, 2016 11:03 am
by Tesq
http://tools.idrinth.de/addons/

look here and search for it

Re: Advance Renown Trainer

Posted: Wed May 24, 2017 1:19 pm
by crawy
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!

Re: Advance Renown Trainer

Posted: Sun Jul 16, 2017 4:52 am
by shaitoninvar
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

Re: Advance Renown Trainer

Posted: Thu Jan 21, 2021 7:40 am
by b00n
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