Oraios Posted October 5, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 11/06/12 Last Seen: December 16, 2016 Share 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 Link to comment Share on other sites More sharing options...
Prez Posted October 5, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 78 Reputation: 3 Joined: 12/06/11 Last Seen: November 17, 2024 Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.