[Guide] Understanding item.kor influence in item requirement
Page 1 of 1
[Guide] Understanding item.kor influence in item requirement
Research shows that formula of item requirement is as below:
REQUIREMENT=0.03*(DROPLVL*ATTRIB)+20+0.09*ITEMLVL* ATTRIB
DROPLVL - Vaule shown in item(kor). First column after Item Name. It enhances item drop per monster
ATTRIB - Value shown in item(kor). 8th or 9th column (depends which attribute you wanna check (str OR agi))
ITEMLVL - Item level in game
EXPLAINATION:
//Index | ItemSlot | SkillType | x | y | serial | option | drop | Name | level | DamMin | DamMax | Speed | Dur | MagicDur | MagicPW | Str | Agil | DWSM | DKBK | EME | MG |
0
1 0 0 1 3 1 1 1 "Short Sword" 3 3 7 20 22 0 0 60 0 0 1 1 1 1 1 1
As we can see DROPLVL=3
and interesting for us str ATTRIB=60
so +0 item (ITEMLVL=0) Has requirement of str = 25,4. REQUIREMENT is
integer type so everything after comma is discarded in the end showing
us 25 str req.
Have fun editing
PS. Remember that to work properly same information has to be in item.bmd
REQUIREMENT=0.03*(DROPLVL*ATTRIB)+20+0.09*ITEMLVL* ATTRIB
DROPLVL - Vaule shown in item(kor). First column after Item Name. It enhances item drop per monster
ATTRIB - Value shown in item(kor). 8th or 9th column (depends which attribute you wanna check (str OR agi))
ITEMLVL - Item level in game
EXPLAINATION:
//Index | ItemSlot | SkillType | x | y | serial | option | drop | Name | level | DamMin | DamMax | Speed | Dur | MagicDur | MagicPW | Str | Agil | DWSM | DKBK | EME | MG |
0
1 0 0 1 3 1 1 1 "Short Sword" 3 3 7 20 22 0 0 60 0 0 1 1 1 1 1 1
As we can see DROPLVL=3
and interesting for us str ATTRIB=60
so +0 item (ITEMLVL=0) Has requirement of str = 25,4. REQUIREMENT is
integer type so everything after comma is discarded in the end showing
us 25 str req.
Have fun editing
PS. Remember that to work properly same information has to be in item.bmd
- Favourite Game : MuOnline
Registration date : 1969-12-31
Similar topics
» [Guide] Understanding Item Codes
» [Guide] Understanding Item HEX Code
» [Guide] Understanding 99B+ GS Settings
» [Guide] Understanding MonsterSetBase
» [Guide] Fully Understanding of MapServerInfo.dat
» [Guide] Understanding Item HEX Code
» [Guide] Understanding 99B+ GS Settings
» [Guide] Understanding MonsterSetBase
» [Guide] Fully Understanding of MapServerInfo.dat
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum