This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
0
0
must change 'U8-UNIX' ( or 'U8-DOS' )
because...
BabbleSpell:RegisterTranslations("koKR", function()
return {
["Abolish Disease"] = "?? ??",
["Abolish Poison Effect"] = "? ?? ??",
["Abolish Poison"] = "? ??",
["Activate MG Turret"] = "", --?? ??
["Adrenaline Rush"] = "????? ??",
["Aftermath"] = "??? ??",
["Aggression"] = "???",
["Aimed Shot"] = "?? ??",
["Alchemy"] = "???",
["Ambush"] = "??",
["Amplify Curse"] = "?? ??",
["Amplify Magic"] = "?? ??",
-> broken message.. (please chage encodeing type)
0
thx :)
0
because
can't keybinding in Bartender3
'ALT-CAPSLOCK', 'SHIFT-CAPSLOCK', etc...
0
0
Can't option(keybinding) input key 'SHIFT-Q', 'SHIFT-W', 'SHIFT-any...'
because "Dewdrop-2.0 r20680 bug"
but, Dewdrop-2.0 r20497 = OK
please check Dewdrop-2.0 r20680
0
must change 'U8-DOS' ( or 'U8-UNIX' )
because...
TITLE = "??"
NOTES = "??"
VERSION = "??"
AUTHOR = "???"
DATE = "??"
CATEGORY = "??"
EMAIL = "E-mail"
WEBSITE = "????"
CREDITS = "Credits" -- fix
-> broken message.. (please chage encodeing type)
0
889: if not text:find("^F%d+$") and text:len() ~= 1 and (text:byte() < 128 or text:len() > 4) and not _G["KEY_" .. text] then
Can't check "ALT-CAPSLOCK" key.. :(
must edit...
889: if not text:find("^F%d+$") and text ~='CAPSLOCK' and text:len() ~= 1 and (text:byte() < 128 or text:len() > 4) and not _G["KEY_" .. text] then