GodKnows Jhomz Posted November 6, 2018 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 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 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...
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,100Is my code wrong?
Please lighten me up how to make it work.
Link to comment
Share on other sites