Yoona Posted September 24, 2013 Group: Members Topic Count: 153 Topics Per Day: 0.04 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share Posted September 24, 2013 How and Where, can i edit the damage of Jupitel and Storm Gust Skills? Quote Link to comment Share on other sites More sharing options...
icabit Posted September 24, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 353 Reputation: 70 Joined: 07/14/12 Last Seen: February 12, 2023 Share Posted September 24, 2013 battle.c Quote Link to comment Share on other sites More sharing options...
Capuche Posted September 24, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted September 24, 2013 You can alternatively use the skill_damage_db https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt Don't forget to enable the option in core.h Quote Link to comment Share on other sites More sharing options...
Yoona Posted September 25, 2013 Group: Members Topic Count: 153 Topics Per Day: 0.04 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Author Share Posted September 25, 2013 You can alternatively use the skill_damage_db https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt Don't forget to enable the option in core.h is this correct Capuche? /// This MAX_SKILL_DAMAGE_RATE is used to cap max the rate #ifdef ADJUST_SKILL_DAMAGE #define MAX_SKILL_DAMAGE_RATE 100000 100k Max Dage Rate? Quote Link to comment Share on other sites More sharing options...
Capuche Posted September 28, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted September 28, 2013 Don't touch this part. Just uncomment //#define ADJUST_SKILL_DAMAGE [spoiler=Like that] #define ADJUST_SKILL_DAMAGE then in db/skill_damage_db.txt follow the examples for your skills // MC_MAMMONITE,1,1,50 // In normal maps, players deal +50% damage to other players with Mammonite. Quote Link to comment Share on other sites More sharing options...
Question
Yoona
How and Where, can i edit the damage of Jupitel and Storm Gust Skills?
Link to comment
Share on other sites
4 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.