Ir para conteúdo

Bola Do Futuro Por Lvls By Gm Oceox


Moxica

Posts Recomendados

Aeww gente peguei essa action ###### do GM Oceox (quero insistir sobre os créditos!) que fala o futuro do player a cada lvl q ele passa; emfim uma descriçao differente a cada lvl.

Aki ta o codigo:

Crie um arquivo com o nome orbfuture.lua e adicione em ele :

Action 100% By GM Oceox

function onUse(cid, item, frompos, item2, topos)

playerlevel = getPlayerLevel(cid)

if playerlevel > 10 then

doPlayerSendTextMessage(cid,22,"Your future is to die in moments...")

elseif playerlevel >= 11 and playerlevel <= 20 then

doPlayerSendTextMessage(cid,22,"Your future is to find a magic lamp")

elseif playerlevel >= 21 and playerlevel <= 30 then

doPlayerSendTextMessage(cid,22,"Your future is to know a new girl and have sex")

elseif playerlevel >= 31 and playerlevel <= 40 then

doPlayerSendTextMessage(cid,22,"Your future is to marry a girl")

elseif playerlevel >= 41 and playerlevel <= 50 then

doPlayerSendTextMessage(cid,22,"Your future is to die during a trip by train")

elseif playerlevel >= 51 and playerlevel <= 60 then

doPlayerSendTextMessage(cid,22,"Your future is dance some with one friend")

elseif playerlevel >= 61 and playerlevel <= 70 then

doPlayerSendTextMessage(cid,22,"Your future is to buy a new house")

elseif playerlevel >= 71 and playerlevel<= 80 then

doPlayerSendTextMessage(cid,22,"Your future is to stay one week in the moon")

elseif playerlevel >= 81 and playerlevel <= 90 then

doPlayerSendTextMessage(cid,22,"Your future is to take a new object and sell it for a good offer")

elseif playerlevel >= 91 and playerlevel <= 100 then

doPlayerSendTextMessage(cid,22,"Your future is blurred...")

else

doPlayerSendCancel(cid,"Sorry not possible.")

return 0

end

return 1

end

Vce pode fazer q diga uma coisa diferente cada lvl hehe so tem q modificar

Agora em actions.xml adicione :

<action itemid="3014" script="orbfuture.lua" />

Agora pode saber seu futuro!!!

Tambem pode falar das quests o alguma coisa assim xDD :) baba

Flww gente!

Link para o comentário
Compartilhar em outros sites

  • 2 weeks later...
  • 4 months later...
  • 1 year later...

Aeww gente peguei essa action ###### do GM Oceox (quero insistir sobre os créditos!) que fala o futuro do player a cada lvl q ele passa; emfim uma descriçao differente a cada lvl.

 

a cada lvl??? primeiro q eh d 10 em 10 lvls segundo q começa nu 11 e terceiro q so vai ateh u 100 :icon2:

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...