Visualizza messaggio singolo
  #7 (permalink)  
Vecchio 28th April 2008, 23:05
Tom_Neverwinter Tom_Neverwinter non  è collegato
Junior Member
 
Data registrazione: Apr 2008
Messaggi: 9
Potenza rep: 0
Tom_Neverwinter è su una strada distinta
ICONA NEWS CW Hp UP

I looked at this code myself, and I am not happy with it myself... Maybe I will ask weltalll to change them,

This is what they look like as an example:

_C0 Laharl Health Modifier
_L 0x201810BC 0x000F423F

this code is=999999

The part colored green is your health amount, so change that amount to the highest value you can.(which in Hexadecimal is F)

This is the highest you probably would want it to be:

_C0 Laharl Health Modifier
_L 0x201810BC 0x00FFFFFF

this code is=16777215

so simply change all those values to 0x00FFFFFF for a larger value.
Rispondi citando