Rentalitems

TrndsttR

New member
Messages
34
Points
0
I want my 13872 (Acolyte Card Box) to be untradable and the cards inside the box cannot be traded. How can i do that? :/

 
In your item_db, you can set trade options such as:

Just chuck it above your script and you should be good to go.

Code:
Trade: {
nodrop: true
notrade: true
nocart: true
nostorage: true
nogstorage: true
nomail: true
noauction: true
}
 
Last edited by a moderator:
Back
Top