Jump to content
  • 0

Question

Posted

I want to add this item Text that say:

Name="Agathion Bracelet - Vote Reward"

on the Item "Increase P.attack/M.Attack/attack speed/Casting Speed by 10%, Lasts for 12hours.

anyone knows how I can change it that it will work?

 

<item id="10139" type="Armor" name="Agathion Bracelet">

<set name="icon" val="icon.etc_rbracelet_aga_agit_i00" />

<set name="default_action" val="equip" />

<set name="bodypart" val="lbracelet" />

<set name="immediate_effect" val="1" />

<set name="material" val="silver" />

<set name="weight" val="150" />

<set name="equip_reuse_delay" val="30" />

<set name="is_tradable" val="True" />

<set name="is_dropable" val="false" />

<set name="is_sellable" val="false" />

<set name="time" val="7200" />

              <for>

              <mul order="0x30" stat="pAtk" val="1.1"/>

              <mul order="0x30" stat="mAtk" val="1.1"/>

              <mul order="0x30" stat="mAtkSpd" val="1.1"/>

              <mul order="0x30" stat="pAtkSpd" val="1.1"/>

              </for>

</item>

5 answers to this question

Recommended Posts

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