-
Apprentice
Ingame shop
hi i started a 2.5 aion server can somebody give me an exemple to fill in the ingame shop?
thx
-- Table structure for ingameshop
`object_id` int(11) NOT NULL AUTO_INCREMENT,
`item_id` int(11) NOT NULL,
`item_count` int(11) NOT NULL DEFAULT '0',
`item_price` int(11) NOT NULL DEFAULT '0',
`category` int(11) NOT NULL DEFAULT '0',
`list` int(11) NOT NULL DEFAULT '0',
`sales_ranking` int(11) NOT NULL DEFAULT '0',
`description` varchar(255) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
-
-
Apprentice
-
Apprentice