home » builders » builder's lessons » mobile positions
Mobile positions
In most instances you will want to use POS_STANDING, even if you want it to appear that your mobile is sleeping or resting. Sleeping mobiles might not trigger quests and so on. Also the position over-rides any long description that you might have. So if you want to have the mobile to look to be doing something while sleeping, it is best to simulate it with the long description, than set the position.
POS_DEAD | 0 | POS_MORTAL | 1 |
POS_INCAP | 2 | POS_STUNNED | 3 |
POS_SLEEPING | 4 | POS_MEDITATING | 5 |
POS_RESTING | 6 | POS_KNEELING | 7 |
POS_FIGHTING | 8 | POS_STANDING | 9 |
POS_MOUNTED | 10 | POS_SHOVE | 11 |
POS_DRAG | 12 |