Addition of Enchanted Valley area spawns.

This commit is contained in:
MobiusDev 2016-06-13 13:20:51 +00:00
parent 6f22b61ddd
commit 2e7cd3545d
4 changed files with 1286 additions and 11 deletions

View File

@ -1026,4 +1026,8 @@ INSERT INTO `teleport` VALUES
('Monastic Fortress -> Valley of Saints',20177,65307,-71445,-3696,500,0,57), -- retail
('Monastic Fortress -> Den of Evil',20178,68693,-110438,-1946,500,0,57), -- retail
('Monastic Fortress -> Ice Merchant Cabin',20179,113903,-108752,-860,500,0,57), -- retail
('Monastic Fortress -> Shyeed\'s Cavern',20180,76911,-55295,-5824,500,0,57); -- retail
('Monastic Fortress -> Shyeed\'s Cavern',20180,76911,-55295,-5824,500,0,57); -- retail
-- Enchnated Valley
UPDATE `teleport` SET `Description`='Hunters -> Enchanted 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');

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>

File diff suppressed because it is too large Load Diff

View File

@ -1,21 +1,39 @@
<?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="85" type="L2Monster" name="Flower Bud" title="">
<!-- AUTO GENERATED NPC TODO: FIX IT -->
<race>HUMAN</race>
<sex>FEMALE</sex>
<npc id="19600" level="101" type="L2Monster" name="Flower Bud">
<!-- GUESSED BASED OTHER NPC's in AREA - FIXME -->
<race>PLANT</race>
<acquire exp="37812025" sp="90748" />
<stats str="70" int="28" dex="40" wit="65" con="74" men="20">
<vitals hp="58233" hpRegen="7.5" mp="24308" mpRegen="2.7" />
<vitals hp="60447" hpRegen="11.5" mp="24308" mpRegen="3.9" />
<speed>
<walk ground="60" />
<run ground="180" />
<walk ground="60" /> <!-- Need retail value -->
<run ground="120" /> <!-- Need retail value -->
</speed>
</stats>
<status attackable="false" />
<status attackable="true" />
<skill_list>
<skill id="4416" level="5" /> <!-- Plants -->
<skill id="5465" level="1" /> <!-- Earth Attack -->
</skill_list>
<collision>
<radius normal="30" />
<height normal="78" />
<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>
<lucky_corpse>
<item id="39629" min="1" max="1" chance="100" /> <!-- Fortune Pocket - Stage 1 -->
</lucky_corpse>
</drop_lists>
</npc>
<npc id="19601" level="85" type="L2Npc" name="" title="">
<!-- AUTO GENERATED NPC TODO: FIX IT -->