xexam
New Member
- Joined
- Aug 3, 2010
- Messages
- 172
- Reaction score
- 2
how do i make requirement "only for knights" or "only for sorcerer"? for knights, in weapons.xml i have
and in game it stays "can be blablabla only by knight at level 50 or higher" but every vocation can wear it!!!!- they can only equip it and for example sorcerers can equip it but they cant attack with this weapon. how make this weapon not possible to equip by sorcerers,druids and paladins? (only possible by knights)
another little question : how to change player for example fist attack? because my character has a 25k lvl and 10 skill fist fighting, and anyway my char hit other players 1000dmg with fist... its weird... how to lower it?
Code:
<melee id="7777" level="50" unproperly="1" event="function" value="default">
<vocation id="4"/>
<vocation id="8" showInDescription="0"/>
and in game it stays "can be blablabla only by knight at level 50 or higher" but every vocation can wear it!!!!- they can only equip it and for example sorcerers can equip it but they cant attack with this weapon. how make this weapon not possible to equip by sorcerers,druids and paladins? (only possible by knights)
another little question : how to change player for example fist attack? because my character has a 25k lvl and 10 skill fist fighting, and anyway my char hit other players 1000dmg with fist... its weird... how to lower it?