i'm looking this for ages this db/pre-re/item_trade.txt

natefurytv

New member
Messages
2
Points
0
I'm looking this for ages this db/pre-re/item_trade.txt can someone help me with this I can't edit the item move restriction

 
it was already merge to the item_db 

Code:
{
	Id: 675
	AegisName: "Silver_Coin"
	Name: "Silver Roulette Coin"
	Type: "IT_USABLE"
	Trade: {
		nodrop: true
		notrade: true
		noselltonpc: true
		nocart: true
		nostorage: true
		nogstorage: true
		nomail: true
		noauction: true
	}
	Script: <" TmpRouletteSilver += 1; ">
},
 
Back
Top