Jump to content

"">Editar<""Mini Mapa,Refinado,lev en mp...


Recommended Posts

Posted

1-Imagen enviada

Descompilan;
Root.epk eix y buscan costinfo.py 
Buscan:
MINIMAP_POSITIONINFO_ENABLE = 0 
Cambiar el 0 por 1 y listo o al revés..

 

2-Imagen enviada

Buscan;

Root.epk ei y buscan uirefine.py 
buscan:
self.successPercentage.Hide() 
debajo ponen
self.successPercentage.Show() 
lo mismo con este-- esta repetido 2 veces
self.successPercentage.Hide() 
ponen
self.successPercentage.Show() 
 

3-Imagen enviada

Descompilan;

Root.epk eix buscan uiwhisper.py
Buscar:
net.SendWhisperPacket(self.targetName, text) 
Reemplazar:
net.SendWhisperPacket(self.targetName, "(Lv. " + str(player.GetStatus(player.LEVEL) )+ "):" + text) 
es todo

 

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.