Lua API
On this page
BusyAction
The different actions a character can be busy doing. Only one action is allowed at a time.
Fields:
Description
AdvocateTeleport | 0x00010000 | v1.0.0 | Being teleported by advocate? |
Animating | 0x00001000 | v1.0.0 | Character is playing an animation |
ChangeCombatMode | 0x00002000 | v1.0.0 | Changing combat mode |
Crafting | 0x00000001 | v1.0.0 | Crafting (using one item on another) |
DroppingWeenie | 0x00000010 | v1.0.0 | Dropping an object on the ground |
GivingWeenie | 0x00000020 | v1.0.0 | Giving an object |
LoggingOut | 0x00000040 | v1.0.0 | Logging out |
MovingWeenie | 0x00000080 | v1.0.0 | Moving an object |
MovingWeenieToContainer | 0x00000200 | v1.0.0 | Moving a weenie to a container |
None | 0x00000000 | v1.0.0 | Not busy |
OpeningTrade | 0x00000008 | v1.0.0 | Opening trade with someone (double clicked / used them) |
Portalling | 0x00000800 | v1.0.0 | Character in portal space |
RecallCommand | 0x000fc400 | v1.0.0 | All recall commands |
SpellCasting | 0x00000004 | v1.0.0 | Casting a spell |
TeleToAllegianceHometown | 0x00080000 | v1.0.0 | Teleporting to allegiance hometown, with /ah command |
TeleToHouse | 0x00020000 | v1.0.0 | Teleporting to your house, with /hr command |
TeleToLifestone | 0x00000400 | v1.0.0 | Recalling to lifestone with /lifestone command |
TeleToMansion | 0x00040000 | v1.0.0 | Teleporting to allegiance mansion, with /hom command |
TeleToMarketplace | 0x00004000 | v1.0.0 | Recalling to marketplace, with /mp command |
TeleToPKArena | 0x00008000 | v1.0.0 | Recalling to pk arena, with /pkarena command |
UsingWeenie | 0x00000100 | v1.0.0 | Using an item |
Wielding | 0x00000002 | v1.0.0 | Wielding / unwielding a piece of equipment |