jaiko23 1 Posted January 15, 2016 hi does anyone know how can i increase the limit of paladin can devo? example.. pally can devo 5(default) and i wanna make pally can devo 10 players.. thank you in advance Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted January 16, 2016 src/map/pc.h #define MAX_PC_DEVOTION 5 change and recompile Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted January 16, 2016 (edited) I think that wouldn't work as you expect look here and here you should change the formula of var 'count' maybe you can try my method. count = (sd)? min((skill_lv>=5 ? 10: skill_lv),MAX_PC_DEVOTION) : 1; Edited January 16, 2016 by Angelmelody 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted January 16, 2016 I think that wouldn't work as you expect look here and here you should change the formula of var 'count' maybe you can try my method. count = (sd)? min((skill_lv>=5 ? 10: skill_lv),MAX_PC_DEVOTION) : 1; maybe you may suggest this change in the git (or make pull request) as well? xD seems like they forgot to add the MAX_PC_DEVOTION to the rest of the places Quote Share this post Link to post Share on other sites
hi does anyone know how can i increase the limit of paladin can devo?
example.. pally can devo 5(default) and i wanna make pally can devo 10 players..
thank you in advance
Share this post
Link to post
Share on other sites