Jump to content
  • 0
maththew

How to make item cant be drop?

Question

this thing make me spin... /hmm

at my last server.. i already make the item cant be drop.. but in the new 1.. cant drop.. and cant store.. How can i set at the item_trade???

i not remmber the stepp..

like this 1..

15210,127,127

i want make the item Only can be drop by a Admin Only... And Cant be drop by player.. And the item can be put in storage.. Can Anybody help me!?? /sob

Edited by maththew
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Edit your db\re\item_trade.txt

//Item Trading Restrictions File
//Specify here special rules for item trading.
//Item ID, TradeMask, GM-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 GMs of GM-level 50 and up can override the setting.

Link to comment
Share on other sites

A 7 minutes bump? /oops

db\item_stack.txt?

// Item Stacking Restriction File
// Prevents an item to be stacked more than x times in given
// inventory types. Generally used by 3rd class related skill items.
// Format: <item id>,<stack limit amount>,<type>
// Type mask values:
// &1: Character inventory restriction
// &2: Character cart restriction
// &4: Account storage restriction
// &8: Guild storage restriction
// Example:
// 512,4,12 // Will not allow more than 4 Apples in storages.
// Note:
// Stack limit of 0 will disable a 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...

Important Information

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