mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-23 02:56:02 +02:00
All the script changes done to get the openings working.
This commit is contained in:
parent
3d5fa45730
commit
53064a7345
50 changed files with 764 additions and 87 deletions
7
data/scripts/quests/man/man0g0.lua
Normal file
7
data/scripts/quests/man/man0g0.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
--Quest Flags
|
||||
MAN0G0_FLAG_TUTORIAL1_DONE = 0;
|
||||
MAN0G0_FLAG_TUTORIAL2_DONE = 1;
|
||||
|
||||
MAN0G0_FLAG_MINITUT_DONE1 = 4;
|
||||
MAN0G0_FLAG_MINITUT_DONE2 = 8;
|
||||
MAN0G0_FLAG_MINITUT_DONE3 = 16;
|
Loading…
Add table
Add a link
Reference in a new issue