Jump to content
  • 0
skenywitdafer

Undroppable Item

Question

Can anyone help?

 

I want that some of our items cannot drop but you can trade them and storage them.

 

Items:

Sleipnir

Aesprika

Lord Kaho Horn

Brisingamen

Mjolnir

Brynhild

TCG Card

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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