Aeronx
Intermediate OT User
- Joined
- Dec 17, 2015
- Messages
- 746
- Solutions
- 9
- Reaction score
- 125
Hello everybody!
I've been trying to fix this issue for some time now, and im totally unaware if its even possible >.<!
Its TFS 1.2
The thing is i've got this:
Well, the thing is the script works perfectly, but the prerequisite of being a knight or elite knight doesnt work at all, so anybody can equip the item. Any way to work around this?
Im really sorry if the question is dumb or already done. Be searching a lot at the forum and did not find it.
Thanks in advance.
I've been trying to fix this issue for some time now, and im totally unaware if its even possible >.<!
Its TFS 1.2
The thing is i've got this:
Code:
<movevent event="Equip" itemid="24852" slot="shield" level="500" function="onEquipItem" script="config.lua">
<vocation name="Knight" />
<vocation name="Elite Knight" showInDescription="0" />
</movevent>
<movevent event="DeEquip" itemid="24852" slot="shield" function="onDeEquipItem" script="config.lua"/>
Well, the thing is the script works perfectly, but the prerequisite of being a knight or elite knight doesnt work at all, so anybody can equip the item. Any way to work around this?
Im really sorry if the question is dumb or already done. Be searching a lot at the forum and did not find it.
Thanks in advance.