therrax
Member
- Joined
- Jul 12, 2012
- Messages
- 262
- Solutions
- 1
- Reaction score
- 11
Hi.
Info:
The Forgotten Server 8.60 V5 - Edited By Otswe, version 0.3.6 V5 - Edited By Otswe (Crying Damson)
My problem:
Paladin, level 10 can attack by giant sword, just as with any other... Looks like quite did not work.
Look:
My lua code for example (giant sword in data/weapons/weapons.xml)
and data/items/items.xml
Any suggestions? Please help me. I would be grateful!
Info:
The Forgotten Server 8.60 V5 - Edited By Otswe, version 0.3.6 V5 - Edited By Otswe (Crying Damson)
My problem:
Paladin, level 10 can attack by giant sword, just as with any other... Looks like quite did not work.
Look:
My lua code for example (giant sword in data/weapons/weapons.xml)
Code:
<melee id="2393" level="55" unproperly="1" event="function" value="default">
<vocation id="4"/>
<vocation id="8" showInDescription="0"/>
</melee>
Code:
<item id="2393" article="a" name="giant sword">
<attribute key="description" value="This sword has been forged by ancient giants."/>
<attribute key="weight" value="18000"/>
<attribute key="defense" value="22"/>
<attribute key="attack" value="46"/>
<attribute key="weaponType" value="sword"/>
<attribute key="slotType" value="two-handed"/>
</item>
Any suggestions? Please help me. I would be grateful!