mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Added script to handle what happens after a dream that causes a warp. Adds a quest for Hildi ones, warps all other 3.
This commit is contained in:
parent
c753e61b62
commit
7883143089
2 changed files with 51 additions and 0 deletions
|
@ -131,6 +131,20 @@ CLASSID_LNC = 8;
|
|||
CLASSID_THM = 22;
|
||||
CLASSID_CNJ = 23;
|
||||
|
||||
-- SPAWNS
|
||||
SPAWN_NO_ANIM = 0x00;
|
||||
SPAWN_ANIM1 = 0x02;
|
||||
SPAWN_RETAINER = 0x03;
|
||||
SPAWN_POPMOB = 0x4;
|
||||
SPAWN_UKN1 = 0x5;
|
||||
SPAWN_UKN2 = 0x7;
|
||||
SPAWN_LOADING1 = 0x0F;
|
||||
SPAWN_LOADING2 = 0x10;
|
||||
SPAWN_INSTANCE_ERROR = 0x12;
|
||||
SPAWN_CHOCOBO_GET = 0x13;
|
||||
SPAWN_CHOCOBO_RENTAL = 0x14;
|
||||
SPAWN_CUTTER_SANDS = 0x17;
|
||||
SPAWN_NIGHTMARE = 0x18;
|
||||
|
||||
--UTILS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue