How Make Slot For Weapon Doesnt Have Slot???

Newbie Spellweaver
Joined
Mar 24, 2006
Messages
60
Reaction score
0
Like Tis Combat Knife No Have Slot...I wan to make 3 slot how????

1228,Combat_Knife,Combat Knife,4,20,,400,80,,1,0,0x028F5EEE,7,2,2,4,36,1,1,{ bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Demon,-10; },{},{}

help me from early till finish make it thx~
 
Like Tis Combat Knife No Have Slot...I wan to make 3 slot how????

1228,Combat_Knife,Combat Knife,4,20,,400,80,,1,0,0x028F5EEE,7,2,2,4,36,1,1,{ bonus bIgnoreDefRace,RC_DemiHuman; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Demon,-10; },{},{}

help me from early till finish make it thx~

noticed the one i made BOLD?

change it to 3.. :P
 
For example we want to make some of the items below have 4 slots:
1530 Mjolnir
2199 Ahura Mazdah
2410 Sleipnir
2629 Megingjard
2630 Brisingammen


[1] item_db.txt (standard item) or item_db2.txt (custom item) in the server folder.

This is the file you need to dieditkan the item slot.
db\item_db.txt
// Items Database
//
// Structure of Database:
// ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
//

1530,Mjolnir,Mjolnir,4,,10,6000,250,,1,4,0x000444A2,7,2,2,4,95,0,8,{ bonus bAtkEle,Ele_Wind; bonus bDex,40; bonus bStr,15; bonus bAspdRate,10; bonus bUnbreakableWeapon,0; },{},{}
21***Ahura_Mazda,Ahura Mazdah,5,1,,10,,****,4,0xFFFFFFFF,7,2,***,1,1,0,{ bonus bAllStats,50; bonus bMdef,99; bonus bShortWeaponDamageReturn,100; bonus2 bSubRace,RC_DemiHuman,95; skill "CR_FULLPROTECTION",5; },{},{}
2410,Sleipnir,Sleipnir,5,,10,3500,,5,,4,0xFFFFFFFF,7,2,64,,94,0,0,{ bonus bMdef,10; bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus bSPrecovRate,15; bonus bSpeedRate,25; },{},{}
2629,Magingiorde,Megingjard,5,,10,8000,,2,,4,0xFFFFFFFF,7,2,136,,94,0,0,{ bonus bStr,40; bonus bMdef,7; },{},{}
2630,Brysinggamen,Brisingamen,5,,10,1500,,1,,4,0xFFFFFFFF,7,2,136,,94,0,0,{ bonus bStr,6; bonus bAgi,6; bonus bVit,6; bonus bInt,6; bonus bLuk,10; bonus bMdef,5; },{},{}


[2] itemslotcounttable.txt di folder client.

This is the file you need to edit the item slot. If this file is not edited, TXT and then info on the GUI client will be the number one slot but it still exists and may be used according to the number of slots assigned to the item_db.txt or item_db2.txt.
Gravity \ RO \ data \itemslotcounttable.txtitemslotcounttable.txt
// ---- EP 4.0
 
Back