kyenard Posted June 22, 2022 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 18 Reputation: 1 Joined: 08/19/19 Last Seen: December 26, 2022 Share Posted June 22, 2022 Just checking if there's a way to double damage further than "one hit". I've read the code around the skill but can't say for sure there's a way to do it. If you have any idea please let me know. I'll have this post on my watch list. Quote Link to comment Share on other sites More sharing options...
1 Start_ Posted June 22, 2022 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 1 hour ago Share Posted June 22, 2022 \rathena\src\map\battle.cpp Line 1477 You will see SC_END, try add some variable like endure hit count then it should be fine. Quote Link to comment Share on other sites More sharing options...
1 WhiteEagle Posted March 20, 2024 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 19 hours ago Share Posted March 20, 2024 Already answered your question in discord. 2 Quote Link to comment Share on other sites More sharing options...
0 jamesandrew Posted March 19, 2024 Group: Members Topic Count: 23 Topics Per Day: 0.03 Content Count: 60 Reputation: 3 Joined: 06/21/23 Last Seen: March 4 Share Posted March 19, 2024 I haven't figured out how to change lex aeterna hit count But it has to be right here? battle.cpp if (tsc->getSCE(SC_AETERNA) && skill_id != PF_SOULBURN) { if (src->type != BL_MER || !skill_id) damage *= 2; // Lex Aeterna only doubles damage of regular attacks from mercenaries #ifndef RENEWAL if( skill_id != ASC_BREAKER || !(flag&BF_WEAPON) ) #endif status_change_end(bl, SC_AETERNA); //Shouldn't end until Breaker's non-weapon part connects. } I don't know how to change it, so I'd appreciate it if someone else could lend a hand in finding a solution. Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted March 20, 2024 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: Sunday at 06:19 AM Share Posted March 20, 2024 Go to db/re/skill.yml or db/pre-re/skill.yml under ID 78 u find "Hit: Single" change to "Hit: Multi_Hit" and add following line above "HitCount: 3". Replace 3 with how many hits u want. That's should it be. Rynbef~ Quote Link to comment Share on other sites More sharing options...
Question
kyenard
Just checking if there's a way to double damage further than "one hit".
I've read the code around the skill but can't say for sure there's a way to do it.
If you have any idea please let me know. I'll have this post on my watch list.
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.