MiGueLiT0 Posted July 10, 2015 Report Share Posted July 10, 2015 Hola gente de zone, viendo que este fix no esta aqui en la comunidad me decidi a postearlo ya que lo encontre navegando. 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 Hardy35 and Johan™ 2 Quote Link to comment Share on other sites More sharing options...
Johan™ Posted July 11, 2015 Report Share Posted July 11, 2015 tu y yo, yo y tu, fix el hp no se piensalo e.e MiGueLiT0 1 Quote Link to comment Share on other sites More sharing options...
MiGueLiT0 Posted July 11, 2015 Author Report Share Posted July 11, 2015 tu y yo, yo y tu, fix el hp no se piensalo e.e jajajaj Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.