mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user