Atelia Fortress no random spawn and non moving npcs.

Contributed by Stayway.
This commit is contained in:
MobiusDev 2015-11-14 00:14:35 +00:00
parent 47323671fb
commit 47890f7744
2 changed files with 6 additions and 1 deletions

View File

@ -565,6 +565,8 @@ MaxSpawnMobRange = 150
# 18221,18222,18226,18230,18231,18232,18233,18234,18235,18236,18237,18238,18239,18240,18241, # 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, # 18242,18243,18256,31452,31468,31469,31470,31471,31472,31473,31474,31475,31476,31477,31478,
# 31479,31480,31481,31482,31483,31484,31485,31486,31487 # 31479,31480,31481,31482,31483,31484,31485,31486,31487
# Atelia Fortress
# 23537,23588
MobsSpawnNotRandom = 18812,18813,18814,\ MobsSpawnNotRandom = 18812,18813,18814,\
22138,\ 22138,\
22911,22912,22913,22914,22915,22916,22917,22918,22919,22925,22927,\ 22911,22912,22913,22914,22915,22916,22917,22918,22919,22925,22927,\
@ -573,7 +575,8 @@ MobsSpawnNotRandom = 18812,18813,18814,\
18170,18171,18183,18184,18185,18186,18187,18191,18195,18196,18197,18198,18199,18212,18220,\ 18170,18171,18183,18184,18185,18186,18187,18191,18195,18196,18197,18198,18199,18212,18220,\
18221,18222,18226,18230,18231,18232,18233,18234,18235,18236,18237,18238,18239,18240,18241,\ 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,\ 18242,18243,18256,31452,31468,31469,31470,31471,31472,31473,31474,31475,31476,31477,31478,\
31479,31480,31481,31482,31483,31484,31485,31486,31487 31479,31480,31481,31482,31483,31484,31485,31486,31487,\
23537,23588
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Minimum Range for Private Stores # Minimum Range for Private Stores

View File

@ -32,6 +32,8 @@ public class NonRandomWalkNpcs extends AbstractNpcAI
{ {
27540, // Fields of Massacre - Embryo Purifier 27540, // Fields of Massacre - Embryo Purifier
27541, // Fields of Massacre - Embryo Purifier 27541, // Fields of Massacre - Embryo Purifier
23537, // Atelia Fortress - Atelia Infuser
23588, // Atelia Fortress - Hummel
}; };
public NonRandomWalkNpcs() public NonRandomWalkNpcs()