Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Enchantment #426

Open
Forcecat92 opened this issue Sep 16, 2020 · 0 comments
Open

Enchantment #426

Forcecat92 opened this issue Sep 16, 2020 · 0 comments
Labels
enhancement Improve something

Comments

@Forcecat92
Copy link

Forcecat92 commented Sep 16, 2020

There is such a problem.
if in file Enchantment.exe 2 scrolls are used, with the same id. the item stops working (sharpening)

Screenshot_1

Each level of suspension has its own sharpening chance

    <enchant until="1" chance="100"/>
    <enchant from="1" until="2" chance="90"/>
    <enchant from="2" until="3" chance="80"/>
    <enchant from="3" until="5" chance="70"/>
    <enchant from="4" until="5" chance="70"/>       
</chance-group>
<chance-group name="PEDANT_DRAGON_L2">
    <enchant until="1" chance="100"/>
    <enchant from="1" until="2" chance="80"/>
    <enchant from="2" until="3" chance="70"/>
    <enchant from="3" until="5" chance="60"/>
    <enchant from="4" until="5" chance="30"/>       
</chance-group>
<chance-group name="PEDANT_DRAGON_L3">
    <enchant until="1" chance="90"/>
    <enchant from="1" until="2" chance="50"/>
    <enchant from="2" until="3" chance="30"/>
    <enchant from="3" until="5" chance="12"/>
    <enchant from="4" until="5" chance="5"/>       
</chance-group>
<chance-group name="PEDANT_DRAGON_L4">
    <enchant until="1" chance="70"/>
    <enchant from="1" until="2" chance="30"/>
    <enchant from="2" until="3" chance="10"/>
    <enchant from="3" until="5" chance="5"/>
    <enchant from="4" until="5" chance="2"/>       
</chance-group>

Screenshot_2

A different group is used under each name. the problem is different. used 1 scroll ID(91249) 4 times. and therefore stops working (this is the problem)

    <items>      
71691 <!-- Dragon Pedant - Attack Type Lv. 1 -->
71695 <!-- Dragon Pedant - Magic Type Lv. 1 -->
    </items>
</scroll>
<scroll id="91249" max-enchant="5" group="18">
    <items>      
71692 <!-- Dragon Pedant - Attack Type Lv. 2 -->
71696 <!-- Dragon Pedant - Magic Type Lv. 2 -->
    </items>
</scroll>
<scroll id="91249" max-enchant="5" group="19">
    <items>      
71693 <!-- Dragon Pedant - Attack Type Lv. 3 -->
71697 <!-- Dragon Pedant - Magic Type Lv. 3 -->
    </items>
</scroll>
<scroll id="91249" max-enchant="5" group="20">
    <items>      
71694 <!-- Dragon Pedant - Attack Type Lv. 4 -->
71698 <!-- Dragon Pedant - Magic Type Lv. 4 -->
    </items>
</scroll>
@JoeAlisson JoeAlisson added the enhancement Improve something label Sep 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Improve something
Projects
None yet
Development

No branches or pull requests

2 participants