antiblock
Cyphriun

WildEgo

Membro Plus
  • Content Count

    1,482
  • Joined

  • Last visited

  • Days Won

    40

Reputation Activity

  1. Upvote
    WildEgo got a reaction from xXMIRANDAXx in Elf Mal   
    Boas.

    Hoje um moob.
    Prints:

    Tem que o meter no ficheiro: d:ymir workmonster2
    Adicione o moob na npclist (dentro da raiz).
    E implimente-lo no banco de dados.
    [download][/download]

  2. Upvote
    WildEgo got a reaction from Cђ๏รєPєтภคร in Texturas Espada Renascimento   
    Boas!
    Aqui vos deixo novas cores para a espada renascimento!
    Prints:
    Original:

    Vermelha:

    Azul Escura:

    Verde:

    Branca:

    [download][/download]

  3. Upvote
    WildEgo got a reaction from Cђ๏รєPєтภคร in Texturas Espada Renascimento   
    Boas!
    Aqui vos deixo novas cores para a espada renascimento!
    Prints:
    Original:

    Vermelha:

    Azul Escura:

    Verde:

    Branca:

    [download][/download]

  4. Upvote
    WildEgo got a reaction from Cђ๏รєPєтภคร in Texturas Espada Renascimento   
    Boas!
    Aqui vos deixo novas cores para a espada renascimento!
    Prints:
    Original:

    Vermelha:

    Azul Escura:

    Verde:

    Branca:

    [download][/download]

  5. Upvote
    WildEgo got a reaction from Cђ๏รєPєтภคร in Texturas Espada Renascimento   
    Boas!
    Aqui vos deixo novas cores para a espada renascimento!
    Prints:
    Original:

    Vermelha:

    Azul Escura:

    Verde:

    Branca:

    [download][/download]

  6. Upvote
    WildEgo reacted to portmap in Desbugar Guerra De Guild Files V2 By Portmap   
    Olá amigos hoje vou ensinar a desbugar a guerra de reinos das minhas files.Devemos fazer o seguinte :1: Entrar via ftp no servidor a no directório cd /home abrir os ficheiros config e no map allow meter 30 que é o numero de index do mapa.2: Ir a cd /home/game/share/locale/germany/quest abrir um novo arquivo de texto llamado gremios.quest e meter dentro:
    quest gremios beginstate start beginwhen login with forked.isforkedmapindex( pc.get_map_index() ) == true beginif game.get_event_flag("threeway_war") == 0 thenwarp_to_village()elselocal noticeShow = falseif forked.is_registered_user() == false thenforked.register_user()forked.setdeadcount()pc.remove_item(50089)noticeShow = trueendif forked.getdeadcount() <= 0 thenwarp_to_village()elseif true == noticeShow thenif forked.issungzimapindex( pc.get_map_index() ) == true thensay( locale.forked_condition2 )say( locale.NOTICE_COLOR..locale.forked_rule_sungzi )elsesay( locale.forked_condition )say( locale.NOTICE_COLOR..locale.forked_rule )say_item_vnum(50089)endendendendwhen 11001.chat.locale.forked_man_chat or 11003.chat.locale.forked_man_chat or 11005.chat.locale.forked_man_chat beginif game.get_event_flag("threeway_war") == 0 thensay(locale.forked_man_say_cant)elsesay(locale.forked_man_say)local s = select(locale.forked_enter,locale.forked_no_enter)if s == 1 thenlocal limit = math.min(game.get_event_flag("threeway_war_level") , 30)if pc.get_level() < limit thensay("Para entrares na guerra de reinos o teu nível deve ser "..limit.."")returnendlocal canJoin = falseif (pc.getempire() == 1 and game.get_event_flag("threeway_war_open_gate1" ) != 0) or(pc.getempire() == 2 and game.get_event_flag("threeway_war_open_gate2" ) != 0) or(pc.getempire() == 3 and game.get_event_flag("threeway_war_open_gate3" ) != 0) thencanJoin = trueelsesay( locale.forked_man_say_you_cant2 )endif true == canJoin thenpc.warp( forked.get_pass_start_pos() )elsesay("Não podes entrar, as portas estão fechadas, já começou!")say("Agora só tem que lutar pelo teu reino, dei-a força no chat!")endendendendwhen 1306.kill with forked.isforkedmapindex(pc.get_map_index()) == true begingame.drop_item(50089, 1)----"1234567890123456789012345678901234567890123456789 0"|say("Se a pedra for aberta por")say("o item, todos os jogadores vão")say("ser postos na rua.")say("Ninguém mais volta.")say("")endwhen 1902.kill with forked.issungzimapindex(pc.get_map_index()) == true beginif 0 == game.get_event_flag("threeway_war") thenreturnendlocal remainBossCount = game.get_event_flag("threeway_war_boss_count") - 1game.set_event_flag("threeway_war_boss_count", remainBossCount)if remainBossCount > 1 thenreturnendgame.set_event_flag("threeway_war", 0)local nation = { "vermelho","amarelo","azul" }notice_all("O reino vencedor é o reino "..nation[pc.getempire()])warp_all_to_village(forked.getsungzimapindex(), 30)warp_all_to_village(forked.getpassmapindexbyempire (1), 30)warp_all_to_village(forked.getpassmapindexbyempire (2), 30)warp_all_to_village(forked.getpassmapindexbyempire (3), 30)endwhen 20081.take with item.vnum == 50089 beginsay_in_map(pc.get_map_index(), locale.forked_open_gate)npc.purge()item.remove()forked.initkillcount()if pc.getempire() == 1 thengame.set_event_flag("threeway_war_open_gate1", 0)notice_all("Vermelhos já entraram." )elseif pc.getempire() == 2 thengame.set_event_flag("threeway_war_open_gate2", 0)notice_all("Amarelos já entraram." )elseif pc.getempire() == 3 thengame.set_event_flag("threeway_war_open_gate3", 0)notice_all("Azuis já entraram." )elsesay(locale.forked_man_say_you_cant2 )endlocal x, y = forked.get_sungzi_start_pos()forked.warp_all_in_map( pc.get_map_index(), forked.getsungzimapindex(), x, y, 10)endwhen 11001.chat."GM; Guerra de Reinos?" or 11003.chat."GM; Guerra de Reinos??" or 11005.chat."GM: Guerra de Reinos?" with pc.is_gm() beginlocal s = select( "Iniciar a Guerra!" , "Fechar a Guerra!" );if s == 1 then-- ±âḿ¡ ÀÖ´ø ¸÷À» ¸gµÎ á×ÀδÙforked.purge_all_monsters()-- ãê±âÈ*forked.initforked()-- ½ãÀÛ çã·¡±× ¼³á¤game.set_event_flag("threeway_war", 1)-- »ï°Å¸® ÀüÅõ ų á¦çñ ¼³á¤game.set_event_flag("threeway_war_dead_count", 25) -- ºÎÈ° °¡´é ¼Öif true == is_test_server() thengame.set_event_flag("threeway_war_kill_count", 5) -- PC ¸Î ¸í á×ÀÌ¸é ¼øÀ§ ¸Ô¿© Å»¶Ô½ãų °íÀΰ¡elsegame.set_event_flag("threeway_war_kill_count", 250) -- PC ¸Î ¸í á×ÀÌ¸é ¼øÀ§ ¸Ô¿© Å»¶Ô½ãų °íÀΰ¡endgame.set_event_flag("threeway_war_boss_count", 5) -- ãÖá¾ º¸½º ¸Î ¸¶¸® ¼ÒȯçÒ °íÀΰ¡-- »ï°Å¸® ÀÔ±¸ ¿*°í/´I±â ¼³á¤game.set_event_flag("threeway_war_open_gate1", 1)game.set_event_flag("threeway_war_open_gate2", 1)game.set_event_flag("threeway_war_open_gate3", 1)say("Three way war has begun.")say("")wait()-- ¸ó½ºÅí »õ·ó°Ô ¸®á¨regen_in_map( forked.getpassmapindexbyempire(1), forked.getpasspathbyempire(1) .."regen.txt" )regen_in_map( forked.getpassmapindexbyempire(1), forked.getpasspathbyempire(1) .."npc.txt" )regen_in_map( forked.getpassmapindexbyempire(2), forked.getpasspathbyempire(2) .."regen.txt" )regen_in_map( forked.getpassmapindexbyempire(2), forked.getpasspathbyempire(2) .."npc.txt" )regen_in_map( forked.getpassmapindexbyempire(3), forked.getpasspathbyempire(3) .."regen.txt" )regen_in_map( forked.getpassmapindexbyempire(3), forked.getpasspathbyempire(3) .."npc.txt" )notice_all("A guerra de reinos foi iniciada.")notice_all("Fala com o guarda para entrar na batalha!")elseif 2 == s thengame.set_event_flag("threeway_war", 0)notice_all("A guerra de reinos foi fechada.")forked.purge_all_monsters()warp_all_to_village(forked.getsungzimapindex(), 1)warp_all_to_village(forked.getpassmapindexbyempire (1), 1)warp_all_to_village(forked.getpassmapindexbyempire (2), 1)warp_all_to_village(forked.getpassmapindexbyempire (3), 1)endendendendespero que gostem!
  7. Upvote
    WildEgo reacted to portmap in Quest Duelpoints By Portmap Y Keko!   
    Hola amigos escribo en español por que no se portugues espero que me entiendan hoy les traigo esta quest que ise con keko de metin2zone que la disfruten!
    quest sist beginstate start begin when kill with npc.is_pc() and pc.level >= 1 and pc.level < 250 and npc.get_empire() ~= pc.get_empire() begin local ciao = pc . getqf ( "DuelPoint" ) pc . setqf ( "DuelPoint" , pc . getqf ( "DuelPoint" ) + 1 ) chat("Ha ganado un duel point!") chat("Ahora usted tiene " .. ciao.. " DuelPoint") chat("Usted debe alcanzar el 10 DuelPoint para elegir los premios ") end when 20094.chat."Canjear DuelPoints" begin say_title("Canjeador de puntos") say("") say("Hola jugador, si tienes duel points") say("aqui puedes canjearlos") say("por items.") say("") say_reward("Obten tus premios") local s = select ("Canjear" , "Ahora no") if s == 1 then if pc.getqf ("DuelPoint") >= 10 then say_title ("DuelPoint") local newton = select ("Cofre orco", "Annulla") if newton == 1 then pc . setqf ( "DuelPoint" , pc . getqf ( "DuelPoint" ) - 15 ) say ("Cofre orco") pc . give_item2 ( "50070" , 1 ) return end end elseif s == 2 then return end endendendahora explicare por si la quieren acomodar: pc . setqf ( "DuelPoint" , pc . getqf ( "DuelPoint" ) + 1 )esto marca que da 1 punto a matar un personaje. when kill with npc.is_pc() and pc.level >= 1 and pc.level < 250 and npc.get_empire() ~= pc.get_empire()esto nos dice que la quest vale solo con personajes de lvl 1 asta el 250. when 20094.chat."Canjear DuelPoints" beginesto nos marca que aparece en la npc 20094. local newton = select ("Cofre orco", "Annulla") if newton == 1 then pc . setqf ( "DuelPoint" , pc . getqf ( "DuelPoint" ) - 15 ) say ("Cofre orco") pc . give_item2 ( "50070" , 1 ) returnesto nos marca el premio para agregar mas tienen que seguir como esta eso.Bueno espero que la disfruten!
  8. Upvote
    WildEgo got a reaction from xXMIRANDAXx in [Projeto] Surrealworld2   
  9. Upvote
    WildEgo got a reaction from xXMIRANDAXx in [Web] Design By: Aza Code By: Mufkeksy (Hell Design)   
    Boas!
    Venho postar um site que encontrei na EPVP.
    Live Demo: http://www.lgmt2.com/index.php (Quase igual esse ta modificado)

    Link de Download: http://uploaded.to/file/c7bi9hqx

    Se te ajudei carrega http://cyber-gamers.org/public/style_emoticons/default/451960.gif não te cai o dedo por isso.
    Cumprimentos, Luis Bizarro
  10. Upvote
    WildEgo got a reaction from xXMIRANDAXx in [Projeto] Surrealworld2   
  11. Upvote
    WildEgo got a reaction from xXMIRANDAXx in [How2] MineCraft V1.2.5 Crackado   
    [How2] MineCraft V1.2.5 Crackado
    Atenção é a V1.2.5 (Já vem Crackado)
    1º Saca isto: http://www.utorrent.com/
    2º http://thepiratebay...._1.2.5_Cracked_
    (Sacas carregando em get this torrent)
    3º Instala o executavel do 1º passo.
    4º Abre o coiso do 2º Passo
    5º Deixa sacar
    6º Instalas
    7º Have Fun
    Cumprimentos, Luis Bizarro






    Tuturial: Luis Bizarro
    Download: Anonymous
  12. Upvote
    WildEgo got a reaction from xXMIRANDAXx in [How2] Instalar Mod'S Em Gta Sa   
    [How2] Instalar Mod's em GTA SA
    Site para download de Mod's: http://www.modsgtasa.com.br/
    Download de Tutorial e ferrementa que instala os Mod's
    Cumprimentos, Luis Bizarro

    Tópico por: Luis Bizarro
    Link de Download por: http://www.modsgtasa.com.br/
  13. Upvote
    WildEgo got a reaction from xXMIRANDAXx in [How2] Download Gta Sa   
    [How2] Download GTA SA
    1º Saca isto: http://www.utorrent.com/
    2º Saca isto: http://thepiratebay...._%28Te7tAbaT%29
    (Sacas carregando em get this torrent)
    3º Instala o executavel do 1º passo.
    4º Abre o coiso do 2º Passo
    5º Deixa sacar
    6º Instalas
    7º Have Fun
    Para quem quiser jogar online:
    Download SAMP: http://files.sa-mp.com/sa-mp-0.3e-install.exe (Link Direto) powered by: SA-MP
    Cumprimentos, Luis Bizarro



    Tuturial: Luis Bizarro
    Download: te7tabat
  14. Upvote
    WildEgo got a reaction from xXMIRANDAXx in [Savegame] 100% Gta Sa   
    Save Game GTA San Andreas 100% passado para quem não quer tar a passar o jogo *-*http://bizarrodesigns.co.cc/gtasasg.7zCumprimentos, Luis Bizarro
  15. Upvote
    WildEgo got a reaction from xXMIRANDAXx in [Menu] Clients   
    [MENU] Clients
    Cliente Metin2 Pt
    [Descompilado]Cliente Aeternamt2
    Client Metin2Master
    Cliente Oficial Metin2 com Skills Coreia
    Cliente By Digitalhero & Profeta 1.0 Beta Version
    Client OldSchool by: Omega
    Multi-Cliente v2 by Marco_A
    Client sandoz 94
    Novo Cliente Dizem ser OldSchool
    [Cliente]Raizen 2ºVersão
    [CLIENT] OldSchool by: Gherusio
    Client 2012 + Autoupdate (Igual Ao Metin2Pt) By Lindinho1
    Client Metin2 Pt
    Client V1 by: Raizen
    Cliente Desgarre V 3.0
    [NEW]Cliente By Gherusio 2012 v.3.
    Cumprimentos, Luis Bizarro


    Gostaria que agradece-sem pois foi um tópico que deu muito trabalho
  16. Upvote
    WildEgo got a reaction from xXMIRANDAXx in [Quest] Galinha Dos Ovos D'Ouro   
    Boas.Tou aqui a postar uma quest que fiz.Caratristicas:Começa a nivel: 100Que tens de fazer?: Matar 5 Dr'sO que ganhas?: 1000000000Yang / 1kkk
    Cumprimentos, Luis Bizarro
  17. Upvote
    WildEgo got a reaction from яэ∂вэяяý in [Download] Alguns Dos Programas Da Adobe (Cs6)   
    [How2] Download GTA SA
    1º Saca isto: http://www.utorrent.com/

    Photoshop
    FireWorks
    InDesign
    DreamWeaver
    After Effects
    ILLustrator
    (Sacas carregando em get this torrent)
    3º Instala o executavel do 1º passo.
    4º Abre o coiso do 2º Passo
    5º Deixa sacar
    6º Instalas
    7º Have Fun
    Cumprimentos, Luis Bizarro




    Tuturial: Luis Bizarro
    Download: piratehari
    thethingy
    Crusisx
  18. Upvote
    WildEgo got a reaction from xXMIRANDAXx in [Release] Beutiful Button   
    Boas!
    Venho postar aqui um butão que fiz a pouco tempo EXCLUSIVO para a Cyber-Gamers

    Preview:

    Download Link: http://bizarrodesigns.co.cc/Butao.psd
    Espero que gostem :D
    Cumprimentos, Luis Bizarro
    Tudo por: Luis Bizarro
  19. Upvote
    WildEgo got a reaction from luismurias in [Menu] Serverfiles   
    [MENU] ServerFiles
    Serverfiles 2011/2012 e Cliente by Icebeatzz™
    Serverfiles Metin2Mester PT
    ServerFiles by: Valy;X
    ServerFiles OldSchool
    ServerFiles by: SupremeKill 2011
    ServerFiles rain 2010
    ServerFiles by: Daniel V2
    ServerFiles +Client Brazilian 2012 byPrest
    ServerFiles OldSchool (Oyunu)
    Fly World 2 ServerFiles 2011
    ServerFiles Metin2Europa
    ServerFiles editadas por Daroo
    Serverfiles + client by Fuuton97 v1
    [serverfiles]Byruansombra V2 Pvm
    Server Files Arthurx0
    Metin2 2010 ServerFiles Daroo 1678 *Mega-Edition*
    Serverfiles e Cliente by Profizocker94 V2
    Server Files 4CH para Servidores caseiros (8GB swap) e Root 2008, 2010, 2011
    ServerFiles By Xico V.2
    [serverfiles]By Biffjunior
    Files Pvp By Medyc
    sv files dos Metin2DMT -pvp
    ServerFiles Alexandre V1
    ServerFiles Champi
    Serverfiles Do Fyuri Origens Oldschool
    Serverfiles By Ruansombra
    ServerFiles War!!!! PvP
    ServerFiles 2007 Fyuri + Cliente
    Serverfiles by Trafalgar v2
    [PvP] Server Files By Deablo
    Cumprimentos, Luis Bizarro

    Gostaria que agradece-sem pois foi um tópico que deu muito trabalho
  20. Upvote
    WildEgo got a reaction from luismurias in [Menu] Serverfiles   
    [MENU] ServerFiles
    Serverfiles 2011/2012 e Cliente by Icebeatzz™
    Serverfiles Metin2Mester PT
    ServerFiles by: Valy;X
    ServerFiles OldSchool
    ServerFiles by: SupremeKill 2011
    ServerFiles rain 2010
    ServerFiles by: Daniel V2
    ServerFiles +Client Brazilian 2012 byPrest
    ServerFiles OldSchool (Oyunu)
    Fly World 2 ServerFiles 2011
    ServerFiles Metin2Europa
    ServerFiles editadas por Daroo
    Serverfiles + client by Fuuton97 v1
    [serverfiles]Byruansombra V2 Pvm
    Server Files Arthurx0
    Metin2 2010 ServerFiles Daroo 1678 *Mega-Edition*
    Serverfiles e Cliente by Profizocker94 V2
    Server Files 4CH para Servidores caseiros (8GB swap) e Root 2008, 2010, 2011
    ServerFiles By Xico V.2
    [serverfiles]By Biffjunior
    Files Pvp By Medyc
    sv files dos Metin2DMT -pvp
    ServerFiles Alexandre V1
    ServerFiles Champi
    Serverfiles Do Fyuri Origens Oldschool
    Serverfiles By Ruansombra
    ServerFiles War!!!! PvP
    ServerFiles 2007 Fyuri + Cliente
    Serverfiles by Trafalgar v2
    [PvP] Server Files By Deablo
    Cumprimentos, Luis Bizarro

    Gostaria que agradece-sem pois foi um tópico que deu muito trabalho
  21. Upvote
    WildEgo reacted to Cђ๏รєPєтภคร in [New] Novos Escudos E Elmos !!Awesome!!   
    Boas comunidade,venho postar umas coisas lindas :)
    Prints :

    Download :
    http://www.4shared.com/rar/PylbA_LE/Cyber-GamersOrgElmiByLegendary.html
    Cumprimentos,ChosePetras
  22. Upvote
    WildEgo got a reaction from яэ∂вэяяý in [Download] Alguns Dos Programas Da Adobe (Cs6)   
    [How2] Download GTA SA
    1º Saca isto: http://www.utorrent.com/

    Photoshop
    FireWorks
    InDesign
    DreamWeaver
    After Effects
    ILLustrator
    (Sacas carregando em get this torrent)
    3º Instala o executavel do 1º passo.
    4º Abre o coiso do 2º Passo
    5º Deixa sacar
    6º Instalas
    7º Have Fun
    Cumprimentos, Luis Bizarro




    Tuturial: Luis Bizarro
    Download: piratehari
    thethingy
    Crusisx
  23. Upvote
    WildEgo reacted in [Concurso] Ao Cargo "Designer"   
    CONCURSO
    Olá comunidade, anuncio o 1º concurso de design, na Cyber-Gamers !

    Em que consiste este concurso?
    - Recrutamento de novos membros para o cargo de Designer !
    Quais os benefícios?
    - Permissão para editar post's efectuados pelos mesmos, na Categoria de "Design World"
    Como participar?
    - Elaborar 2 trabalhos (em baixo mencionados), e posta-los neste Tópico -


    Quais os trabalhos?
    - 1 Wallpaper (1024 x 768)
    - 1 Sign ( Menor que 500 x 200 )

    Requisitos nos Trabalhos:
    - Conteúdo da imagem fica a critério do autor -
    - Assinar com "Cyber-Gamers" e "Autor da Imagem" -


    Porque assinar:
    - Para que se evite fraudes, ou uso de imagens elaboradas por terceiros !


    Suspeitas:
    - Os membros que a mínima suspeita de usarem trabalhos ou terem ajuda de terceiros, serão automaticamente excluídos do Concurso -


    Quem pode participar?
    - Todos Membros, inclusive membros especiais (staff / elite / etc ) -
    Porém, aos membros especiais, que participarem, ficará a critério da Equipa de Administração do Fórum, decidir o que fazer com os mesmos !

    Quem irá avaliar?
    - Equipa da Administração do Fórum Cyber-Gamers.Org -
    Cumprimentos
    Equipa Cyber-Gamers
  24. Upvote
    WildEgo got a reaction from luismurias in [Menu] Serverfiles   
    [MENU] ServerFiles
    Serverfiles 2011/2012 e Cliente by Icebeatzz™
    Serverfiles Metin2Mester PT
    ServerFiles by: Valy;X
    ServerFiles OldSchool
    ServerFiles by: SupremeKill 2011
    ServerFiles rain 2010
    ServerFiles by: Daniel V2
    ServerFiles +Client Brazilian 2012 byPrest
    ServerFiles OldSchool (Oyunu)
    Fly World 2 ServerFiles 2011
    ServerFiles Metin2Europa
    ServerFiles editadas por Daroo
    Serverfiles + client by Fuuton97 v1
    [serverfiles]Byruansombra V2 Pvm
    Server Files Arthurx0
    Metin2 2010 ServerFiles Daroo 1678 *Mega-Edition*
    Serverfiles e Cliente by Profizocker94 V2
    Server Files 4CH para Servidores caseiros (8GB swap) e Root 2008, 2010, 2011
    ServerFiles By Xico V.2
    [serverfiles]By Biffjunior
    Files Pvp By Medyc
    sv files dos Metin2DMT -pvp
    ServerFiles Alexandre V1
    ServerFiles Champi
    Serverfiles Do Fyuri Origens Oldschool
    Serverfiles By Ruansombra
    ServerFiles War!!!! PvP
    ServerFiles 2007 Fyuri + Cliente
    Serverfiles by Trafalgar v2
    [PvP] Server Files By Deablo
    Cumprimentos, Luis Bizarro

    Gostaria que agradece-sem pois foi um tópico que deu muito trabalho
  25. Upvote
    WildEgo reacted to skeewzz ♛ in Como Ter Hamachi De 256 Users Gratis !   
    Bom Esse tutorial funciona e Foi Testado

    1-clique com o Botão Direito em cima da sua rede

    2-vai em adquirir assinatura

    3-Se registre e confirme o e-mail

    4-clique no seu e-mail lá em cima na barra

    5-Vá em preços

    6-depois em produtos e selecione o Hamachi

    7-Clique em comprar

    8-Selecione o Boleto Bancario e preencha tudo Com dados Fakes

    9-Depois clique em não posso imprimir e vá em avançar!!!!

    10-Depois Você pode criar uma rede ou adicionar a sua mesma na sua conta basta ir com o botao direto na rede e ir em adquirir assinatura,fazer o login e adiciona a rede. Caso você clique com o botao direito e aparece adicionar a rede e o seu e-mail na frente,você pode clicar lá que é mais facil!!!

    Bom espero que Gostem e Tchau!!!
    Print: