Custom item effect error

Sai

New member
Messages
67
Points
0
I'm receiving this error when adding item effect on my custom items. I just copy pasted the effect from exiting items but this happens and the reduction is not working.

sy33wo.png


1zn1nra.png


Someone has an idea?

 
I suppose you are running with pre-re setting, and pre-re doesn't have bAddRaceTolerance, instead they use bonus2 bSubRace

change it from 

bonus2 bAddRaceTolerance,RC_DemiPlayer,10;

to:

Code:
bonus2 bSubRace,RC_DemiPlayer,10;
 
Back
Top