Postado Novembro 3, 2017 7 anos Autor 11 horas atrás, Necamanuel disse: n tem como fazer uma quest q da a mount e n o item? se tiver pf me fala local mount = {id = 94, name = "Sparkion"} function onUse(player, item, fromPosition, target, toPosition, isHotkey) if not player:hasMount(mount.id) then player:addMount(mount.id) player:say("You receive the permission to ride a ".. mount.name ..".", TALKTYPE_MONSTER_SAY) player:getPosition():sendMagicEffect(CONST_ME_MAGIC_GREEN) else player:sendCancelMessage("You already have this mount.") player:getPosition():sendMagicEffect(CONST_ME_POFF) end return true end
Postado Novembro 4, 2017 7 anos 23 horas atrás, luanluciano93 disse: local mount = {id = 94, name = "Sparkion"} function onUse(player, item, fromPosition, target, toPosition, isHotkey) if not player:hasMount(mount.id) then player:addMount(mount.id) player:say("You receive the permission to ride a ".. mount.name ..".", TALKTYPE_MONSTER_SAY) player:getPosition():sendMagicEffect(CONST_ME_MAGIC_GREEN) else player:sendCancelMessage("You already have this mount.") player:getPosition():sendMagicEffect(CONST_ME_POFF) end return true end mais onde eu adiciona cada coisa da script?
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.