GM Clerk 0 Posted May 28, 2016 If i wanna Increase LandMine Trap Skill damage where to ? and what i should do in my CentOS to apply the change ? Quote Share this post Link to post Share on other sites
0 Legend 43 Posted May 29, 2016 You can modify your damage in db/pre-re or re/map_zone_db.conf Quote Share this post Link to post Share on other sites
0 GM Clerk 0 Posted May 29, 2016 i want to increase this " Landmine Trip from 7690 to 15380 ?? i tryed the map_zone_data but the skill still the same Quote Share this post Link to post Share on other sites
0 Random756 0 Posted May 30, 2016 To change a skill you either have to modify it in skill_db.txt (db/re/skill_db.txt), but if you want to change his dmg, i think you need to modify skill.c (src/map/skill.c). But be careful with it and only apply change that you're sure won't fuck up your entire server. Also, you need to recompile everytime you change skill.c Quote Share this post Link to post Share on other sites
0 bWolfie 138 Posted May 30, 2016 Try the mapflag adjust_skill_damage. Put it in your map_zone_db.conf on the areas you want it active. Or you can adjust your source like @@Crousti suggested. prontera mapflag adjust_skill_damage HT_LANDMINE 200 Quote Share this post Link to post Share on other sites
0 GM Clerk 0 Posted June 1, 2016 if i want to increase the skill damage in all maps " not only in Prontera " what i should do ? i tryed modify the Battle.c but the same problem thanks for all reply's <3 Quote Share this post Link to post Share on other sites
0 bWolfie 138 Posted June 2, 2016 Go in your map_zone_db.conf and put the mapflag under the mapflag part in whatever area you want it. e.g. { /* PvP zone is applied to all maps with a pvp mapflag */ name: "PvP" /* changing this name requires MAP_ZONE_PVP_NAME to also be changed in src/map/map.h file */ disabled_skills: { BS_GREED: "PLAYER" CG_HERMODE: "PLAYER" } disabled_items: { Greed_Scroll: true } mapflags: ( "nocashshop", "adjust_skill_damage HT_LANDMINE 200", ) }, Quote Share this post Link to post Share on other sites
If i wanna Increase LandMine Trap Skill damage
where to ?
and what i should do in my CentOS to apply the change ?
Share this post
Link to post
Share on other sites