Unmantained Design [Raccolta]Client Design + Script

Una guida contrassegnata come Unmantained contiene informazioni su un argomento obsoleto, non più utile o files non aggiornati da parte del creatore.
Stato
Discussione chiusa ad ulteriori risposte.

Sasuke AkA Vendicatore™

Utente Electrum
3 Giugno 2011
231
19
35
117
Ultima modifica da un moderatore:
Salve a tutti ragazzi qui troverete una raccolta di Client Design + Script, Credit : e***p.

Login Interface

metin2_login_interface_by_azio_lution-d6i9kkt.jpg

Download PSD: https://mega.co.nz/#!rgZ1nCKL!FwH4mQm0YRPHdHr4onVkYTXwmmdGetri6aV2Lq3PLoM
Download: http://www.elitepvpers.com/forum/at...ace-design-v0.9yoshilogininterface_fixxed.zip + http://www.elitepvpers.com/forum/at...791-release-login-interface-design-socket.zip


Client Design


Metto una guida in spoiler qui (era in tedesco xD tradotta con google translate )
Cambiare le posizioni di alcuni elementi che sono nel consiglio fino ad enpackt suo datein vostra radice e che la seguente .. Si apre il file "uitarget.py" e scorrere verso il basso al seguente codice:
PHP Code:
def SetHP(self, hpPercentage):
if
not self.hpGauge.IsShow():
self.name.SetPosition(23, 13)
self.name.SetWindowHorizontalAlignLeft()
self.name.SetHorizontalAlignLeft()
self.hpGauge.Show()
self.SetSize(200 + 7*self.nameLength, self.GetHeight())
self.UpdatePosition()

self.hpGauge.SetPercentage(hpPercentage, 100)


Questa ora la sostituisce con qui:
PHP Code:
def SetHP(self, hpPercentage):
if
not self.hpGauge.IsShow():
self.name.SetPosition(23, 25)
self.name.SetWindowHorizontalAlignLeft()
self.name.SetHorizontalAlignLeft()
self.hpGauge.Show()
self.SetSize(200 + 7*self.nameLength, self.GetHeight())
self.UpdatePosition()

self.hpGauge.SetPercentage(hpPercentage, 100)



Fatto questo si apre la "ui.py" di file e scorrere verso il basso al seguente codice:

PHP Code:
class ThinBoard(Window):

CORNER_WIDTH = 16
CORNER_HEIGHT
= 16
LINE_WIDTH
= 16
LINE_HEIGHT
= 16


Questo le ha sostituito con:
PHP Code:
class ThinBoard(Window):

CORNER_WIDTH = 32
CORNER_HEIGHT
= 32
LINE_WIDTH
= 16

LINE_HEIGHT = 16






Redeption


Survival Blue


Kingdom 3D


NeverMind2


Ice


Aggiornamento : 11/06/2014

Login Medieval
 
Tutti i design sono completi di script?
Ti prego...almeno traduci quel tedesco con Google Translate.

Cordiali saluti,
Boman
 
Stato
Discussione chiusa ad ulteriori risposte.