Svanhild New member Messages 115 Points 0 Location Queenslander Emulator Sep 28, 2014 #2 as the title says, where can I find the for every 1 vit = max hp...
G Garr New member Messages 482 Points 0 Github HeroGarr Emulator Sep 28, 2014 #3 status.c Code: unsigned int status_base_pc_maxhp(struct map_session_data *sd, struct status_data *st) {... val += val * st->vit/100; // +1% per each point of VIT...}
status.c Code: unsigned int status_base_pc_maxhp(struct map_session_data *sd, struct status_data *st) {... val += val * st->vit/100; // +1% per each point of VIT...}
Svanhild New member Messages 115 Points 0 Location Queenslander Emulator Sep 28, 2014 #4 wow great. this is what im looking for.