How to limit the upgrade to armor only?

Newbie Spellweaver
Joined
Aug 22, 2024
Messages
6
Reaction score
0
I set it to +70 max, but I want it for weapon only and +30 for armor. Help please I'm new

Untitled - How to limit the upgrade to armor only? - RaGEZONE Forums
 
there modifly it have fun

 
Upvote 0
there modifly it have fun

up for this this is the way by setting up on itemeditor from grade high to highest
 
Upvote 0
wGRADE_MAX_REG or wGRADE_MAX_REGI didn't work, may i ask where in source please? :<



View attachment 266420
remove that wGRADE_MAX_REGI

go to :
GLogicData.h
find :
GRADE_NORMAL = 4,
GRADE_HIGH = 9,
GRADE_LIMIT_MAX = 20,

Replace :
GRADE_NORMAL = 9,
GRADE_HIGH = 30, // all armor set it to High on ItemEditor 2nd page Below Remodel Times
GRADE_LIMIT_MAX = 70, // All Weapon Set to Highest on itemeditor 2nd page below Remodel Times
 
Upvote 0
remove that wGRADE_MAX_REGI

go to :
GLogicData.h
find :
GRADE_NORMAL = 4,
GRADE_HIGH = 9,
GRADE_LIMIT_MAX = 20,

Replace :
GRADE_NORMAL = 9,
GRADE_HIGH = 30, // all armor set it to High on ItemEditor 2nd page Below Remodel Times
GRADE_LIMIT_MAX = 70, // All Weapon Set to Highest on itemeditor 2nd page below Remodel Times
thank you brother!
 
Upvote 0
Back