1.Autor: Asociatia metin2
2.Descriere:
3.Imagini(optional):
4.Link de download(optional):
Tutorial:
-Despachetati root
-Deschideti uiwhisper.py cu notepad++
-Cautati linia 255 si stergeti`o adaugand in locul ei:
net.SendWhisperPacket(self.targetName, “(Lv. ” + str(player.GetStatus(player.LEVEL) )+ “)spune :” + text)
Sub aceasta linie:
chat.AppendWhisper(chat.WHISPER_TYPE_CHAT
Înlocuiti totul cu:
chat.AppendWhisper(chat.WHISPER_TYPE_CHAT, self.targetName, player.GetName() + ” (Lv. ” + str(player.GetStatus(player.LEVEL)) + “)spune :” + text)