Jump to content
  • 0

Make all item bound account


lynxpravoka

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  10/08/17
  • Last Seen:  

Hi, i want to implement all item bound account. when monster drop, reward from npc and so on. how to achieve this?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

I think you need to add the needed item into this file item_trade.txt 
which is located in here rathena/db/re/item_trade.txt.



From that you need to put like this at bottom of it :

Quote

 

// Example:

// 1161,67,50

// Balmung cannot be dropped, traded, or placed in Guild Storage (1+2+64).

// Only groups of group-level 50 and up can override this setting.

 



By using this detail :

// Item Trade Restrictions Database
// Defines special trade rules for individual items.
//
// Structure of Database:
// Item ID, TradeMask,Group Level Override
//
// Legend for 'TradeMask' field (bitmask):
// 1   - item can't be dropped
// 2   - item can't be traded (nor vended)
// 4   - wedded partner can override restriction 2
// 8   - item can't be sold to npcs
// 16  - item can't be placed in the cart
// 32  - item can't be placed in the storage
// 64  - item can't be placed in the guild storage
// 128 - item can't be attached to mail
// 256 - item can't be auctioned


Example of mine was :

 

5610,499,100    // Event_Skull_Redemmer
5421,499,100    // Event_Skull_Redemmer
5664,499,100    // Event_Skull_Redemmer
5788,499,100    // Event_Skull_Redemmer
5596,499,100    // Event_Skull_Redemmer
5100,499,100    // Event_Skull_Redemmer
5767,499,100    // Event_Skull_Redemmer
5130,499,100    // Event_Skull_Redemmer

Which state 

5610(ID Item),499(Total Value To Make It Restricted),100(GM Level that can bypass all this restriction)


^_^ 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...