akane.lua

mail@pastecode.io avatar
unknown
plain_text
a year ago
226 B
2
Indexable
Never
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