maynard Posted July 17, 2013 Posted July 17, 2013 How to change the stats or make a stronger clone of a player? Quote
maynard Posted July 22, 2013 Author Posted July 22, 2013 I dont have any idea where to change that. Been looking for it and search for it and your the only 1 who answer. Quote
Jarek Posted July 22, 2013 Posted July 22, 2013 How to change the stats or make a stronger clone of a player?You can increase atk by editing min\max atk formula, also you can increase HP to make clone stronger int mob_clone_spawn(struct map_session_data *sd, int16 m, int16 x, int16 y, const char *event, int master_id, int mode, int flag, unsigned int duration) ... status->rhw.atk2= status->dex + status->rhw.atk + status->rhw.atk2; //Max ATK status->rhw.atk = status->dex; //Min ATK ... status->hp = status->max_hp; //Max HP Quote
maynard Posted July 23, 2013 Author Posted July 23, 2013 How to change the stats or make a stronger clone of a player?You can increase atk by editing min\max atk formula, also you can increase HP to make clone stronger >int mob_clone_spawn(struct map_session_data *sd, int16 m, int16 x, int16 y, const char *event, int master_id, int mode, int flag, unsigned int duration) ... status->rhw.atk2= status->dex + status->rhw.atk + status->rhw.atk2; //Max ATK status->rhw.atk = status->dex; //Min ATK ... status->hp = status->max_hp; //Max HP hahaha, I dont have any idea how to increase this, Can you make it that the clone have Big HP lets say 10m HP then it can damage pretty high like 10k something. Maybe I should put this in request section. I change the stats of dummy but it does nothing. Quote
Deity Posted August 15, 2013 Posted August 15, 2013 Bump this, i also need this please help us, i want the clone to copy the exact stats of the player Quote
Question
maynard
How to change the stats or make a stronger clone of a player?
5 answers to this question
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.