{include file="backpack_top.tpl.html"}
Your character's backpack contains all items they are currently carrying, plus contains an overview of any equipped items not directly carried in the backpack. Eventually you'll be able to equip and unequip items from this page.
Equipped Items
| Head | {if $equipped_head_check == "true"} | {$equipped_head.item_name} | Unequip "{$equipped_head.item_name}" {else} | --empty-- | {/if}
|---|---|---|---|---|
| Waist | {if $equipped_belt_check == "true"} | {$equipped_belt.item_name} | Unequip "{$equipped_belt.item_name}" {else} | --empty-- | {/if}
| Left Ring Finger | {if $equipped_ringl_check == "true"} | {$equipped_ringl.item_name} | Unequip "{$equipped_ringl.item_name}" {else} | --empty-- | {/if}
| Right Ring Finger | {if $equipped_ringr_check == "true"} | {$equipped_ringr.item_name} | Unequip "{$equipped_ringr.item_name}" {else} | --empty-- | {/if}
| Cloak | {if $equipped_cloak_check == "true"} | {$equipped_cloak.item_name} | Unequip "{$equipped_cloak.item_name}" {else} | --empty-- | {/if}
| Forearms | {if $equipped_bracer_check == "true"} | {$equipped_bracer.item_name} | Unequip "{$equipped_bracer.item_name}" {else} | --empty-- | {/if}
| Torso | {if $equipped_armour_check == "true"} | {$equipped_armour.item_name} | Unequip "{$equipped_armour.item_name}" {else} | --empty-- | {/if}
| Left Hand | {if $equipped_weaponl_check == "true"} | {$equipped_weaponl.item_name} | Unequip "{$equipped_weaponl.item_name}" {else} | --empty-- | {/if}
| Right Hand | {if $equipped_weaponr_check == "true"} | {$equipped_weaponr.item_name} | Unequip "{$equipped_weaponr.item_name}" {else} | --empty-- | {/if}
Backpack Items
|
{/if}
{if $check_backpackweapon == "true"}
Weapons {section name=i loop=$backpackweapon} {/section} {else}No weapons carried in backpack... Please check the other categories. {/if} {if $itemcheck == "false"}Your backpack contains no items!!! {/if} {if $itemcheck == "true"} |
Clicking on any of the items to the left will display that item's description and details in this panel...
|