Client PM BUG

02/17/2013 17:27 KillHumans#1
I have BUG at my client, i can't talk with player's, with GM, with members from guild I take kick from the server.

SYSERR (From client):

Code:
uiWhisper.py(line:86) LoadDialog
ui.py(line:2578) GetChild

DialogWindow.LoadDialog.BindObject - exceptions.KeyError:reportviolentwhisperbutton
SCAN root.rar: 0 / 46
[Only registered and activated users can see links. Click Here To Register...]
02/17/2013 17:41 [Patrick]#2
unpack uiscript and open "WhisperDialog.py"

search:
Code:
{
					"name" : "ignorebutton",
					"type" : "toggle_button",

					"x" : 145,
					"y" : 10,

					"text" : uiScriptLocale.WHISPER_BAN,

					"default_image" : "d:/ymir work/ui/public/small_thin_button_01.sub",
					"over_image" : "d:/ymir work/ui/public/small_thin_button_02.sub",
					"down_image" : "d:/ymir work/ui/public/small_thin_button_03.sub",
				},
and add this get down there:
Code:
{
					"name" : "reportviolentwhisperbutton",
					"type" : "button",

					"x" : 145,
					"y" : 10,

					"text" : uiScriptLocale.WHISPER_REPORT,

					"default_image" : "d:/ymir work/ui/public/large_button_01.sub",
					"over_image" : "d:/ymir work/ui/public/large_button_02.sub",
					"down_image" : "d:/ymir work/ui/public/large_button_03.sub",
				},
I hope you understand me. :D

Hoffentlich versteht er mein Englisch xD
02/17/2013 18:06 KillHumans#3
Thank you very much! :P

If you reply, I do more 1 thank.
04/13/2013 02:08 LIPJON#4
i dont understand i have the same problem but it not works