Devotion Problem

koko24

New member
Messages
81
Points
0
Github
koko24
Emulator
Hello i have a little problem,

just asking if where should i look so i can fix it

Example During PVP

Player A(Devo) Player B(Champ)

Player A Devo Player B

Then they go into PVP Room,

Player B still have devo Status

where should i look so that the devo shouldnt be like that?

 
@@koko24

open this files

path : trunk/src/config/classes/general.h

change :

/** * when enabled, reflect damage doesn't bypass devotion (and thus damage is passed to crusader) * uncomment to enable **///#define DEVOTION_REFLECT_DAMAGE
into this :

/** * when enabled, reflect damage doesn't bypass devotion (and thus damage is passed to crusader) * uncomment to enable **/#define DEVOTION_REFLECT_DAMAGE
just remove the comment line //

 
Back
Top