- Version 1.0.0
- 26 purchases
- 40 downloads
NPC that allows you to manage your store Cash shop can Add, Edit and Remove items.
Languages: English (US), Português (BR)
Warning: To use the NPC it is recommended that you use the "item_cash_db.sql" in your folder "sql-files".
DROP TABLE IF EXISTS `item_cash_db`;
CREATE TABLE `item_cash_db` (
`tab` smallint(6) NOT NULL,
`item_id` smallint(5) unsigned NOT NULL,
`price` mediumint(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`tab`,`item_id`)
) ENGINE=MyISAM;
Preview: