i did this fix, and yet i still cannot get the gui to come up. i have been using the command /rphelper2 /rphelper 2 and neither of those will do it...is there yet another command i am missing that might bring up the gui? i have read all the notes. i seely i guess :) any help would be welcome :)
Still not working for me. I downloaded the latest version from Ace, searched for the Laguage instead of Language and it has the n as it should, but the GUI still doesn't come up when I type /rp
I have the two folders in the addon folder as they should be as well.
Extract the zip attached below to your AddOns folder, above fix is incorporated and folders pulled out / renamed appropriately
(there was also a misnamed folder in libraries Ac2 instead of Ace2)
Note that regardless if the gui and most events work the addon code is also outdated in regards to combat events (contains pre-2.4 CHAT_MSG_** events)
so events related to combat (you get hit, you crit and such kind of stuff) will not work (no errors they will just silently fail).
So, I'm not a developer and have never coded anything. I can't get the UI to come up. One one of my characters it just says in chat Error: RPHelper2 GUI not found! On another character on a different realm it says the same thing but also has a pop up error that says
...ddons\rphelper2\libs\waterfall-1.0\waterfall-1.0.lua.444:You cannot open a waterfall without registering it first.
I am a totally clueless casual player who just loves RPHelper. I did check the link in this thread to the other forum to make sure that the GUI folder was separate from the RPHelper2 folder in Addons and guess what? Couldn't find a GUI folder. I even checked all the folders in the RPHelper2 folder. No GUI folder or even anything that has GUI in it anywhere. I downloaded the update as well.
Any ideas? Thanks.
EDIT: Uh, nevermind. Turns out that was a noobish error on my part for not extracting the GUI folder. But now another question (and maybe this is answered in some how to notes somewhere, but I haven't found any:
When it says import something, e.g. priest, does that import any actual phrases? Or do you have to make up your own?
Thanks-
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I get the following erros with your newest version
Any help would be appreciated
Duerma did mention they would "try" to post at some point. asking for someone to pick this mod up and continue.
It was a typo on Blizzard's part.
Their function was called GetNumLaguages, so RPHelper2 had to go along.
They fixed their function name in 2.4 to be GetNumLanguages() (notice the extra 'n')
You just need to go into RPHelper2_GUI.lua line 330 that is mentioned in the error,
and replace GetNumLaguages with GetNumLanguages.
I wish I could learn how to do this stuff.
your quick and easy explanation fixed it perfectly.
Thank you so much
brings up the menu.
but only if you fixed it with the above details
Make sure the "GUI" folder is not Inside the RPHelper folder.and rename it RPHelper2_GUI
you should have
RPHelper2
and
RPHelper2_GUI
Folders
Do you mean the RPHelper2_GUI.lua file? I'm not seeing a folder..
inside the RPHelper2 folder youll find other folders, One particular one called GUI.
that ones needs to be moved out of there and renamed as above.
if you rename and move the folder, and change the detail in the file above, itll fix your issue.
I have the two folders in the addon folder as they should be as well.
(there was also a misnamed folder in libraries Ac2 instead of Ace2)
Note that regardless if the gui and most events work the addon code is also outdated in regards to combat events (contains pre-2.4 CHAT_MSG_** events)
so events related to combat (you get hit, you crit and such kind of stuff) will not work (no errors they will just silently fail).
...ddons\rphelper2\libs\waterfall-1.0\waterfall-1.0.lua.444:You cannot open a waterfall without registering it first.
I am a totally clueless casual player who just loves RPHelper. I did check the link in this thread to the other forum to make sure that the GUI folder was separate from the RPHelper2 folder in Addons and guess what? Couldn't find a GUI folder. I even checked all the folders in the RPHelper2 folder. No GUI folder or even anything that has GUI in it anywhere. I downloaded the update as well.
Any ideas? Thanks.
EDIT: Uh, nevermind. Turns out that was a noobish error on my part for not extracting the GUI folder. But now another question (and maybe this is answered in some how to notes somewhere, but I haven't found any:
When it says import something, e.g. priest, does that import any actual phrases? Or do you have to make up your own?
Thanks-