Atelia Fortress spawn Burnstein.

Contributed by Stayway.
This commit is contained in:
MobiusDev 2015-11-17 13:35:30 +00:00
parent 147642f350
commit 7c665e0276
3 changed files with 7 additions and 3 deletions

View File

@ -57168,7 +57168,9 @@ INSERT INTO `spawnlist` VALUES
('Atelia Fortress', 1, 34140, -46909, 50991, -2376, 0, 0, 0, 60, 0, 0, 0),
('Atelia Fortress', 1, 34142, -48128, 49095, -2400, 0, 0, 0, 60, 0, 0, 0),
('Atelia Fortress', 1, 34143, -43718, 50770, -2088, 0, 0, 0, 60, 0, 0, 0),
('Atelia Fortress', 1, 34144, -47233, 47998, -2400, 0, 0, 0, 60, 0, 0, 0);
('Atelia Fortress', 1, 34144, -47233, 47998, -2400, 0, 0, 0, 60, 0, 0, 0),
('Atelia Fortress', 1, 33583, -47243, 48545, -2408, 0, 0, 26892, 60, 0, 0, 0),
('Atelia Fortress', 1, 23587, -44089, 43017, -1388, 0, 0, 24393, 60, 0, 0, 0);
-- Garden of Spirits NPC Spawns
INSERT INTO `spawnlist` VALUES

View File

@ -566,7 +566,7 @@ MaxSpawnMobRange = 150
# 18242,18243,18256,31452,31468,31469,31470,31471,31472,31473,31474,31475,31476,31477,31478,
# 31479,31480,31481,31482,31483,31484,31485,31486,31487
# Atelia Fortress
# 23537,23588
# 23537,23588,23586,23587
MobsSpawnNotRandom = 18812,18813,18814,\
22138,\
22911,22912,22913,22914,22915,22916,22917,22918,22919,22925,22927,\
@ -576,7 +576,7 @@ MobsSpawnNotRandom = 18812,18813,18814,\
18221,18222,18226,18230,18231,18232,18233,18234,18235,18236,18237,18238,18239,18240,18241,\
18242,18243,18256,31452,31468,31469,31470,31471,31472,31473,31474,31475,31476,31477,31478,\
31479,31480,31481,31482,31483,31484,31485,31486,31487,\
23537,23588
23537,23588,23586,23587
# ---------------------------------------------------------------------------
# Minimum Range for Private Stores

View File

@ -33,7 +33,9 @@ public class NonRandomWalkNpcs extends AbstractNpcAI
27540, // Fields of Massacre - Embryo Purifier
27541, // Fields of Massacre - Embryo Purifier
23537, // Atelia Fortress - Atelia Infuser
23583, // Atelia Fortress - Embryo Master Artisan
23588, // Atelia Fortress - Hummel
23587, // Atelia Fortress - Burnstein
};
public NonRandomWalkNpcs()