!!cRaFtEr³
Quest-Mob
- Registriert
- 13.03.2008
- Beiträge
- 10
- Reaktionspunkte
- 0
Ich habe mir letztens mal Neal's UI zu Gemüte geführt und mich gleich mal daraus bedient.
nChat und nClock wurden es dann.
Nun habe ich im offiziellen EN-Forum gesehen,wie jemand die Global Strings verändert hat und wollte es bei mir auch machen..
[codebox]_G.LOOT_MONEY_SPLIT = '+ %s'
_G.LOOT_MONEY = '+ %1$s %2$s'
_G.LOOT_ITEM_SELF = '+ %s'
_G.LOOT_ITEM_SELF_MULTIPLE = '+ %sx%d'
_G.LOOT_ITEM = '+ %s %s'
_G.LOOT_ITEM_MULTIPLE = '+ %s %sx%d'
_G.LOOT_ITEM_CREATED_SELF = '+ %s'
_G.LOOT_ITEM_CREATED_SELF_MULTIPLE = '+ %sx%d'
_G.LOOT_ITEM_PUSHED_SELF = '+ %s'
_G.LOOT_ITEM_PUSHED_SELF_MULTIPLE = '+ %sx%d'
_G.LOOT_ROLL_ALL_PASSED = 'all passed on %s'
_G.LOOT_ROLL_GREED = '%s greed %s'
-- _G.LOOT_ROLL_GREED_SELF = 'greed %s'
_G.LOOT_ROLL_NEED = '%s need %s'
-- _G.LOOT_ROLL_NEED_SELF = 'need %s'
_G.LOOT_ROLL_PASSED = '%s pass %s'
_G.LOOT_ROLL_PASSED_SELF = 'pass %s'
_G.LOOT_ROLL_ROLLED_GREED = '%s greed %d %s'
_G.LOOT_ROLL_ROLLED_NEED = '%s need %d %s'
-- _G.LOOT_ROLL_WON = '%s won %s'
-- _G.LOOT_ROLL_YOU_WON = '!won %s'
_G.FACTION_STANDING_CHANGED = 'rep %s %s'
_G.FACTION_STANDING_DECREASED = 'rep %s -%d'
_G.FACTION_STANDING_INCREASED = 'rep %s +%d'[/codebox]
Klappt auch alles soweit ganz gut,bis auf die auskommentierten Stellen.. Ich weiss nicht genau,woran es liegt,jedoch stürzt mein World of Warcraft jedesmal ab,wenn ich würfel.
Vielleicht kann mir einer von euch helfen,wäre super.
Nun habe ich im offiziellen EN-Forum gesehen,wie jemand die Global Strings verändert hat und wollte es bei mir auch machen..
[codebox]_G.LOOT_MONEY_SPLIT = '+ %s'
_G.LOOT_MONEY = '+ %1$s %2$s'
_G.LOOT_ITEM_SELF = '+ %s'
_G.LOOT_ITEM_SELF_MULTIPLE = '+ %sx%d'
_G.LOOT_ITEM = '+ %s %s'
_G.LOOT_ITEM_MULTIPLE = '+ %s %sx%d'
_G.LOOT_ITEM_CREATED_SELF = '+ %s'
_G.LOOT_ITEM_CREATED_SELF_MULTIPLE = '+ %sx%d'
_G.LOOT_ITEM_PUSHED_SELF = '+ %s'
_G.LOOT_ITEM_PUSHED_SELF_MULTIPLE = '+ %sx%d'
_G.LOOT_ROLL_ALL_PASSED = 'all passed on %s'
_G.LOOT_ROLL_GREED = '%s greed %s'
-- _G.LOOT_ROLL_GREED_SELF = 'greed %s'
_G.LOOT_ROLL_NEED = '%s need %s'
-- _G.LOOT_ROLL_NEED_SELF = 'need %s'
_G.LOOT_ROLL_PASSED = '%s pass %s'
_G.LOOT_ROLL_PASSED_SELF = 'pass %s'
_G.LOOT_ROLL_ROLLED_GREED = '%s greed %d %s'
_G.LOOT_ROLL_ROLLED_NEED = '%s need %d %s'
-- _G.LOOT_ROLL_WON = '%s won %s'
-- _G.LOOT_ROLL_YOU_WON = '!won %s'
_G.FACTION_STANDING_CHANGED = 'rep %s %s'
_G.FACTION_STANDING_DECREASED = 'rep %s -%d'
_G.FACTION_STANDING_INCREASED = 'rep %s +%d'[/codebox]
Klappt auch alles soweit ganz gut,bis auf die auskommentierten Stellen.. Ich weiss nicht genau,woran es liegt,jedoch stürzt mein World of Warcraft jedesmal ab,wenn ich würfel.
Vielleicht kann mir einer von euch helfen,wäre super.