Dylanaw
Godly Member
- Joined
- Feb 18, 2009
- Messages
- 473
- Reaction score
- 10
Hello Otlanders.
01:42 You see a shield of corruption (Def:38, sword fighting +3).
Problem with Shield of Corruption: it doesn't give me sword fighting +3
01:43 You see a royal draken mail (Arm:16, shielding +3, protection physical +5%).
Problem with royal draken mail: it doesn't give me shielding +3
01:44 You see a elite draken helmet (Arm:9, distance fighting +3, protection death +3%).
Problem with elite draken helmet: It doesn't give me distance fighting +3
01:44 You see a royal scale robe (Arm:12, magic level +3, protection fire +5%).
Problem with royal scale robe : It doesn't give me magic level +3
I´ve tested those items on their right vactions.
The other problem is also that they all don´t show their vaction like "Can only wielded by Knight"
Anyone know how to fix this problem?
Thanks in advance:ninja:
(P.S Goodnight if u go to bed
)
01:42 You see a shield of corruption (Def:38, sword fighting +3).
LUA:
<item id="12605" article="a" name="shield of corruption">
<attribute key="weight" value="4900" />
<attribute key="defense" value="38" />
<attribute key="skillSword" value="3" />
<attribute key="weaponType" value="shield" />
01:43 You see a royal draken mail (Arm:16, shielding +3, protection physical +5%).
LUA:
<item id="12603" article="a" name="royal draken mail">
<attribute key="weight" value="13000" />
<attribute key="armor" value="16" />
<attribute key="skillShield" value="3" />
<attribute key="absorbPercentPhysical" value="5" />
<attribute key="slotType" value="body" />
01:44 You see a elite draken helmet (Arm:9, distance fighting +3, protection death +3%).
LUA:
<item id="12606" article="a" name="elite draken helmet">
<attribute key="weight" value="12000" />
<attribute key="armor" value="9" />
<attribute key="slotType" value="head" />
<attribute key="absorbPercentDeath" value="3" />
<attribute key="skillDist" value="3" />
01:44 You see a royal scale robe (Arm:12, magic level +3, protection fire +5%).
LUA:
<item id="12604" article="a" name="royal scale robe">
<attribute key="weight" value="4500" />
<attribute key="armor" value="12" />
<attribute key="slotType" value="body" />
<attribute key="magiclevelpoints" value="3" />
<attribute key="absorbPercentFire" value="5" />
I´ve tested those items on their right vactions.
The other problem is also that they all don´t show their vaction like "Can only wielded by Knight"
Anyone know how to fix this problem?
Code:
Distro: 8.6 TFS
Those items are inside the items.xml
nowhere else.
Thanks in advance:ninja:
(P.S Goodnight if u go to bed