Jump to content

C++ -32k hp fix


MiGueLiT0

Recommended Posts

Hola gente de zone, viendo que este fix no esta aqui en la comunidad me decidi a postearlo ya que lo encontre navegando. :D

 

Vamos a Server/game/src

 

Abrimos char.cpp buscamos:

SetHP(t->hp);
SetSP(t->sp);

Reemplazamos por: 

SetHP(GetMaxHP());
SetSP(GetMaxSP());

Pueden guardar y cerrarlo.

 

Ahora vamos a Server/common

 

Abrimos tables.h buscamos: 

short      hp;
short      sp;

y lo reemplazamos por:

int      hp;
int      sp;

Guardamos y compilamos ;)

 

Ahora ya tendran el bug solucionado al teletransportarse y podran tener 1kkk de hp :v

 

Espero a alguien le sirva :)

 

Fuente: Just4metin

Creditos: Morph3

 

PD: Si es que esta borrar, pero no lo he visto "creo" :v

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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