Missing uid.

'; return; } $id = (int) $_GET['uid']; include_once("../GameEngine/Data/hero_items.php"); include_once("../GameEngine/HeroItems.php"); include_once("../GameEngine/HeroAuction.php"); include_once("../GameEngine/HeroAdventure.php"); $t4HeroItems = new HeroItems(); $t4Auction = new HeroAuction(); $t4Adv = new HeroAdventure(); $t4Silver = $t4HeroItems->getSilver($id); $t4Inventory = $t4HeroItems->getInventory($id); $t4Sales = $t4Auction->getMySales($id); $t4Bids = $t4Auction->getMyBids($id); $t4Offers = $t4Adv->getOffers($id); $t4Running = $t4Adv->getRunning($id); $t4SlotNames = [1=>'Helmet',2=>'Body',3=>'Right hand',4=>'Left hand',5=>'Shoes',6=>'Horse',7=>'Bag']; ?>

T4 Hero controls — user # « classic hero editor

Action completed.
Action failed (check the values and try again).

Silver

Grant item

Qty:

Inventory ()

RowItemSlotQtyEquipped
# (orphan itemid ' . (int) $t4Row['itemid'] . ')'; ?>
No items.

Open auctions by this player () / bids ()

$t4Sales, 'role' => 'seller'], ['rows' => $t4Bids, 'role' => 'top bidder']] as $t4Group) { ?>
AuctionRoleItemPriceEnds
# (x)
No open auction involvement.

Adventures

Running: adventure #, difficulty , arrives (do not delete running adventures).

OfferDifficultyDurationExpires
#
No available offers.