Welcome to the RaGEZONE - MMORPG development forums.

Make slot 5 in drop monster

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 ...

Results 1 to 13 of 13
  1. #1
    Member
    Rank
    Member
    Join Date
    Apr 2012
    Posts
    36
    Liked
    1

    Make slot 5 in drop monster

    Click
    what should be edited to make weapons and armor slot 5 on a monster drop?

    thank you for reading sir ..

  2. #2
    Ron
    ':,,:'
    Rank
    Subscriber
    Join Date
    Apr 2005
    Location
    Dallas, TX
    Posts
    8,235
    Liked
    1861

    Re: Make slot 5 in drop monster

    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.

  3. #3
    FortuneTeller
    Rank
    Member +
    Join Date
    Feb 2010
    Posts
    532
    Liked
    67

    Re: Make slot 5 in drop monster

    in weaponitem and armor dat files

  4. #4
    Member
    Rank
    Member
    Join Date
    Apr 2012
    Posts
    36
    Liked
    1

    Re: Make slot 5 in drop monster

    I've tried changing the socket on weaponitem.dat, but there was a mistake on zoneserver, have a warning like "weaponitem.dat error" ..

  5. #5
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2009
    Location
    London
    Posts
    1,292
    Liked
    280
    Steam ID: 76561198050365238

    Re: Make slot 5 in drop monster

    Then you must of added exita bytes try hexing the dat and matching it to a clean one and remove the extra bytess.

  6. #6
    Ron
    ':,,:'
    Rank
    Subscriber
    Join Date
    Apr 2005
    Location
    Dallas, TX
    Posts
    8,235
    Liked
    1861

    Re: Make slot 5 in drop monster

    Quote Originally Posted by Busman View Post
    Then you must of added exita bytes try hexing the dat and matching it to a clean one and remove the extra bytess.
    Following up, you can immediately tell if there are extra bytes at the end by looking at the file size. Use a hex editor to remove the extra "00 00" bytes at the end of the file.

  7. #7
    Member
    Rank
    Member
    Join Date
    Apr 2012
    Posts
    36
    Liked
    1

    Re: Make slot 5 in drop monster

    What you might give a clue how it works?

  8. #8
    FortuneTeller
    Rank
    Member +
    Join Date
    Feb 2010
    Posts
    532
    Liked
    67

    Re: Make slot 5 in drop monster

    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

  9. #9
    Member
    Rank
    Member
    Join Date
    Apr 2012
    Posts
    36
    Liked
    1

    Re: Make slot 5 in drop monster

    thank you very much, but I'm still confused, what should I ask a few examples of pictorial?

  10. #10
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2009
    Location
    London
    Posts
    1,292
    Liked
    280
    Steam ID: 76561198050365238

    Re: Make slot 5 in drop monster

    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.

  11. #11
    Hardcore Member
    Rank
    Member
    Join Date
    Jul 2011
    Location
    PENGEMIS HQ
    Posts
    131
    Liked
    14

    Re: Make slot 5 in drop monster

    try using SE Editor and then edit upgrade to slots do you want. Its work for me :D

  12. #12
    Leech feeder.
    Rank
    Member +
    Join Date
    Oct 2008
    Posts
    549
    Liked
    76

    Re: Make slot 5 in drop monster

    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.

  13. #13
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2009
    Location
    London
    Posts
    1,292
    Liked
    280
    Steam ID: 76561198050365238

    Re: Make slot 5 in drop monster

    You could edit it but need to hex the zone server and edit the randomize so all items drop max 5 slotted items.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •