Hey guys, again me :D
I want to do spell which will do aoe every 3 player's autoattacks. I add this in actions.
function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerVocation(cid) == 4 then
if getCreatureStorage(cid, 99996) ~= 3 then
doCreatureSetStorage(cid, 99996...