Jump to content
  • 0

Xml Item If Enchant To .... Bla Bla


Question

Posted

Hello ,

I wanna try do something with my xml files of items.

I want if one item X enchant to +Y Do something like change one stat or something i need to.

Is there any command (Not enchant1_skill val=) ready for xmls ? Or i need to code that ?

Thanks.

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

Ok thanks i thought there  was something for xmls.Cuz i found that enchant1_skill val=

Sad i have a lot of work to do then ;)

 

Yeah it exists but it's for skills.

Nothing related with items.

But also we know that we can add skills to items to be exactly specific you can build yourself a custom item with custom skill that have conditions you are looking for.

It's something that i think wont satisfy you.

Edited by Stewie
  • 0
Guest Elfocrash
Posted

Something like that:

    <enchantscroll itemId="955"><!-- Scrolls: Enchant Weapon D -->
        <type grade="D" weapon="true" armor="false" isBlessed="false" hero="false"/>
        <plus min="1" max="1"/>
        <limits min="0" max="16"/>
        <drop min="0" max="0"/>
        <chance default="60" save="3">
            <itemGroup type="magic" default="40" save="3">
                <add level="16" chance="20"/>
            </itemGroup>
            <itemGroup type="fight" default="70" save="3">
                <add level="16" chance="35"/>
            </itemGroup>
        </chance>
    </enchantscroll>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...