Oraios Posted October 5, 2013 Posted October 5, 2013 Hi community, can someone help me with these problems on my server : Problem 1 : The Asura DMG is too low and the skill_damage_db doesn't work... We already changed all the things in src and also compile... Problem 2 : Soul Breaker bypasses Pneuma... Problem 3 : HP from LK und Pala are too low... How to change it? Thank you very much for your help and sorry for my bad english! 1 Quote
Prez Posted October 5, 2013 Posted October 5, 2013 Asura damage can be adjust in src folder. look for battle.c and look for this case MO_EXTREMITYFIST: { //Overflow check. [skotlex] unsigned int ratio = skillratio + 70*(8 + sstatus->sp/10); //You'd need something like 6K SP to reach this max, so should be fine for most purposes. if (ratio > 60000) ratio = 60000; //We leave some room here in case skillratio gets further increased. skillratio = (unsigned short)ratio; status_set_sp(src, 0, 0); 2. Hp of LK and paladin are too low ? You can change it to db/Job_db1.txt Quote
Question
Oraios
Hi community,
can someone help me with these problems on my server :
Problem 1 : The Asura DMG is too low and the skill_damage_db doesn't work... We already changed all the things in src and also compile...
Problem 2 : Soul Breaker bypasses Pneuma...
Problem 3 : HP from LK und Pala are too low... How to change it?
Thank you very much for your help and sorry for my bad english!
1 answer 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.