mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10506] Implement 5 new SCRIPT_COMMAND_*
All commands can only have creature as the affected by command *_SET_ACTIVEOBJECT - switch activeObject state on/off *_SET_FACTION - changes faction *_MORPH_TO_ENTRY_OR_MODEL - changes model to model from creature_template entry or model id explicit *_MOUNT_TO_ENTRY_OR_MODEL - mounts on model from creature_template entry or model id explicit *_SET_RUN - switch walkmode on/off Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
19d028d099
commit
a1fd19b6b3
5 changed files with 549 additions and 88 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10505"
|
||||
#define REVISION_NR "10506"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue