function onUse(cid, item, frompos, item2, topos)
if isCreature(cid) == 1 then
doSpawnCreature(cid, Demon, 1000, 1000, 7)
doSendMagicEffect(cid, 1000, 1000, 7, CONST_ME_POFF)
return doRemoveItem(item.uid,1)
end
doSendMagicEffect(cid, 1000, 1000, 7, CONST_ME_POFF)
<raid>
<announce delay="1000" type="event" message="The hell have returned to protect the center of Goldenhall." />
<!--Area Spawns-->
<areaspawn delay="1000" fromx="91" fromy="720" fromz="7" tox="242" toy="823" toz="7">
<monster name="Undead Jester" amount="100" />
</areaspawn>
</raid>
function onRaid()
doBroadcastMessage("Broadcast from a raid script!")
doSendMagicEffect(10) return true
end
i think but no testedfunction onRaid()
doBroadcastMessage("Broadcast from a raid script!")
doSendMagicEffect(10) return true
end