|
Atrinik Server 2.5
|
Defines | |
| #define | CMD_QUICKSLOT_SET 1 |
| #define | CMD_QUICKSLOT_SETSPELL 2 |
| #define | CMD_QUICKSLOT_UNSET 3 |
The various quickslot commands.
| #define CMD_QUICKSLOT_SET 1 |
Set an item as a quickslot. Uses object::quickslot.
Definition at line 477 of file newclient.h.
| #define CMD_QUICKSLOT_SETSPELL 2 |
Set a spell as a quickslot. Uses player::spell_quickslots.
Definition at line 479 of file newclient.h.
| #define CMD_QUICKSLOT_UNSET 3 |
Unset a quickslot, be it spell or item.
Definition at line 481 of file newclient.h.
1.7.4