Hello.
I have a small problem with the runes, and scripted movements.
Runes:
After using the fleece does not stop there. In the config I have everything set well in spells.xml also, and in items.xml not noticed the error.
script:
I wrote a simple script:
And I gave in movements such line:
Although set in the Armor slot, I can not put teog itemu when I wear it, the script works, but I write that I put item in the wrong place ...
For Help +
I have a small problem with the runes, and scripted movements.
Runes:
After using the fleece does not stop there. In the config I have everything set well in spells.xml also, and in items.xml not noticed the error.
script:
I wrote a simple script:
Code:
local text = "test"
onEquip function (cid, item, slot)
doPlayerAddExperience (cid, 10000)
doPlayerPopupFYI (cid, text)
end
Code:
<movevent type="Equip" itemid="2466" slot="armor" event="script" value="items.lua"/>
Although set in the Armor slot, I can not put teog itemu when I wear it, the script works, but I write that I put item in the wrong place ...
For Help +