Ir para conteúdo

Love System Para Poketibia


Deadpool

Posts Recomendados

Olá Sou Overllord Estou Postando Um Tutorial ai Pra Voces Que Gostam De Poketibia, Vamus Começa:

 

Vá Na Pasta do Seu Serve de Poketibia e Vá em Talkactions e em seguida em Scripts Copie e Cole Qualquer arquivo .lua e Renomei para ( Love.lua ). e apage tudo que estiver dentro e ponha isso dentro:

 

function onSay(cid,param,words)

if #getCreatureSummons(cid) == 0 then

doPlayerSendCancel(cid, "You need a pokemon to Love.")

return true

end

function Say()

local jui = getCreatureSummons(cid)[1]

max = (2*getCreatureMaxHealth(jui))--Life em porcentagem que ira curar 2*

hp = (max/100)

doCreatureAddHealth(jui,hp)

doSendMagicEffect(getThingPos(jui), 180)--Effect no poke

doSendAnimatedText(getCreaturePosition(jui),

"I Also.", math.random(1, 110)) local summons =

getCreatureSummons(cid)--Fala que o poke ira falar

return true

end

if exhaustion.check(cid, 25680) then---exhausted storage

doPlayerSendTextMessage(cid,

MESSAGE_STATUS_CONSOLE_BLUE, "You have to wait ".. exhaustion.get(cid,

25680) .." seconds.")---exhausted msg

return true

end

doSendAnimatedText(getCreaturePosition(cid), "Love You.", math.random(1, 110))--Fala que o player era dizer

doSendMagicEffect(getThingPos(cid), 180)--effect

exhaustion.make(cid, 25680, 250)--tempo exhausted

addEvent(Say,3000)--Tempo em seg que depois retornara para mostrar effect no poke e healar ele

return true

end

 

 

 

 

Depois vá em talkactions.Xml e ponha isso dentro:

 

 

<talkaction words="!love" event="script" value="love.lua" />

 

 

 

Como funciona?

 

 

Diga !love com seu pokémon sumonado. Gostou da REP+

Creditos ao:

Poketibia Script

E ao :XTibia_smile:

 

GENTE DESCUPLA O ERRO NA CONSEGUI AJEITA Si Tiver Na Area Errada Movam, e Desculpa Malls ! Gostou Da Rep++

Editado por Overllord
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...