Jump to content
  • 0

[HELP]Change characters base stats


Question

7 answers to this question

Recommended Posts

  • 0
Posted

go to database, if you want from all characters just go to table char_templates

if you want from your char.

characters table

you must change the STR CON DEX WIN MEN

or what else you want.

  • 0
Posted

Thank you, now for dont create another topic can u giveme one info?

 

Exemple i wanna when a weapons is echanted to +13 it gives more atk spd can u tell me where can i do it?

 

thank you

 

cumpz

  • 0
Posted
<item id='5233' name="keshanberk*keshanberk">

  <for>

    <set val='259' order='0x08' stat='pAtk'/>

    <set val='107' order='0x08' stat='mAtk'/>

    <set val='8' order='0x08' stat='rCrit'/>

    <add val='0' order='0x10' stat='accCombat'/>

    <set val='325' order='0x08' stat='pAtkSpd'/>

    <enchant val='0' order='0x0C' stat='pAtk'/>

    <enchant val='0' order='0x0C' stat='mAtk'/>

<mul val='1.08' order='0x30' stat='pAtkSpd'>

    <and>

      <using slotitem="5233;14;4"/>

    </and>

  </mul>

  <!-- Enhances damage to target during PvP -->

    <mul val='1.05' order='0x30' stat='pvpPhysDmg'/>

    <mul val='1.05' order='0x30' stat='pvpMagicalDmg'/>

  </for>

</item>

  • 0
Posted

Leki can u join Skype plz? i didnt understand very well and i dont wanna spam topic lol if u can

i just give you example of Keshanberk dual.

what you can't understand?

 

just add this to your weapons stats

 

<mul val='1.08' order='0x30' stat='pAtkSpd'>

    <and>

        <using slotitem="Weapon_ID;14;Enchant_level"/>

      </and>

    </mul>

  • 0
Posted

ok ty, btw for armor

 

<mul val='1.08' order='0x30' stat='pAtkSpd'>

    <and>

        <using slotitem="armor_ID;14;Enchant_level"/>

      </and>

    </mul>

 

 

 

 

  • 0
Posted

ok ty, btw for armor

 

<mul val='1.08' order='0x30' stat='pAtkSpd'>

    <and>

        <using slotitem="armor_ID;14;Enchant_level"/>

      </and>

    </mul>

 

 

 

 

no! on armor i think it's not working

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