Venn
Member
- Joined
- Aug 16, 2009
- Messages
- 547
- Reaction score
- 20
Hello,
i got some problem
i have creat a donation items which looks like that:
in items xml:
and in movements:
but it not working good.
it should disappear after 3000 minutes and add some skill when waring.
but it waork like that when i war it i got +3skills and when i take town armor skills are not getting back still got +3skills, when i war it again nothing happend, but if i wear palladin armor i will not get +2dist but when i take it down i got -2dist - so if i got 10 dist i war paladin armor and take down and finally got 8 dist.
if i wear donation item i got +3 skill and wear paladin got -2 dist if i will war it like
donation>paladin>donation>paladin [...]
my skill will growing up and dist will gettin less.
how can i fix that ?
i got some problem
i have creat a donation items which looks like that:
in items xml:
Code:
<item id="12568" article="a" name="elite draken mail">
<attribute key="weight" value="12000" />
<attribute key="armor" value="15" />
<attribute key="skillSword" value="3" />
<attribute key="skillAxe" value="3" />
<attribute key="skillClub" value="3" />
<attribute key="speed" value="10" />
<attribute key="slotType" value="body" />
<attribute key="decayTo" value="0"/>
<attribute key="duration" value="180000"/>
<attribute key="showduration" value="1" />
</item>
and in movements:
Code:
<movevent type="Equip" itemid="12568" slot="armor" event="function" value="onEquipItem"> <!-- elite draken mail -->
<vocation id="4"/>
<vocation id="8" showInDescription="0"/>
<vocation id="12" showInDescription="0"/>
<movevent type="DeEquip" itemid="12568" slot="armor" event="function" value="onDeEquipItem"/> <!-- elite draken mail -->
</movevent>
but it not working good.
it should disappear after 3000 minutes and add some skill when waring.
but it waork like that when i war it i got +3skills and when i take town armor skills are not getting back still got +3skills, when i war it again nothing happend, but if i wear palladin armor i will not get +2dist but when i take it down i got -2dist - so if i got 10 dist i war paladin armor and take down and finally got 8 dist.
if i wear donation item i got +3 skill and wear paladin got -2 dist if i will war it like
donation>paladin>donation>paladin [...]
my skill will growing up and dist will gettin less.
how can i fix that ?