Jump to content

Question

Posted

Morning everyone! who can tell me where and how i can enchant olf t-shirt to more then +10 and add more STR/CON/DEX...etc on each level of enchant? i search in Item/Skill but i do not find something. Thanks

3 answers to this question

Recommended Posts

  • 0
Posted
<!-- Olf's T-shirt Enchant Scroll -->    <enchant id="21581" maxEnchant="10">        <item id="21580" /> <!-- Olf's T-shirt -->        <item id="21706" /> <!-- Olf's T-shirt (Event) -->    </enchant>     <!-- Blessed Olf's T-shirt Enchant Scroll -->    <enchant id="21582" maxEnchant="10">        <item id="21580" /> <!-- Olf's T-shirt -->        <item id="21706" /> <!-- Olf's T-shirt (Event) -->    </enchant>     <!-- Blessed Olf's T-shirt Enchant Scroll - Event -->    <enchant id="21707" maxEnchant="10">        <item id="21580" /> <!-- Olf's T-shirt -->        <item id="21706" /> <!-- Olf's T-shirt (Event) -->    </enchant>

from enchantItemData.xml

 

change the max enchant on the scrolls you want to change behavior

 

for adding custom stats on each level of enchant someone else has to tell you, the functionality probably doesn't exist out of the box and will need additional coding, but try adding/changing the

 

<enchant val='XX' order='0xYY' stat='ZZ'/>

 

for the olf shirt in the items xml

 

stat = STR|CON|DEX|INT|WIT|MEN

order = try 0x40 or 0x10

val = try increasing it in small amounts and see how it behaves

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...