Polarbear72
Member
I want it to use fist fighting and what i'm trying to figure out is how i can make a weapon that actually advances the "Fist Fighting" Skill.
<item id="10309" article="a" name="claw of 'The Noxious Spawn'">
<attribute key="weight" value="500"/>
<attribute key="defense" value="35"/>
<attribute key="attack" value="50"/>
<attribute key="weaponType" value="fist"/>
<attribute key="slotType" value="two-handed"/>
</item>
LUA:<item id="10309" article="a" name="claw of 'The Noxious Spawn'"> <attribute key="weight" value="500"/> <attribute key="defense" value="35"/> <attribute key="attack" value="50"/> <attribute key="weaponType" value="fist"/> <attribute key="slotType" value="two-handed"/> </item>
Not tested.
<melee id="2413" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
this is what i have for script or atleast the only I can find. where would i look to see the script look like that