Outlaw Forest NPC spawns.

Contributed by Stayway.
This commit is contained in:
MobiusDev 2015-08-18 19:30:02 +00:00
parent 29c7fa6e72
commit 9c3c80643b
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<html><body>Warming Fire:<br>
This fire was lit to confort someone. No one knows who lit it.<br>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h Quest">Quest.</Button>
</body></html>

View File

@ -0,0 +1,5 @@
<html><body>Refugee Leo:<br>
I feel the pain of my people. It burns inside me, but there must be a better way.<br>
I tire of war.<br>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h Quest">Quest</button>
</body></html>

View File

@ -55644,3 +55644,17 @@ INSERT INTO `spawnlist` VALUES
-- Guard Shuazen -- Guard Shuazen
INSERT INTO `spawnlist` VALUES INSERT INTO `spawnlist` VALUES
('Wasteland', 1, 33517, -29952, 186838, -3942, 0, 0, 56957, 60, 0, 0, 0); ('Wasteland', 1, 33517, -29952, 186838, -3942, 0, 0, 56957, 60, 0, 0, 0);
-- Warming Fire
INSERT INTO `spawnlist` VALUES
('Outlaw Forest', 1, 19545, 87772, -20685, -2133, 0, 0, 14094, 60, 0, 0, 0),
('Outlaw Forest', 1, 19545, 87861, -21872, -2163, 0, 0, 41309, 60, 0, 0, 0),
('Outlaw Forest', 1, 19545, 89616, -22309, -2428, 0, 0, 24575, 60, 0, 0, 0),
('Outlaw Forest', 1, 19545, 91208, -23123, -2456, 0, 0, 33623, 60, 0, 0, 0),
('Outlaw Forest', 1, 19545, 92551, -21883, -2304, 0, 0, 28087, 60, 0, 0, 0),
('Outlaw Forest', 1, 19545, 93170, -13218, -2287, 0, 0, 13557, 60, 0, 0, 0),
('Outlaw Forest', 1, 19545, 94798, -20453, -2025, 0, 0, 53120, 60, 0, 0, 0),
('Outlaw Forest', 1, 19545, 95529, -17600, -1994, 0, 0, 33922, 60, 0, 0, 0);
-- Refugee Leo
INSERT INTO `spawnlist` VALUES
('Outlaw Forest', 1, 33863, 92022, -13238, -2400, 0, 0, 11305, 60, 0, 0, 0);