Enchanted Valley spawns.
Contributed by Stayway.
This commit is contained in:
1241
trunk/dist/db_installer/sql/game/spawnlist.sql
vendored
1241
trunk/dist/db_installer/sql/game/spawnlist.sql
vendored
File diff suppressed because it is too large
Load Diff
@@ -1101,3 +1101,7 @@ INSERT INTO `teleport` VALUES ('HellfireTeleport2', 990002, -147728, 152787, -14
|
||||
INSERT INTO `teleport` VALUES ('HellfireTeleport3', 990003, -150131, 143145, -11960, 0, 0, 57);
|
||||
INSERT INTO `teleport` VALUES ('HellfireTeleport4', 990004, -150169, 241022, -11928, 0, 0, 57);
|
||||
INSERT INTO `teleport` VALUES ('DevicetoHellfire', 999001, -147642, 152827, -14059, 0, 0, 57);
|
||||
|
||||
-- Enchnated Valley
|
||||
UPDATE `teleport` SET `Description`='Hunters --> Enchnated Valley',`loc_x`=114681,`loc_y`=48255,`loc_z`=4576 WHERE `Id`=100;
|
||||
INSERT INTO `teleport` VALUES ('Herb Collector --> Enchanted Valley ', '3408701', '116703', '53018', '-3632', '0', '0', '57');
|
||||
|
@@ -2,8 +2,7 @@
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 46" msg="811;Town of Aden">Town of Aden - 5900 Adena</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 43" msg="811;Town of Oren">Town of Oren - 4100 Adena</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 45" msg="811;Hardins Private Academy">Hardin's Private Academy - 3400 Adena</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 100" msg="811;Enchanted Valley, Southern Region">Enchanted Valley, Southern Region (Lv. 45) - 1300 Adena</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 99" msg="811;Enchanted Valley, Northern Region">Enchanted Valley, Northern Region (Lv. 45) - 3600 Adena</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 100" msg="811;Enchanted Valley">Enchanted Valley (Lv. 100) - 1300 Adena</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 16003" msg="811;Ivory Tower">Ivory Tower - 13000 Adena</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 101" msg="811;Forest of Mirrors">Forest of Mirrors (Lv. 40) - 2000 Adena</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 3023301" msg="811;Anghel Waterfall">Anghel Waterfall - 6300 Adena</Button>
|
||||
|
8
trunk/dist/game/data/html/teleporter/34087.htm
vendored
Normal file
8
trunk/dist/game/data/html/teleporter/34087.htm
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<html><head><body>Herb Collector:<br>
|
||||
Ah! Don't surprise me like that! I thought it was the Nymphs.<br>
|
||||
Did you know that Nymphs have appeared in the Enchanted Valley? It hasn't been easy collecting herbs ever since parts of the valley transformed. <br>
|
||||
And then the Nymphs are so violent... I've been doing this for 10 years, and were it not for the secret passageways I created, I would have died. <br>
|
||||
Please let me know if you are going up the valley. I can show you where the passageways are.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_goto 3408701">"I would like to go up the valley."</button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
32
trunk/dist/game/data/stats/npcs/19600-19699.xml
vendored
32
trunk/dist/game/data/stats/npcs/19600-19699.xml
vendored
@@ -1,5 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/npcs.xsd">
|
||||
<npc id="19600" level="101" type="L2Monster" name="Nymph Lily" title="Elegant">
|
||||
<!-- GUESSED BASED OTHER NPC's in AREA - FIXME -->
|
||||
<race>PLANT</race>
|
||||
<acquire exp="37812025" sp="90748" />
|
||||
<stats>
|
||||
<vitals hp="60447" hpRegen="11.5" mp="24308" mpRegen="3.9" />
|
||||
<speed>
|
||||
<walk ground="60" /> <!-- Need retail value -->
|
||||
<run ground="120" /> <!-- Need retail value -->
|
||||
</speed>
|
||||
</stats>
|
||||
<status attackable="true" />
|
||||
<skill_list>
|
||||
<skill id="4416" level="5" /> <!-- Plants -->
|
||||
<skill id="5465" level="1" /> <!-- Earth Attack -->
|
||||
</skill_list>
|
||||
<collision>
|
||||
<radius normal="16" /> <!-- Need retail value -->
|
||||
<height normal="13.25" /> <!-- Need retail value -->
|
||||
</collision>
|
||||
<drop_lists>
|
||||
<death>
|
||||
<item id="57" min="6507" max="15209" chance="30" /> <!-- Adena -->
|
||||
<item id="36530" min="1" max="1" chance="0.075" /> <!-- Exquisite Fiber -->
|
||||
<item id="35473" min="1" max="1" chance="0.03" /> <!-- Recipe: Eternal Circlet (60%) -->
|
||||
<item id="39629" min="1" max="1" chance="0.01" /> <!-- Fortune Bag - Stage 1 --> <!-- Lucky Drop -->
|
||||
</death>
|
||||
<corpse>
|
||||
<item id="36565" min="1" max="1" chance="0.03" /> <!-- Exquisite Synthetic Cokes -->
|
||||
</corpse>
|
||||
</drop_lists>
|
||||
</npc>
|
||||
<npc id="19601" level="104" type="L2Npc" name="">
|
||||
<!-- AUTO GENERATED INFINITE ODYSSEY NPC TODO: FIX IT -->
|
||||
<race>HUMAN</race>
|
||||
|
@@ -1481,7 +1481,7 @@
|
||||
<height normal="22.4" />
|
||||
</collision>
|
||||
</npc>
|
||||
<npc id="34087" level="99" type="L2Npc" name="Herb Collector" title="">
|
||||
<npc id="34087" level="99" type="L2Teleporter" name="Herb Collector" title="">
|
||||
<!-- AUTO GENERATED NPC TODO: FIX IT -->
|
||||
<race>HUMAN</race>
|
||||
<sex>FEMALE</sex>
|
||||
|
Reference in New Issue
Block a user