antiblock
Cyphriun

Mystico

Membro
  • Content Count

    55
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Mystico got a reaction from FlaNela in Point System   
    Boas Pessoal venho trazer o Sistema de Pontos 
    quest point_system begin state start begin when login begin set_state( point_system ) pc.setqf("point", 0) end end state point_system begin -- Quando se mata Chef orc Ganha-se 10 Pontos when 691.kill begin local index =pc.getqf("point")+10 pc.setqf("point",index) syschat(" Parabéns Ganhaste 10 Pontos") end -- Quando se Mata Rainha Aranha ganha-se 15 Pontos when 2091.kill begin local index =pc.getqf("point")+15 pc.setqf("point",index) syschat(" parabéns ganhaste 15 Pontos") end -- Quando se mata Tartaruga Gigante Ganha-se 15 Pontos when 2191.kill begin local index =pc.getqf("point")+15 pc.setqf("point",index) syschat(" Parabéns ganhas-te 15 pontos") -- Quando se Mata o Dragão Azul ganha-se 25 Pontos end when 2493.kill begin local index=pc.getqf("point")+25 pc.setqf("point",index) syschat("Parabéns Ganhaste 25 Pontos") end when 20084.chat."Sistema De Pontos" begin local i = select("Mais Sobre o Sistema", "Pedra Iris", "Espada Venenosa+2") if 1==i then say("Boas Eu Sou Responsavél Pelo") say(" Sistema de Pontos Apesar do ") say(" Sistema ter sido criado por ") say(" MAGICIAN ") say(" Sistema foi Feito para a UPGAMES ") say("Este Sistema Funciona Basicamente") say(" da Seguinte Forma ao matares") say_reward(" o chef orc ganhas 10 pontos") say_reward(" a Rainha aranha ganhas 15 pontos") say_reward("a Tartaruga Gigante ganhas 15 pontos") say_reward(" o dragão azul ganhas 25 Pontos") say_reward(" TENS "..pc.getqf("point").." Pontos ") elseif 2==i then say("Boas Queres Trocar 100 Pontos por") say(" Uma Pedra Iris ") if pc.getqf("point")>=100 then local index =pc.getqf("point")-100 pc.setqf("point", index) pc.give_item2(IDPedraIRIS) wait() say("Recebeste Pedra Iris com Sucesso") syschat("Recebeste Pedra IRIS") else wait() say(" Não Tens 100 Pontos ") end elseif 3==i then say("queres Trocar 500 Pontos por Uma ") say("Espada Venenosa") if pc.getqf("point")>=500 then local index =pc.getqf("point")-500 pc.setqf("point", index) pc.give_item2(idoITEM) wait() say("Recebeste Espada Venenosa Com Sucesso") syschat("Recebeste Espada Venenosa+2") else wait() say(" Não Tens 500 Pontos ") end end end end end CREDITOS :
     
    UPGAMES - Site
    MAGICIAN - User
  2. Upvote
    Mystico got a reaction from NewWars in Amigos Nao Conseguem Conectar   
    os teus amigos têm de por o Ip
     
    do site 
     
    whatismyip
  3. Upvote
    Mystico got a reaction from FlaNela in Point System   
    Boas Pessoal venho trazer o Sistema de Pontos 
    quest point_system begin state start begin when login begin set_state( point_system ) pc.setqf("point", 0) end end state point_system begin -- Quando se mata Chef orc Ganha-se 10 Pontos when 691.kill begin local index =pc.getqf("point")+10 pc.setqf("point",index) syschat(" Parabéns Ganhaste 10 Pontos") end -- Quando se Mata Rainha Aranha ganha-se 15 Pontos when 2091.kill begin local index =pc.getqf("point")+15 pc.setqf("point",index) syschat(" parabéns ganhaste 15 Pontos") end -- Quando se mata Tartaruga Gigante Ganha-se 15 Pontos when 2191.kill begin local index =pc.getqf("point")+15 pc.setqf("point",index) syschat(" Parabéns ganhas-te 15 pontos") -- Quando se Mata o Dragão Azul ganha-se 25 Pontos end when 2493.kill begin local index=pc.getqf("point")+25 pc.setqf("point",index) syschat("Parabéns Ganhaste 25 Pontos") end when 20084.chat."Sistema De Pontos" begin local i = select("Mais Sobre o Sistema", "Pedra Iris", "Espada Venenosa+2") if 1==i then say("Boas Eu Sou Responsavél Pelo") say(" Sistema de Pontos Apesar do ") say(" Sistema ter sido criado por ") say(" MAGICIAN ") say(" Sistema foi Feito para a UPGAMES ") say("Este Sistema Funciona Basicamente") say(" da Seguinte Forma ao matares") say_reward(" o chef orc ganhas 10 pontos") say_reward(" a Rainha aranha ganhas 15 pontos") say_reward("a Tartaruga Gigante ganhas 15 pontos") say_reward(" o dragão azul ganhas 25 Pontos") say_reward(" TENS "..pc.getqf("point").." Pontos ") elseif 2==i then say("Boas Queres Trocar 100 Pontos por") say(" Uma Pedra Iris ") if pc.getqf("point")>=100 then local index =pc.getqf("point")-100 pc.setqf("point", index) pc.give_item2(IDPedraIRIS) wait() say("Recebeste Pedra Iris com Sucesso") syschat("Recebeste Pedra IRIS") else wait() say(" Não Tens 100 Pontos ") end elseif 3==i then say("queres Trocar 500 Pontos por Uma ") say("Espada Venenosa") if pc.getqf("point")>=500 then local index =pc.getqf("point")-500 pc.setqf("point", index) pc.give_item2(idoITEM) wait() say("Recebeste Espada Venenosa Com Sucesso") syschat("Recebeste Espada Venenosa+2") else wait() say(" Não Tens 500 Pontos ") end end end end end CREDITOS :
     
    UPGAMES - Site
    MAGICIAN - User