danielps Posted March 20, 2017 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 18 Joined: 10/09/14 Last Seen: Friday at 04:59 AM Share Posted March 20, 2017 Hi i'm using rathena lastest vers. in pre-re mode... Why skill sacrifice is with fixed damage? With weapon or not, with hidra card or not, the damage is all the same!! Why?? thanks! Quote Link to comment Share on other sites More sharing options...
1 Playtester Posted March 21, 2017 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: Yesterday at 09:07 AM Share Posted March 21, 2017 Nope, you are wrong. I have a Royal Guard with 19474 MaxHP and with Matyr's Reckoning active I always deal 1752 damage. Bare-handed, with spear and with racial damage bonus cards. Always 1752 damage. It isn't affected by weapons or cards on official servers. Quote Link to comment Share on other sites More sharing options...
0 Playtester Posted March 20, 2017 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: Yesterday at 09:07 AM Share Posted March 20, 2017 The damage depends on your MaxHP, so the way to increase damage is to have more MaxHP. 1 Quote Link to comment Share on other sites More sharing options...
0 danielps Posted March 21, 2017 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 18 Joined: 10/09/14 Last Seen: Friday at 04:59 AM Author Share Posted March 21, 2017 3 hours ago, Playtester said: The damage depends on your MaxHP, so the way to increase damage is to have more MaxHP. Ok i know that, but its still wrong... think with me, when i use sacrifice and hit with no weapons and no cards, the damage is the same that with a spear +10 with 4 hydra cards, the damage is exactly the same... its completly wrong. But anyway, if its correct to don't affect human damage, str in that skill, so how can i set it to affect? To my mind it's wrong, it should add damage with cards and weapon, but if not, how can i set it to add damage with cards and weapon? thanks !! Quote Link to comment Share on other sites More sharing options...
0 Playtester Posted March 21, 2017 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: Yesterday at 09:07 AM Share Posted March 21, 2017 Why would weapon damage affect it when the damage is based on your MaxHP instead of ATK? Anyway you can change it to whatever you want in battle.c: case PA_SACRIFICE: wd.damage = sstatus->max_hp* 9/100; wd.damage2 = 0; Cards affecting damage you can all define in skill_db, no code changes needed for that. 1 Quote Link to comment Share on other sites More sharing options...
0 danielps Posted March 21, 2017 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 18 Joined: 10/09/14 Last Seen: Friday at 04:59 AM Author Share Posted March 21, 2017 53 minutes ago, Playtester said: Why would weapon damage affect it when the damage is based on your MaxHP instead of ATK? Anyway you can change it to whatever you want in battle.c: case PA_SACRIFICE: wd.damage = sstatus->max_hp* 9/100; wd.damage2 = 0; Cards affecting damage you can all define in skill_db, no code changes needed for that. Thanks i'll look n skill_db and see if i can fix that... I'll explain anyway cause you didn't understood yet... in oficial server cards and weapons affects sacrifice damage! And here in rathena sacrifice damage is based ONLY in hp. Ok thats right, but in oficial server the skill is based in hp AND cards AND weapons can add damage, the damage formula of that skill is based o hp but it can increase damage with cards and weapon... Look, case 1: i hit you with sacrifice with no cards and no weapons, only with punch... and in case 2: I hit you with sacrifice, with a weapon + 4 hydra (20% human damage) The damage in both cases are EXACTLY the same... its not right.... you can study it... go to iRO, kRO, bRO etc... weapons and cards add damage to that skill... As any other skill is based in atk but cards add damage, sacrifice as well is based on vit, but cards should add damage as well... Hope you understood, i'll try skill_db... Lke anyway if it work i'll tell you thanks! Quote Link to comment Share on other sites More sharing options...
0 Deleted User Posted March 21, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 235 Reputation: 55 Joined: 12/02/11 Last Seen: February 26, 2021 Share Posted March 21, 2017 (edited) 4 hours ago, danielps said: Thanks i'll look n skill_db and see if i can fix that... I'll explain anyway cause you didn't understood yet... in oficial server cards and weapons affects sacrifice damage! And here in rathena sacrifice damage is based ONLY in hp. Ok thats right, but in oficial server the skill is based in hp AND cards AND weapons can add damage, the damage formula of that skill is based o hp but it can increase damage with cards and weapon... Look, case 1: i hit you with sacrifice with no cards and no weapons, only with punch... and in case 2: I hit you with sacrifice, with a weapon + 4 hydra (20% human damage) The damage in both cases are EXACTLY the same... its not right.... you can study it... go to iRO, kRO, bRO etc... weapons and cards add damage to that skill... As any other skill is based in atk but cards add damage, sacrifice as well is based on vit, but cards should add damage as well... Hope you understood, i'll try skill_db... Lke anyway if it work i'll tell you thanks! I'm kinda agree with this issue. because i checked the formula of the PA_SACRIFICE: the skill depends on the VIT/HP. i guess it requires a source modification to apply those cards. I checked my old rAthena. yes the cards are counted and give more damage to SACRFICE. 1. With Weapon + Cards 2. Without Weapon I can tell the differences between both with or without weapons and cards. Edited March 21, 2017 by Kaze Quote Link to comment Share on other sites More sharing options...
0 iamkevin Posted May 22, 2017 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 104 Reputation: 3 Joined: 09/15/16 Last Seen: July 20, 2024 Share Posted May 22, 2017 On 3/22/2017 at 3:53 AM, Kaze said: I'm kinda agree with this issue. because i checked the formula of the PA_SACRIFICE: the skill depends on the VIT/HP. i guess it requires a source modification to apply those cards. I checked my old rAthena. yes the cards are counted and give more damage to SACRFICE. 1. With Weapon + Cards 2. Without Weapon I can tell the differences between both with or without weapons and cards. hi just out of the topic... where can i download the kind of interface you got? like the fonts? its great ^^ Quote Link to comment Share on other sites More sharing options...
0 IsabelaFernandez Posted July 16, 2018 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 Share Posted July 16, 2018 On 3/21/2017 at 11:29 AM, Playtester said: Why would weapon damage affect it when the damage is based on your MaxHP instead of ATK? Anyway you can change it to whatever you want in battle.c: case PA_SACRIFICE: wd.damage = sstatus->max_hp* 9/100; wd.damage2 = 0; Cards affecting damage you can all define in skill_db, no code changes needed for that. Hello, I'm sorry to relive the topic, but that's kind of what I'm looking for. I would like to know how to fix the damage not from a skill, but from the card (Samurai Specter Card) ID 4263, I would like to leave her script to have a fixed damage regardless of racial resistance or defense. Do you know how I am applying this change? Thank you friend Quote Link to comment Share on other sites More sharing options...
Question
danielps
Hi i'm using rathena lastest vers. in pre-re mode...
Why skill sacrifice is with fixed damage? With weapon or not, with hidra card or not, the damage is all the same!!
Why??
thanks!
Link to comment
Share on other sites
8 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.