Guida Visualizzare Livello In chat Privata

Mi.ke

Utente Master
Autore del topic
16 Giugno 2011
2.857
60
Miglior risposta
0
Questa guida consiste in visualizzare il livello di una persona nella chat privata

Scompilare col black decompiler 3.0 il file root

aprite il file uiwhisper.py (.py significa phyton)

E scorrete alla riga numero 255.

Trovata la stringa,cancellatela e sostituitela con questa:

net.SendWhisperPacket(self.targetName, "(Lv. " + str(player.GetStatus(player.LEVEL) )+ ") dice :" + text)


Sotto questa stringa

chat.AppendWhisper(chat.WHISPER_TYPE_CHAT

Sotto quella stringa,dovete SOSTITUIRE TUTTO con questa stringa

chat.AppendWhisper(chat.WHISPER_TYPE_CHAT, self.targetName, player.GetName() + " (Lv. " + str(player.GetStatus(player.LEVEL)) + ") dice : " + text)


Loggate,e vedrete il vostro Livello mentre manderete un messaggio privato
 
Riferimento: Visualizzare Livello In chat Privata

Semplice ma utile per i meno esperti. buona.