Shadow weapon fixes.

Contributed by hlwrave.
This commit is contained in:
MobiusDev
2016-02-08 07:47:17 +00:00
parent f5d6babca2
commit f0502a3ef5
9 changed files with 427 additions and 33 deletions

View File

@@ -4,83 +4,84 @@
<npc>34095</npc> <!-- Refugee Neti -->
</npcs>
<item>
<!-- NEED FIX MIN ENCHANT LEVEL TO EXCHANGED -->
<!-- Shadow Shaper -->
<ingredient count="1" id="46317" />
<!-- Scroll: Enchant Shadow Weapon -->
<ingredient count="1" id="46337" />
<!-- Shadow Ingot -->
<ingredient count="10" id="46395" />
<!-- Shadow Shaper -->
<production count="1" id="46327" />
<production count="1" id="46327" />
</item>
<item>
<!-- Shadow Cutter -->
<ingredient count="1" id="46318" />
<!-- Scroll: Enchant Shadow Weapon -->
<ingredient count="1" id="46337" />
<!-- Shadow Ingot -->
<ingredient count="10" id="46395" />
<!-- Shadow Cutter -->
<production count="1" id="46318" />
<production count="1" id="46328" />
</item>
<item>
<!-- Shadow Slasher -->
<ingredient count="1" id="46319" />
<!-- Scroll: Enchant Shadow Weapon -->
<ingredient count="1" id="46337" />
<!-- Shadow Ingot -->
<ingredient count="10" id="46395" />
<!-- Shadow Slasher -->
<production count="1" id="46319" />
<production count="1" id="46329" />
</item>
<item>
<!-- Shadow Fighter -->
<ingredient count="1" id="46320" />
<!-- Scroll: Enchant Shadow Weapon -->
<ingredient count="1" id="46337" />
<!-- Shadow Ingot -->
<ingredient count="10" id="46395" />
<!-- Shadow Fighter -->
<production count="1" id="46320" />
<production count="1" id="46330" />
</item>
<item>
<!-- Shadow Stormer -->
<ingredient count="1" id="46321" />
<!-- Scroll: Enchant Shadow Weapon -->
<ingredient count="1" id="46337" />
<!-- Shadow Ingot -->
<ingredient count="10" id="46395" />
<!-- Shadow Stormer -->
<production count="1" id="46321" />
<production count="1" id="46331" />
</item>
<item>
<!-- Shadow Thrower -->
<ingredient count="1" id="46322" />
<!-- Scroll: Enchant Shadow Weapon -->
<ingredient count="1" id="46337" />
<!-- Shadow Ingot -->
<ingredient count="10" id="46395" />
<!-- Shadow Thrower -->
<production count="1" id="46322" />
<production count="1" id="46332" />
</item>
<item>
<!-- Shadow Shooter -->
<ingredient count="1" id="46323" />
<!-- Scroll: Enchant Shadow Weapon -->
<ingredient count="1" id="46337" />
<!-- Shadow Ingot -->
<ingredient count="10" id="46395" />
<!-- Shadow Shooter -->
<production count="1" id="46323" />
<production count="1" id="46333" />
</item>
<item>
<!-- Shadow Buster -->
<ingredient count="1" id="46324" />
<!-- Scroll: Enchant Shadow Weapon -->
<ingredient count="1" id="46337" />
<!-- Shadow Ingot -->
<ingredient count="10" id="46395" />
<!-- Shadow Buster -->
<production count="1" id="46324" />
<production count="1" id="46334" />
</item>
<item>
<!-- Shadow Retributer -->
<ingredient count="1" id="46325" />
<!-- Scroll: Enchant Shadow Weapon -->
<ingredient count="1" id="46337" />
<!-- Shadow Ingot -->
<ingredient count="10" id="46395" />
<!-- Shadow Retributer -->
<production count="1" id="46325" />
<production count="1" id="46335" />
</item>
<item>
<!-- Shadow Dualsword -->
<ingredient count="1" id="46326" />
<!-- Scroll: Enchant Shadow Weapon -->
<ingredient count="1" id="46337" />
<!-- Shadow Ingot -->
<ingredient count="10" id="46395" />
<!-- Shadow Dualsword -->
<production count="1" id="46326" />
<production count="1" id="46336" />
</item>
</list>

View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34095</npc> <!-- Refugee Neti -->
</npcs>
<item>
<!-- Shadow Weapon Coupon -->
<ingredient count="1" id="46376" />
<!-- Shadow Shaper -->
<production count="1" id="46317" />
</item>
<item>
<!-- Shadow Weapon Coupon -->
<ingredient count="1" id="46376" />
<!-- Shadow Cutter -->
<production count="1" id="46318" />
</item>
<item>
<!-- Shadow Weapon Coupon -->
<ingredient count="1" id="46376" />
<!-- Shadow Slasher -->
<production count="1" id="46319" />
</item>
<item>
<!-- Shadow Weapon Coupon -->
<ingredient count="1" id="46376" />
<!-- Shadow Fighter -->
<production count="1" id="46320" />
</item>
<item>
<!-- Shadow Weapon Coupon -->
<ingredient count="1" id="46376" />
<!-- Shadow Stormer -->
<production count="1" id="46321" />
</item>
<item>
<!-- Shadow Weapon Coupon -->
<ingredient count="1" id="46376" />
<!-- Shadow Thrower -->
<production count="1" id="46322" />
</item>
<item>
<!-- Shadow Weapon Coupon -->
<ingredient count="1" id="46376" />
<!-- Shadow Shooter -->
<production count="1" id="46323" />
</item>
<item>
<!-- Shadow Weapon Coupon -->
<ingredient count="1" id="46376" />
<!-- Shadow Buster -->
<production count="1" id="46324" />
</item>
<item>
<!-- Shadow Weapon Coupon -->
<ingredient count="1" id="46376" />
<!-- Shadow Retributer -->
<production count="1" id="46325" />
</item>
<item>
<!-- Shadow Weapon Coupon -->
<ingredient count="1" id="46376" />
<!-- Shadow Dualsword -->
<production count="1" id="46326" />
</item>
</list>