Outlaw Forest NPC spawns.
Contributed by Stayway.
This commit is contained in:
parent
29c7fa6e72
commit
9c3c80643b
4
trunk/dist/game/data/html/default/19545.htm
vendored
Normal file
4
trunk/dist/game/data/html/default/19545.htm
vendored
Normal 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>
|
5
trunk/dist/game/data/html/default/33863.htm
vendored
Normal file
5
trunk/dist/game/data/html/default/33863.htm
vendored
Normal 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>
|
14
trunk/dist/tools/sql/game/spawnlist.sql
vendored
14
trunk/dist/tools/sql/game/spawnlist.sql
vendored
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user