drifterxxxx2 Posted May 19, 2018 Posted May 19, 2018 Hi is this already in rA? if it is, can someone be so kind to link the revision? i want the damage from doram class reduce by items that contain this bonus2 bSubRace,RC_PLAYER,x; (not the same as having doram class traited as demi-human, i know this is an option and i don't want this) thank you in advance! Quote
0 Stolao Posted May 20, 2018 Posted May 20, 2018 bonus2 bSubRace,RC_PLAYER,x; has effected doram for basically as long as the class has been implemented in rA, also we don't use revision we use git hash now. Quote
0 drifterxxxx2 Posted May 20, 2018 Author Posted May 20, 2018 5 minutes ago, Stolao said: bonus2 bSubRace,RC_PLAYER,x; has effected doram for basically as long as the class has been implemented in rA, also we don't use revision we use git hash now. I asked for this because i tested items that give player damage reduction, such as Feather beret and Combat knife. Both of them have bonus2 bSubRace,RC_Player and RC_DemiHuman in their script but the damage reduction only applies for demihumans. damage coming from summoner class is not reduced is this intended? i use git hash c5ceda03f for valuable information Quote
0 joecalis Posted May 20, 2018 Posted May 20, 2018 (edited) That's because Summoner isn't counted as either of those, according to the status.cpp file at status_calc_pc_ summoner class is considered as RC_BRUTE: base_status->race = ((battle_config.summoner_trait&1) && (sd->class_&MAPID_BASEMASK) == MAPID_SUMMONER) ? RC_BRUTE : RC_PLAYER; Maybe you could tinker with that. Or just change the summoner trait from player.conf // Adjust the summoner class' special traits. // 0: Summoners behave like other classes. // 1: Summoners belong to brute race instead of demi-human // 2: Summoners are small size instead of medium // 3: Both of the above (official value) summoner_trait: 3 Edited May 20, 2018 by joecalis Quote
Question
drifterxxxx2
Hi
is this already in rA? if it is, can someone be so kind to link the revision?
i want the damage from doram class reduce by items that contain this
(not the same as having doram class traited as demi-human, i know this is an option and i don't want this)
thank you in advance!
3 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.