drifterxxxx2 Posted May 19, 2018 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 83 Reputation: 3 Joined: 10/22/17 Last Seen: June 5, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 joecalis Posted May 20, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 64 Reputation: 41 Joined: 03/26/12 Last Seen: March 29 Share 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 Link to comment Share on other sites More sharing options...
0 Stolao Posted May 20, 2018 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 20 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 drifterxxxx2 Posted May 20, 2018 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 83 Reputation: 3 Joined: 10/22/17 Last Seen: June 5, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.