Failed to load item list.
Attempted to load this file:
Configure correct 'server_path' in config.php.
If the path is correct, make sure your web user has access to read it.
setExpiration(60); if ($cache->hasExpired()) { $offers = array( 'wts' => mysql_select_multi("SELECT `mo`.`id`, `mo`.`itemtype` AS `item_id`, `mo`.`amount`, `mo`.`price`, `mo`.`created`, `mo`.`anonymous`, `p`.`name` AS `player_name` FROM `market_offers` AS `mo` INNER JOIN `players` AS `p` ON `mo`.`player_id`=`p`.`id` WHERE `mo`.`sale` = '1' ORDER BY `mo`.`created` DESC;"), 'wtb' => mysql_select_multi("SELECT `mo`.`id`, `mo`.`itemtype` AS `item_id`, `mo`.`amount`, `mo`.`price`, `mo`.`created`, `mo`.`anonymous`, `p`.`name` AS `player_name` FROM `market_offers` AS `mo` INNER JOIN `players` AS `p` ON `mo`.`player_id`=`p`.`id` WHERE `mo`.`sale` = '0' ORDER BY `mo`.`created` DESC;") ); $cache->setContent($offers); $cache->save(); } else { $offers = $cache->load(); } ?>You can buy and sell items by clicking on the market in depot.
To sell an item: Place item inside your depot, click on market, search for your item and sell it.
Item name | Item | Count | Price for 1 | Added | By | Compare |
".$o['player_name'].""; ?> |
Item name | Item | Count | Price for 1 | Added | By | Compare |
".$o['player_name'].""; ?> |
Item name | Item | Count | Price for 1 | Added | By |
".$o['player_name'].""; ?> |
Item name | Item | Count | Price for 1 | Added | By |
".$o['player_name'].""; ?> |
Item name | Item | Count | Price for 1 | Offer sold |