Enchanted Valley spawns.

Contributed by Stayway.
This commit is contained in:
MobiusDev
2015-11-23 15:33:52 +00:00
parent 027cfa154c
commit c976909e88
6 changed files with 1287 additions and 3 deletions

View File

@@ -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>

View 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>

View File

@@ -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>

View File

@@ -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>