antiblock
https://i.imgur.com/aJ17bf7.gif

ferros1

Membro
  • Content Count

    194
  • Joined

  • Last visited

Everything posted by ferros1

  1. ferros1

    Ox Bugado

    Não acontece nada...
  2. ferros1

    Ox Bugado

    Testei, mas continua sem dar :/
  3. ferros1

    Ox Bugado

    Levas o meu +1 por tentares ajudar :)
  4. ferros1

    Ox Bugado

    ---------------------------------------------- --Datei: oxevent.quest --By Payla$ici ---------------------------------------------- quest oxevent_manager begin state start begin when 20011.chat."OX-Yarýþmasý " begin say_title("Uriel:") say("Hey Evet Sen.") say("Sen gerçekten çok zeki görünüyorsun.") say("Yarýþmanýn ismi Ox Yarýþmasý. ") say("Sorular sorulacak cevap vereceksin,") say("bilirsen süpriz bir hediye kazanacaksýn.") if game.get_event_flag("oxevent_status") == 0 then wait() say_title("Uriel:") say("Yarýþmaya katýlmana izin veriyorum.") say("Ýstersen ayrýca izleyici de olabilirsin.") say("Baþlama zamaný henüz kararlaþtýrýlmadý.") say("Zaman geldiðinde seni bilgilendireceðim.") say("Tetikte kal!") elseif game.get_event_flag("oxevent_status") == 1 then wait() say_title("Uriel:") say("Yarýþmaya katýlmak istiyormusun?") local s = select("Evet", "Hayýr", "Ýzlemek istiyorum") if s == 1 then say_title("Uriel:") say("Tamam Þimdi Seni Iþýnlýyorum.") wait() pc.warp(896500, 24600) elseif s == 3 then say_title("Uriel:") say("Ýzleyici olarak mý katýlmak istiyorsun?") say("Tamam, ýþýnlýyorum seni.") wait() pc.warp(896300, 28900) end elseif game.get_event_flag("oxevent_status") == 2 then say_title("Uriel:") say("Yarýþma baþladý, giremezsin!") say("Ancak izleyici olarak katýlabilirsin.") local s = select("Katýl", "Katýlma") if s == 1 then say_title("Uriel:") say("Tamam, ýþýnlýyorum seni.") wait() pc.warp(896300, 28900) end end end when 20358.chat."OX-Yarýþmasý " with pc.is_gm() begin local stat = oxevent.get_status() if stat == 0 then say_title("OX Çiçekleri:") say("Yarýþmayý Baþlatmak Ýstiyormusun?") local s = select("Evet", "Hayýr") if s == 1 then local v = oxevent.open() if v == 0 then say_title("OX Çiçekleri:") say("OX-Yarýþmasý zaten etkinleþtirildi.") elseif v == 1 then say_title("OX Çiçekleri:") say("Tebrikler yarisma baslamistir.") notice_all("Ox Yarýþmasý baþladý! Uriel'den giriþ yapabilirsin.") else say_title("OX Çiçekleri:") say("OX-Yarýþmasý çalýþtýrýlamadý.") end end elseif stat == 1 then say_title("OX Çiçekleri:") say("Ox Yarýþmasýnda "..oxevent.get_attender().." Kiþi Var.") say("Yarýþmayý Baþlatmak Ýstiyormusun?") local s = select("Evet", "Hayýr") if s == 1 then oxevent.close() say_title("OX Çiçekleri:") say("Giriþler Kapatýldý..Yarýþma Baþlamasý Ýçin Ayný Ýþlemi Yapýn!") end elseif stat == 2 then say_title("OX Çiçekleri:") say("Ne Yapmak Ýstiyorsunuz?") local s = select("Yarýþmayý Baþlatmak", "Ýtem Vermek", "Yarýþmayý Sonlandýrmak", "Kapat") if s == 1 then local v = oxevent.quiz(1, 30) if v == 0 then say_title("OX Çiçekleri:") say("Yarýþma Baþlatýlamadý!") elseif v == 1 then say_title("OX Çiçekleri:") say("Soru Baþarýyla Gönderildi!") else say_title("OX Çiçekleri:") say("Zaten bir soru sordunuz!") end elseif s == 2 then say_title("OX Çiçekleri:") say("Ýtemin Kodunu Giriniz.") local item_vnum = input() say_title("OX Çiçekleri:") say("Ýtemin Verileceði Kiþinin Nicki.") local item_count = input() oxevent.give_item(item_vnum, item_count) say_title("OX Çiçekleri:") say("Ýtem "..oxevent.get_attender().." Kiþiye Verildi!") elseif s == 3 then oxevent.end_event() notice_all("Ox Yarýþmasý sona erdi.") say_title("OX Çiçekleri:") say("Ox-Yarýþmasý bitirildi.!") end elseif stat == 3 then say_title("OX Çiçekleri:") say("Lütfen Bekleyiniz.") else say("Bir hata oluþtu!") end end when 20358.chat."TAKIM ADASI" with pc.is_gm() begin say_title("OX Çiçekleri:") say("Özel Gm Yerine Iþýnlanmak Ýstiyormusun?") local s = select("Evet", "Hayýr") if s == 1 then say_title("OX Çiçekleri:") say("Lütfen Bekle Iþýnlanýyorsun.") wait() pc.warp(45000, 65000) end end end end
  5. ferros1

    Ox Bugado

    Tentei meter do invoice, que estava a funcionar e não resolveu...
  6. ferros1

    Bug Ox

    Boas amigos, Tou a usar o cliente e as files do azylo2. Link: http://cyber-gamers.org/index.php/topic/21668-serverfiles-azylon2/ Deixo os prints do filezilla. Pasta maps.. Dentro da pasta mapa oxevent index dos mapas Config game99 Tou com um bug no ox, quando dou o comando /go ox vou abaixo e a personagem fica bugada e queria saber como resolver :) Desde ja muito obrigado. Dou +1 :)
  7. ferros1

    Bug Ox

    Boa tarde, tenho o ox bugado. Quando dou o comando /go ox, tomo dc... syserr 0810 17:53:26178 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR Alguem me pode ajudar? Muito obrigado :) Leva +1
  8. ferros1

    Bug Ox

    Alguem pode fechar este tópico? Criei um novo tópico mais organizado.... http://cyber-gamers.org/index.php/topic/32834-ox-bugado/ Muito obrigado
  9. ferros1

    Bq Aquarius E5

    Eu tenho o bq aquaris e5 fhd há quase 1 ano e 0 problemas, telemovel mesmo muito bom recomendo :). Principais cararetisticas :) Processador: MediaTek MT6592 octa-core 2.0GHz Memória Ram: 2 GB Memória interna: 16GB Câmara traseira de 13MP e frontal de 5MP Resolução: 1920x1080p/440 ppi Ecrã Full HD Dual Sim
  10. ferros1

    Bug Ox

    Esqueci me de referir Serverfiles Azylon2
  11. Alguem me pode ajudar? Ox Bugado :( Quando dou o comando /go ox vou abaixo :/
  12. Muito bom +1 :) A minha armadura do sporting fica bugada :/ fica toda branca... Alguem sabe o que pode ser?
  13. syserr 0729 17:38:21159 :: GRANNY: r:/granny/rt/granny_memory.cpp(142): Unable to allocate 465183 bytes (465148 requested by r:/granny/rt/granny_oodle1_compression.cpp:246).
  14. Boa tarde, Tentei implementar as armaduras deste tópico. http://cyber-gamers.org/index.php/topic/11279-penca-de-armaduras-editadas-unico-pack Quando entro no jogo e implemento a armadura não aparece icon e fico bugado no chão... Deixo print Muito obrigado pela vossa atençao :) Dou +1
  15. dentro de um ficheiro pack, estão lá arquivos gr2... logo não deveria faltar os icons...
  16. Alguem me pode ajudar a implementar? Não me aparece o icon no jogo, nem no inventario nem quando equipo, só aparece as letras a dizer o nome da arma etc... Dou +1
  17. não dá para por na quest? para ficar automaticamente?
  18. Funciona, muito obrigado :) Queria só mais uma coisa, era que quando ativasse a manutenção mandar todos os jogadores down...
  19. como faço isso? Estou a começar, ainda sou muito noob
  20. Boas o download apenas tras ficheiros epk e eix. Como implementar? Item_proto, query (navicat) ? Gostava apenas de aplicar o set 200. Dou +1 :)