Solutions
-
SuggestName's post in (Resolvido)CORREÇÃO was marked as the answerAcho difícil não funcionar agora
function onCastSpell(cid, var) local creature = Creature(cid) local pos = creature:getPosition() local summon = doSummonCreature("Minion of Gaz'Haragoth", pos) if ( summon ) then doCreatureSay(cid, "Minions! Follow my call!", TALKTYPE_MONSTER_YELL) monster = Monster(summon) monster:setMaster(creature) pos:sendMagicEffect(CONST_ME_MAGIC_RED) end return true end Caso aconteça algum erro, Porfavor, cole ele aqui no tópico.