View Single Post
11/06/17, 09:29 AM   #14
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2015
Posts: 48
Originally Posted by Baertram View Post
-- DE, need fix
HdrLFGReward = "Lila Belohnung",
OptLFGRndAvl = "Lila Belohnung für Zufalls-Verlies...",
OptLFGRndAvlF = "Diese Einstellung erlaubt es das Format auszuwählen: Wann ist die lila Belohnung für den Abschluss eines Zufalls-Verlieses verfügbar",
ToolTip[30] = "Lila Belohnung ist verfügbar",
Thanks you for help!

Originally Posted by Baertram View Post
btw:

You could have used the ingame strings vie GetString(SI_ITEMQUALITYxxx) for the item qualities instead of the colors:

"Worn", -- SI_ITEMQUALITY0
"Normal", -- SI_ITEMQUALITY1 -- White
"Fine", -- SI_ITEMQUALITY2 --Green
"Superior", -- SI_ITEMQUALITY3 --Blue
"Epic", -- SI_ITEMQUALITY4 --Purple
"Legendary", -- SI_ITEMQUALITY5 --Gold/Yellow
- Reward is not item and maybe the term "Epic reward" is incorrect.
- It is also possible in the sentences of the term to use different endings or declensions.
  Reply With Quote