Jump to content
  • 0
skenywitdafer

Undroppable Item

Question

4 answers to this question

Recommended Posts

  • 0

 

db/re/item_trade.txt

 

Add:

2410,1,1002541,1,1005013,1,1002630,1,1001530,1,1002383,1,1007227,1,100

item_trade.txt was dropped in recent revisions

for no drop, you have to add following in item_db.conf entry

    Trade: {		nodrop: true	}

Share this post


Link to post
Share on other sites
  • 0

go to db/<re or pre-re>/item_trade.txt and add the entry there as needed

 

 

//Item ID, TradeMask, Group-Level Override//Trading mask values://1:Item can't be droped//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://1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67),//only groups of group-level 50 and up can override the setting.

 

There is one example with Balmung,

Another example Storagable and tradable only red potion, except by GM Level 99

500,473,99

 

500 = Item ID

473 = Restrictions (1+8+16+64+128+256)

99 = GM Level which can bypass this restriction

 

That should be enough so you do the changes you need on your own. If you have any questions don't hesitate to ask =)

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.