Jump to content

Barra De Status


Requiem
 Share

Recommended Posts

Boas Comunidade, no meu primeiro Post venho dar um Pequeno Tutorial, algo que é apenas pormenor.

 

1º Vão ao vosso ficheiro Root dentro da pasta Pack

 

2º Abrem introselect.py

 

3º Procurar Por:

 

self.destGauge = [

float(valueHTH) / 380,

float(valueINT) / 380,

float(valueSTR) / 380,

float(valueDEX) / 380

]

4º E mudam para:

Nota:(escrevam também o # max stat)

 

self.destGauge = [

float(valueHTH) / 90, # max stat

float(valueINT) / 90, # max stat

float(valueSTR) / 90, # max stat

float(valueDEX) / 90 # max stat

]

 

5º A seguir abrem introcreate.py

 

6º Procuram por:

 

float(self.stat[0])/float(statSummary),

float(self.stat[1])/float(statSummary),

float(self.stat[2])/float(statSummary),

float(self.stat[3])/float(statSummary),

7º Mudam para:

Nota: (como em cima, metem também o #max stat, mas aqui pegado o # com o max)

 

float(self.stat[0])/90, #max stat

float(self.stat[1])/90, #max stat

float(self.stat[2])/90, #max stat

float(self.stat[3])/90, #max stat

Isto é apenas um pormenor técnico, mas que sempre pode deixar o vosso cliente mais "jeitoso" :p

 

P.s: Onde diz 90 vocês têm que pôr os vossos atributos máximos (Exemplo: 90, 105, 120, etc)

 

Capturar.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...