Postado Outubro 30, 2014 10 anos Eae galerinha, bom preciso de uma ajudinha no script /gogo do erondino ' ele não tá funfando, ele cria o pokemon mais não da pra soltar o pokemon alguém pode me ajudar ? REP + :*
Postado Outubro 30, 2014 10 anos O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → Scripting → Geral" Para: "OTServ → Suporte OTServ → Suporte de Servidores Derivados" Ot Design: https://discord.gg/VgtVRNmCD7
Postado Outubro 31, 2014 10 anos tente usar o /pb para criar pokemons , alguns servidores sao diferentes. ou intaum coloke assim sua talkaction dos commands do servidor, pra te ajudar. AJUDEI REP ++ Editado Outubro 31, 2014 10 anos por Demon123 (veja o histórico de edições)
Postado Novembro 1, 2014 10 anos Autor tente usar o /pb para criar pokemons , alguns servidores sao diferentes. ou intaum coloke assim sua talkaction dos commands do servidor, pra te ajudar. AJUDEI REP ++ Olha só como tá minha base éh erondino site, function onSay(cid, words, param) if param == 'water' then doAreaCombatHealth(cid, WATERDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'fire' then doAreaCombatHealth(cid, FIREDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'psy' then doAreaCombatHealth(cid, PSYCHICDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'grass' then doAreaCombatHealth(cid, GRASSDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'ice' then doAreaCombatHealth(cid, ICEDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'normal' then doAreaCombatHealth(cid, NORMALDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'ghost' then doAreaCombatHealth(cid, GHOSTDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'ground' then doAreaCombatHealth(cid, GROUNDDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'electric' then doAreaCombatHealth(cid, ELECTRICDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'flying' then doAreaCombatHealth(cid, FLYDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'rock' then doAreaCombatHealth(cid, ROCKDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'dragon' then doAreaCombatHealth(cid, DRAGONDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'poison' then doAreaCombatHealth(cid, POISONDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'fight' then doAreaCombatHealth(cid, FIGHTINGDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'bug' then doAreaCombatHealth(cid, BUGDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255) elseif param == 'sand' then doSendAnimatedText(getThingPos(cid), ""..getMonsterInfo(getCreatureSummons(cid)[1]).race.."", 35) else local description = "Contains a "..param.."." local poke1 = "This is "..param.."'s pokeball. HP = [1/1]" item = doCreateItemEx(2219) doItemSetAttribute(item, "poke", poke1) doItemSetAttribute(item, "nome", "Weedle") doItemSetAttribute(item, "description", description) doPlayerAddItemEx(cid, item, true) doTransformItem(item, 2222) end return 1 end
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.