maynard Posted July 17, 2013 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 159 Reputation: 1 Joined: 12/21/11 Last Seen: April 20, 2014 Share Posted July 17, 2013 How to change the stats or make a stronger clone of a player? Quote Link to comment Share on other sites More sharing options...
goddameit Posted July 21, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted July 21, 2013 modify base_status Quote Link to comment Share on other sites More sharing options...
maynard Posted July 22, 2013 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 159 Reputation: 1 Joined: 12/21/11 Last Seen: April 20, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Jarek Posted July 22, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share 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 Link to comment Share on other sites More sharing options...
maynard Posted July 23, 2013 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 159 Reputation: 1 Joined: 12/21/11 Last Seen: April 20, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Deity Posted August 15, 2013 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 93 Reputation: 0 Joined: 03/04/12 Last Seen: October 23, 2016 Share 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 Link to comment Share on other sites More sharing options...
Question
maynard
How to change the stats or make a stronger clone of a player?
Link to comment
Share on other sites
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.