I don't think you have much control over this, other than just increasing the drop rates in general. Its not like the shops where we can set a slot value.
This is a discussion on Make slot 5 in drop monster within the RF Online forums, part of the MMO and MMORPG Developments category; what should be edited to make weapons and armor slot 5 on a monster drop? thank you for reading sir ...
I don't think you have much control over this, other than just increasing the drop rates in general. Its not like the shops where we can set a slot value.
in weaponitem and armor dat files
I've tried changing the socket on weaponitem.dat, but there was a mistake on zoneserver, have a warning like "weaponitem.dat error" ..
Then you must of added exita bytes try hexing the dat and matching it to a clean one and remove the extra bytess.
What you might give a clue how it works?
this is happened sometime if you edit it using dateditor, you can compare it by the one you edited with an original by opening 2 dateditor at the same time, and take a look at the last line, see if there is an extra "00 00", write the offset then close your dateditor, then open it again with hexeditor, jump to the offset you write before, then delete it
thank you very much, but I'm still confused, what should I ask a few examples of pictorial?
Open in hex a working .dat file and your edit .dat file. Scroll to the end and check the offsets and see if you have any extra bytes. Select from where the new bytes start and delete them untill its the same as the clean .dat.
try using SE Editor and then edit upgrade to slots do you want. Its work for me :D
In weaponitem you can set the max slots for the item. U cant control the drops. It wil always be a random number up until the max slots i weaponitem.
You could edit it but need to hex the zone server and edit the randomize so all items drop max 5 slotted items.