Lore: Difference between revisions
Jump to navigation
Jump to search
Initial |
Initial |
||
| Line 1: | Line 1: | ||
= | = Controls and UI = | ||
The | The user interface integrates a centralized quest tracker and log menu mapped to the default keyboard hotkey '''[J]''' to guide non-linear milestones. | ||
== | == Inventory Management == | ||
Inventory management utilizes precise keystroke sequences for optimal resource handling: | |||
* '''Stack Splitting''': Executed via <code>CTRL + Middle Mouse Button + Drag</code>. Allows precision value entry. | |||
* '''Drop All''': Dropping an entire inventory of identical unstacked assets is mapped to <code>CTRL + Drop</code>. | |||
== Peer-to-Peer Trading == | |||
Direct peer-to-peer commerce is mediated by a secure, five-stage transactional state machine requiring: | |||
# Initiation | |||
# Acceptance of a trading invitation | |||
# Loading of coins and items into separate trade windows | |||
# Reciprocal manual trade confirmation | |||
# Final database execution. | |||
== Terminal Commands == | |||
Client-to-server text interactions utilize localized terminal syntax, enabling players to execute direct instructions to monitor stats or mitigate physical clipping errors within the seamless open world. | |||
{| class="wikitable sortable" | |||
! Hotkey / Command !! Functional Operations !! Operational Constraint / Parameter | |||
|- | |||
| '''[J]''' || Opens Quest Log and Active Tracker || Client UI default input | |||
|- | |||
| '''CTRL + Mid-Mouse + Drag''' || Executes Item Split Dialogue || Allows precision value entry | |||
|- | |||
| '''CTRL + Drop''' || Empties Selected Duplicate Items || Drops entire matching inventory set | |||
< | |- | ||
| <code>/commands</code> || Queries Active Terminal Dictionary || Chat window activation | |||
|- | |||
| <code>/unstuck</code> || Teleports Character to Closest Town Safezone || Governed by a 30-minute cooldown | |||
|- | |||
< | | <code>/block "playername"</code> || Filters Communication Streams || Suppresses targeted network chat | ||
|- | |||
| <code>/unblock "playername"</code> || Restores Communication Streams || Re-establishes network chat | |||
|- | |||
< | | <code>/kd</code> || Displays Character Kill-to-Death Statistics || Local database calculation query | ||
|} | |||
< | |||
Revision as of 18:14, 11 July 2026
Controls and UI
The user interface integrates a centralized quest tracker and log menu mapped to the default keyboard hotkey [J] to guide non-linear milestones.
Inventory Management
Inventory management utilizes precise keystroke sequences for optimal resource handling:
- Stack Splitting: Executed via
CTRL + Middle Mouse Button + Drag. Allows precision value entry. - Drop All: Dropping an entire inventory of identical unstacked assets is mapped to
CTRL + Drop.
Peer-to-Peer Trading
Direct peer-to-peer commerce is mediated by a secure, five-stage transactional state machine requiring:
- Initiation
- Acceptance of a trading invitation
- Loading of coins and items into separate trade windows
- Reciprocal manual trade confirmation
- Final database execution.
Terminal Commands
Client-to-server text interactions utilize localized terminal syntax, enabling players to execute direct instructions to monitor stats or mitigate physical clipping errors within the seamless open world.
| Hotkey / Command | Functional Operations | Operational Constraint / Parameter |
|---|---|---|
| [J] | Opens Quest Log and Active Tracker | Client UI default input |
| CTRL + Mid-Mouse + Drag | Executes Item Split Dialogue | Allows precision value entry |
| CTRL + Drop | Empties Selected Duplicate Items | Drops entire matching inventory set |
/commands |
Queries Active Terminal Dictionary | Chat window activation |
/unstuck |
Teleports Character to Closest Town Safezone | Governed by a 30-minute cooldown |
/block "playername" |
Filters Communication Streams | Suppresses targeted network chat |
/unblock "playername" |
Restores Communication Streams | Re-establishes network chat |
/kd |
Displays Character Kill-to-Death Statistics | Local database calculation query |