GTTP doesn't accept quests, just turns them in, although some comments indicate the author plans to add this in the future. Plus, some daily quests have multiple reward choices, and SOCD lets you set a reward choice to always take, whereas GTTP does not.
It already has the accept feature, you have to accept the quest with CTRL-Click.
Awesome idea. Can't wait to get home from work to try this.
Quote from Snago »
Yes, I thought so too. But I had a guildie try with the spanish locale and apparently the /use is translated as well (/usar in spanish or something :P) so it wouldn't work anyway :\
With the german client the english /use works as well as the german translation /benutzen.
Sorry to inform you that I still have the issue with the missing pixel in the height. I had the client in windowed mode as I tried first, that's where my "works fine" came from.
As I switch back to fullscreen or maximized window mode the 1 pixel is missing again.
If I set the number of lines when minimized to more then one, the windows was not high enough to really show these lines. There was one pixel missing.
German client here, no kind of font packages or anything. Tried with different font heights though, but the window was always a little bit too small.
For the german client the same thing from Ragnar's post about the portal trainer applies to the demon trainer, there are also "D\195\164monenausbilder" and "D\195\164monenausbilderin".
I changed these two lines of the DemonTrainer.lua
line 76:
if not string.find(trainerInfo.subType, L["Demon Trainer"]) then return end
line 130:
skillHeader = L["Demon Trainer"]
The second change is needed or you would get two sections in the database. One for "D\195\164monenausbilder" und one for "D\195\164monenausbilderin".
Would be great if you could add these to the repository.
I updated the german version of the gossip module. Since I have no idea how to work with subversion I added it here as an attachment. Maybe someone would be so kind to include it in the repository.
I would love to have an option to activate the popups just while holding down a key (ctrl, shift, whatever....) and hovering the buttons. 99% of the time I just need the best item which is on the original button...
0
0
It already has the accept feature, you have to accept the quest with CTRL-Click.
0
0
With the german client the english /use works as well as the german translation /benutzen.
0
As I switch back to fullscreen or maximized window mode the 1 pixel is missing again.
0
Works fine here, thank you :D
0
0
German client here, no kind of font packages or anything. Tried with different font heights though, but the window was always a little bit too small.
I changed line 824 to this
and it fits perfect now.
Thanks for this mod, really great work. (Und noch mehr Gruesse aus Berlin)
0
For the german client the same thing from Ragnar's post about the portal trainer applies to the demon trainer, there are also "D\195\164monenausbilder" and "D\195\164monenausbilderin".
I changed these two lines of the DemonTrainer.lua
line 76:
line 130:
The second change is needed or you would get two sections in the database. One for "D\195\164monenausbilder" und one for "D\195\164monenausbilderin".
Would be great if you could add these to the repository.
Keep up the good work.
0
Is there any chance of getting these changes into the lib? Because at the moment I have to edit my local files of PT after each update.
Or can I commit them myself? I am not sure, if there is a special procedure for the libraries. I don't want to mess around with them if I shouldn't :)
0
0
0
0
German client here.
*Update*
Sometimes after logging in the arrow is back, after zoning it is gone again
0
While editing the deDE.lua I found another error.
wrong line: ["ITEM_PROJECTILE"] = "Projektile",
correct line: ["ITEM_PROJECTILE"] = "Projektil",
Tested with my nearly forgotten hunter and working.
Keep it up.