Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Item level requirement.

Banned
Banned
Joined
Jul 14, 2020
Messages
420
Reaction score
35
Good evening! I wanted to change item/set level requirement example is Demonite it is level 127 or above and I wanted to make it level 175 for better and yes I did change the uint limit_level value to 175 and uint value_lv to 175 and sync to my item.scp and repatch the item.enc and restart the server side for item.scp but still shows 127, it gives me 175 for the no option item/set but if it has option it will show 127, may I know what is my mistake?
 
Banned
Banned
Joined
Jul 14, 2020
Messages
420
Reaction score
35
cabal.enc -> item_equip_limit
const.scp -> ItemEquipLimit

can you give me a small hint on how to make it work? thank you.



Do I need to make my own grade for every item/set so I can distribute each of level req.?
 
Upvote 0
Banned
Banned
Joined
Jul 14, 2020
Messages
420
Reaction score
35
is Grade affect the item option? If I use Grade 7 instead of 11 what is the changes?
 
Upvote 0
RaGEZONE VIP
[VIP] Member
Joined
Oct 10, 2019
Messages
199
Reaction score
454
is Grade affect the item option? If I use Grade 7 instead of 11 what is the changes?
In the section rare_code you can see what values are used for what grades.
Some codes:
1 - HP
2 - MP
3 - Atk
4 - mAtk
5 - Def
8 - CDi
9 - CR
30 - sAMP
32 - mAmp
Find the rest yourself.
RareNum 1-3 - green Craft
RareNum 5-7 - Epic
 
Upvote 0
Back
Top