akane.lua
function onUse(cid, item, fromPosition, itemEx, toPosition) local target = itemEx.uid if isMonster(target) then doTargetCombatHealth(cid, target, COMBAT_PHYSICALDAMAGE, -270, -310, CONST_ME_BLOCKHIT) end return true end
function onUse(cid, item, fromPosition, itemEx, toPosition) local target = itemEx.uid if isMonster(target) then doTargetCombatHealth(cid, target, COMBAT_PHYSICALDAMAGE, -270, -310, CONST_ME_BLOCKHIT) end return true end