Quickstart
1. Open configuration
Run this in the Nexus developer console:
nexSys.api.ui.openConfig();
The dialog has five tabs: System, Aff Priorities, Defences, Precache, and Colors.
2. Review system settings
On the System tab:
- Choose Transmutation or Concoctions.
- Choose whether health or mana has sip priority.
- Review the sip, moss, fracture, and mana thresholds.
- Enable only the notices and client overrides you want.
See System configuration for the setting semantics and current defaults.
3. Set priorities and defences
Drag afflictions into the desired priority columns. Priority 0 is the ignored
column. On Defences, select the current class, choose player-controlled defup
entries, and review each defence priority.
4. Set precache targets
Choose the herb and mineral quantities nexSys4 should maintain. A value of 0
disables precaching for that item.
5. Save
Changes remain a draft until Save is selected. Saving persists the changed settings and asks the runtime to reconcile them with server-side curing.
6. Verify live state
Once logged in and startup is complete, inspect a few read-only snapshots:
nexSys.state.class;
nexSys.state.affs;
nexSys.state.balances;
nexSys.state.serverside;
For a complete, copyable debug snapshot:
JSON.stringify(nexSys.state, null, 2);