Kei 2 Posted October 24, 2013 i'm making a server where theres no delay... but don't know how to remove it.. is there a guide or someone tell me?? thanks in advance Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted October 24, 2013 (edited) ..conf/battle/skill.conf // Delay time after casting (Note 2)delay_rate: 100 and for specific skill If you are using pre-renewal server ..db/pre-re/skill_cast_db.txt if you are using renewal server ..db/re/skill_cast_db.txt How to tell if you are using renewal? check ..src/config/renewal.h ( the #define RENEWAL is not commented. ) This is renewal /// game renewal server mode/// (disable by commenting the line)////// leave this line to enable renewal specific support such as renewal formulas#define RENEWAL This is pre-renewal ( the #define RENEWAL is commented. ) /// game renewal server mode/// (disable by commenting the line)////// leave this line to enable renewal specific support such as renewal formulas//#define RENEWAL Edited October 24, 2013 by quesoph 1 Mumbles reacted to this Quote Share this post Link to post Share on other sites
0 Kei 2 Posted October 28, 2013 ..conf/battle/skill.conf // Delay time after casting (Note 2)delay_rate: 100 and for specific skill If you are using pre-renewal server ..db/pre-re/skill_cast_db.txt if you are using renewal server ..db/re/skill_cast_db.txt How to tell if you are using renewal? check ..src/config/renewal.h ( the #define RENEWAL is not commented. ) This is renewal /// game renewal server mode/// (disable by commenting the line)////// leave this line to enable renewal specific support such as renewal formulas#define RENEWAL This is pre-renewal ( the #define RENEWAL is commented. ) /// game renewal server mode/// (disable by commenting the line)////// leave this line to enable renewal specific support such as renewal formulas//#define RENEWAL thanks for the reply what i'm going to do in delay_rate?? i'm going to make it 0?? cuz i try to make it 0 and my champ skill has a delay i think Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted October 28, 2013 I suggest not to modify delay_rate. just modify a specific skill in skill_cast_db.txt Quote Share this post Link to post Share on other sites
i'm making a server where theres no delay... but don't know how to remove it.. is there a guide or someone tell me??
thanks in advance
Share this post
Link to post
Share on other sites