GodKnows Jhomz Posted November 6, 2018 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 Share Posted November 6, 2018 I can't make db/skill_damage_db.txt work. I already added the #define ADJUST_SKILL_DAMAGE and recompiled but still not working. SM_BASH,BL_PC,15,100 Is my code wrong? Please lighten me up how to make it work. Quote Link to comment Share on other sites More sharing options...
0 Rizta Posted November 7, 2018 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 109 Reputation: 5 Joined: 08/12/17 Last Seen: March 30, 2020 Share Posted November 7, 2018 (edited) 43 minutes ago, GodKnows Jhomz said: I can't make db/skill_damage_db.txt work. I already added the #define ADJUST_SKILL_DAMAGE and recompiled but still not working. SM_BASH,BL_PC,15,100 Is my code wrong? Please lighten me up how to make it work. Not necessarly wrong, but, try this: SM_BASH,1,6,15,15,10,10 Plase note that will increase damage in PvP/GvG maps in 15% against player, 15% against monster, 10% against MVP and 10% against Misc/Etc Explaining the columms of my example: SM_BASH = skill name ID 1 = bitmask, working only for player. 6 = bitmask, sum of 2(pvp) and 4(gvg) 15= Damage in % 15= Damage in % 10= Damage in % 10= Damage in % Edited November 7, 2018 by Rizta Quote Link to comment Share on other sites More sharing options...
0 GodKnows Jhomz Posted November 7, 2018 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 Author Share Posted November 7, 2018 (edited) 1 hour ago, Rizta said: Not necessarly wrong, but, try this: SM_BASH,1,6,15,15,10,10 Plase note that will increase damage in PvP/GvG maps in 15% against player, 15% against monster, 10% against MVP and 10% against Misc/Etc Explaining the columms of my example: SM_BASH = skill name ID 1 = bitmask, working only for player. 6 = bitmask, sum of 2(pvp) and 4(gvg) 15= Damage in % 15= Damage in % 10= Damage in % 10= Damage in % It works. Thank you so much! Edited November 7, 2018 by GodKnows Jhomz Quote Link to comment Share on other sites More sharing options...
Question
GodKnows Jhomz
I can't make db/skill_damage_db.txt work.
I already added the #define ADJUST_SKILL_DAMAGE and recompiled but still not working.
SM_BASH,BL_PC,15,100
Is my code wrong?
Please lighten me up how to make it work.
Link to comment
Share on other sites
2 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.