Lua API
On this page

ActionType

Action Types, for use in the Queue system. These are ordered by default priority with higher numbers having higher priority.

Fields:

Description

Allegiance

10000
v1.0.0

Allegiance actions

CastSpell

13000
v1.0.0

Casting spells

Combat

14000
v1.0.0

Combat

Fellow

11000
v1.0.0

Managing fellowships

Immediate

2147483647
v1.0.0

This is a special action type that gets executed immediately, bypassing the queue completely

Inventory

9000
v1.0.0

Inventory management

LoginLogoff

16000
v1.0.0

Logging in / out

Misc

8000
v1.0.0

Misc...

12000
v1.0.0

Navigating

RestoreHealth

19000
v1.0.0

Restoring health (spells / kits / pots)

RestoreMana

17000
v1.0.0

Restoring mana (spells / kits / pots)

RestoreStamina

18000
v1.0.0

Restoring stamina (spells / kits / pots)

Trade

15000
v1.0.0

Trading with other players

Vendor

15500
v2.0.19

Vendoring

Wield

20000
v1.0.0

Wielding an item. This is highest default priority because we want to switch to the correct weapon before switching combat modes / casting spells / etc.