Jump to content

Help:Inventory: Difference between revisions

From PKWar Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<html><pre style="background:#1e1e1e; color:#fff; padding:15px; overflow-x:auto; font-family:monospace;">
<html><pre>
<span style="color:#ff00ff">========================================================================</span>
<span style="color:#cc00cc">========================================================================</span>
<span style="color:#00ffff">                          INVENTORY</span>
<span style="color:#008888">                          INVENTORY</span>
<span style="color:#ff00ff">========================================================================</span>
<span style="color:#cc00cc">========================================================================</span>


<span style="color:#00ffff">VIEWING:</span>
<span style="color:#008888">VIEWING:</span>
   <span style="color:#00ff00">inventory/i</span>    - List carried items
   <span style="color:#008800">inventory/i</span>    - List carried items
   <span style="color:#00ff00">equipment/eq</span>  - Show equipped gear
   <span style="color:#008800">equipment/eq</span>  - Show equipped gear
   <span style="color:#00ff00">examine/exa</span>    - Inspect item details
   <span style="color:#008800">examine/exa</span>    - Inspect item details
   <span style="color:#00ff00">coins</span>          - Check money
   <span style="color:#008800">coins</span>          - Check money


<span style="color:#00ffff">ITEM HANDLING:</span>
<span style="color:#008888">ITEM HANDLING:</span>
   <span style="color:#00ff00">get &lt;item&gt;</span>    - Pick up
   <span style="color:#008800">get &lt;item&gt;</span>    - Pick up
   <span style="color:#00ff00">drop &lt;item&gt;</span>    - Drop
   <span style="color:#008800">drop &lt;item&gt;</span>    - Drop
   <span style="color:#00ff00">give &lt;item&gt; &lt;player&gt;</span> - Give to player
   <span style="color:#008800">give &lt;item&gt; &lt;player&gt;</span> - Give to player
   <span style="color:#00ff00">put &lt;item&gt; &lt;container&gt;</span> - Store in container
   <span style="color:#008800">put &lt;item&gt; &lt;container&gt;</span> - Store in container


<span style="color:#00ffff">EQUIPMENT:</span>
<span style="color:#008888">EQUIPMENT:</span>
   <span style="color:#00ff00">wear &lt;armor&gt;</span>  - Wear armor
   <span style="color:#008800">wear &lt;armor&gt;</span>  - Wear armor
   <span style="color:#00ff00">wield &lt;weapon&gt;</span> - Wield weapon
   <span style="color:#008800">wield &lt;weapon&gt;</span> - Wield weapon
   <span style="color:#00ff00">remove &lt;item&gt;</span>  - Unequip
   <span style="color:#008800">remove &lt;item&gt;</span>  - Unequip
   <span style="color:#00ff00">use &lt;item&gt;</span>    - Use consumable
   <span style="color:#008800">use &lt;item&gt;</span>    - Use consumable


<span style="color:#00ffff">MANAGEMENT:</span>
<span style="color:#008888">MANAGEMENT:</span>
   <span style="color:#00ff00">keep &lt;item&gt;</span>    - Mark as kept (won&#039;t sell)
   <span style="color:#008800">keep &lt;item&gt;</span>    - Mark as kept (won&#039;t sell)
   <span style="color:#00ff00">unkeep &lt;item&gt;</span>  - Remove keep flag
   <span style="color:#008800">unkeep &lt;item&gt;</span>  - Remove keep flag


<span style="color:#00ffff">SHOPPING:</span>
<span style="color:#008888">SHOPPING:</span>
   <span style="color:#00ff00">list</span>          - View shop inventory
   <span style="color:#008800">list</span>          - View shop inventory
   <span style="color:#00ff00">buy &lt;item&gt;</span>    - Purchase
   <span style="color:#008800">buy &lt;item&gt;</span>    - Purchase
   <span style="color:#00ff00">sell &lt;item&gt;</span>    - Sell
   <span style="color:#008800">sell &lt;item&gt;</span>    - Sell
   <span style="color:#00ff00">value &lt;item&gt;</span>  - Check worth
   <span style="color:#008800">value &lt;item&gt;</span>  - Check worth


<span style="color:#00ffff">TIPS:</span>
<span style="color:#008888">TIPS:</span>
- Keep healing items for wars
- Keep healing items for wars
- Match gear to your class
- Match gear to your class
Line 38: Line 38:
- Heavy armor for fighters
- Heavy armor for fighters


<span style="color:#ff00ff">========================================================================</span>
<span style="color:#cc00cc">========================================================================</span>
</pre></html>
</pre></html>


[[Category:Help]]
[[Category:Help]]
[[Main Page|← Back to Main Page]]
[[Main Page|← Back to Main Page]]

Latest revision as of 04:04, 15 August 2025

========================================================================
                          INVENTORY
========================================================================

VIEWING:
  inventory/i    - List carried items
  equipment/eq   - Show equipped gear
  examine/exa    - Inspect item details
  coins          - Check money

ITEM HANDLING:
  get <item>     - Pick up
  drop <item>    - Drop
  give <item> <player> - Give to player
  put <item> <container> - Store in container

EQUIPMENT:
  wear <armor>   - Wear armor
  wield <weapon> - Wield weapon
  remove <item>  - Unequip
  use <item>     - Use consumable

MANAGEMENT:
  keep <item>    - Mark as kept (won't sell)
  unkeep <item>  - Remove keep flag

SHOPPING:
  list           - View shop inventory
  buy <item>     - Purchase
  sell <item>    - Sell
  value <item>   - Check worth

TIPS:
- Keep healing items for wars
- Match gear to your class
- Lighter armor for mages/hunters
- Heavy armor for fighters

========================================================================

← Back to Main Page