Updated Spellbook Seller Anton (31338).
Contributed by Liamxroy.
This commit is contained in:
parent
3cfca85730
commit
341fbea93c
@ -1,4 +0,0 @@
|
|||||||
<html><body>Spellbook Seller Anton:<br>
|
|
||||||
Welcome! This is Elmore's famous landmark, the Library of Sages. It contains more books than anywhere else in the entire kingdom.<br>
|
|
||||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
|
||||||
</body></html>
|
|
8
L2J_Mobius_6.0_Fafurion/dist/game/data/html/merchant/31338.htm
vendored
Normal file
8
L2J_Mobius_6.0_Fafurion/dist/game/data/html/merchant/31338.htm
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<html><body>Spellbook Seller Anton:<br>
|
||||||
|
Welcome! This is Elmore's famous landmark, the Library of Sages. It contains more books than anywhere else in the entire kingdom.<br>
|
||||||
|
After I stopped selling spellbooks, I learned how to restore damaged spellbooks while researching books and magic.<br>
|
||||||
|
And luckily, I found a spell that could restore damaged spellbooks. It usees magic power to put the missing parts together. However, the magic is not refined yet. There is a risk of losing the spellbooks forever if they fail to tolerate magic power.<br>
|
||||||
|
If you are ready to take the risk, I can compine your damaged spellbooks and restore them.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3133801">"Please restore my damaged spellbooks."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
14
L2J_Mobius_6.0_Fafurion/dist/game/data/multisell/3133801.xml
vendored
Normal file
14
L2J_Mobius_6.0_Fafurion/dist/game/data/multisell/3133801.xml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list isChanceMultisell="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>31338</npc> <!-- Anton (Rune) -->
|
||||||
|
</npcs>
|
||||||
|
<item>
|
||||||
|
<ingredient id="48979" count="55" /> <!-- Damaged Spellbook -->
|
||||||
|
<ingredient id="57" count="20000000" /> <!-- Adena -->
|
||||||
|
<production id="48876" count="1" chance="0" /> <!-- Forgotten Spellbook chapter 1 -->
|
||||||
|
<production id="48876" count="1" chance="15" /> <!-- Forgotten Spellbook chapter 1 -->
|
||||||
|
<production id="48979" count="10" chance="40" /> <!-- Damaged Spellbook -->
|
||||||
|
<production id="48979" count="5" chance="45" /> <!-- Damaged Spellbook -->
|
||||||
|
</item>
|
||||||
|
</list>
|
@ -1614,7 +1614,7 @@
|
|||||||
<height normal="28" />
|
<height normal="28" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="31338" level="70" type="L2Npc" name="Anton" title="Spellbook Expert">
|
<npc id="31338" level="70" type="L2Merchant" name="Anton" title="Spellbook Expert">
|
||||||
<!-- Confirmed CT2.5 -->
|
<!-- Confirmed CT2.5 -->
|
||||||
<parameters>
|
<parameters>
|
||||||
<param name="MoveAroundSocial" value="0" />
|
<param name="MoveAroundSocial" value="0" />
|
||||||
|
Loading…
Reference in New Issue
Block a user