akane.lua
unknown
plain_text
2 years ago
226 B
5
Indexable
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
Editor is loading...