Jump to content

OceanusPT

Inactive Member
  • Posts

    29
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by OceanusPT

  1. hum... i dont know that! Ty for the info taks Devil. I get it yes. Ty for this tutorial.
  2. i belive this will work with txt. Cuz there u can mark itens with ANTIFLAG_GIVE but its complicate do set this in mysql, right?
  3. i dont use TXT. i only work with sql, so this dont do nothing
  4. Cuz u miss item 131010 in ur item_proto. (ServerSide). If u go serverside and look for 131010 u dont have it. U miss a lot of querrys. But i dont have it too.
  5. U only can use "command" function in a quest if the quest is for GM use.
  6. Hi there. i have this error on syserr i belive its because u forget the constinfo.py part.... right?
  7. hi there. i have download this map. But in Setings the BasePosition are 0 0. So..... how can i know where to warp? :
  8. so, i activate de event. and then? Then i need to give reload q in all cores?
  9. Hi there, i have 4 cores in ch1. ch1_1, ch1_2, ch1_3 and ch1_4 I have one (and many more) npc in map 41 ch1_1 core. I go to this NPC and i activate my drop_item quest. The quest works very fine in all the maps that are in ch1_1 core. (The same as NPC) But if i log in other maps from diferente cores, for ex: ch1_3, i can't drops itens from the event.... Why?? When i do the command reload q, they dont "upload" in all cores? I realy dont andurstand why this quest only work in same core as i activated. Can any one help? quest drop_item begin state start begin when 11004.chat."item Drop" with pc.is_gm() and pc.get_name() == "[XXXXX]XXXXX" begin if game.get_event_flag("item_drop_event") == 0 then say_title("Guarda da Cidade") say("") say("Olá "..pc.get_name().." ") say("Deseja Iniciar o evento Item drop?") say("") local a = select ("Sim", "Não") if a == 2 then return end if a == 1 then say("Por favor, indique o ID que será dropado.") say("") say_reward("30096 - Bolsa da Fortuna") say_reward("71051 - Adicionar 6 e 7") say_reward("50162 - Ovo Páscoa") say_reward("50010 - Meia de Natál") say_reward("50095 - Abóbora") say_reward("53504 - Cofre Disfarçe") say_reward("38055 - Caixa da Cria") say_reward("30154 - Livro do Templo Secreto") say_reward("38059 - Caixa do Chaegirab") say_reward("27987 - Ostra") say("") drop_event_id = tonumber(input()) or 0 if drop_event_id == 0 then say_title("Guarda da Cidade") say("") say("Evento Cancelado") say_reward("erro: Falta ID do Drop") say("") return end say_title("Guarda da Cidade") say("") say("Escolher percentagem de drop") say("") say_reward("Mínimo: 0%") say_reward("Máximo: 200 = 100%Drops") say("") say_reward("normal: 30 ou inferior") say_reward("Quanto mais baixo, mais dificil!") drop_event_pr = tonumber(input()) or 0 if drop_event_pr == 0 then say_title("Guarda da Cidade") say("") say("Evento Cancelado") say_reward("erro: Falta percentagem do Evento") say("") return end game.set_event_flag("item_drop_event", 1) notice_all("XXXXX") notice_all("XXXXXXXXXXXXXXX "..item_name(drop_event_id).." ") end else say_title("Guarda da Cidade") say("") say("O Evento Drop Item esta a decorrer") say("Parar evento?") local a = select ("Sim", "Não") if a == 2 then return end if a == 1 then game.set_event_flag("item_drop_event", 0) notice_all("XXXXXXXXXX") end end end when kill with not npc.is_pc() and game.get_event_flag("item_drop_event") == 1 begin local r = number(1, 201-drop_event_pr) if r == 1 then game.drop_item_with_ownership(drop_event_id, 1) syschat("XXXXX "..item_name(drop_event_id).." XXXXXXXXXXXXXXX!") end end when login with game.get_event_flag("item_drop_event") == 1 begin syschat("Evento a decorrer. Para participares mata moobs e dropa: "..item_name(drop_event_id).." ") end end end
  10. in this query only show the player "Xeriesey" give itens. But dont show the name of the player who take this itens. I wanna see the name of player who take the itens from Xeriesey. It's possible?
  11. Hi there, is there any tutorial around u teach how to add hackshield to client? My client is 34083 and i realy need to protect't from hacks inject... I know it will not 100% safe, but with hackshield will be better then anyone xD i have enigma and i can protect the client with it, but then windows8 clients cant play : Free hugs for all!
  12. i have made all... but i get nginx: [emerg] unknown directive "rewrite" in /usr/local/etc/nginx/nginx.conf:38 /usr/local/etc/rc.d/nginx: WARNING: failed to start nginx line38: " rewrite ^(.*)$ $scheme://xxxxxxxxxx.xxxxx$1; " any help pls?
  13. Hi there, Finaly i have put the server to start and i have make the connection between client and server. But now i have one last problem (i hope),the server only start with the item_proto.txt itens. And now i dont have my normal items from navicat.,,, can any one help. pls? The same for na mob_proto. Only work at the mob_proto.txt
  14. i have do that shogun, but my files: item_name.txt, item_proto.txt, mob_names.txt and mob_proto.txt, are diferente of my navicat. i use files 34k and i never need to add anything in this files.... They need to be the same like in navicat?
  15. esse ponto ficou resolvido. Mas agora dá isto no syserr da db SYSERR: Dec 23 23:09:12 :: Start: TABLE_POSTFIX not configured use default SYSERR: Dec 23 23:09:12 :: InitializeTables: InitializeMobTable FAILED SYSERR: Dec 23 23:09:12 :: Initialize: Table Initialize FAILED SYSERR: Dec 23 23:09:12 :: pid_deinit: End of pid Dec 23 23:09:12 :: AsyncSQL: closing mysql connection. Dec 23 23:09:12 :: AsyncSQL: closing mysql connection. Dec 23 23:09:12 :: AsyncSQL: closing mysql connection. Dec 23 23:09:12 :: AsyncSQL: closing mysql connection....................... it's all ok with the mysql_upgrade now. But now i have this in syerr "db" when i make start,sh,,,, dam xD i solve one bug, and i win 2 xD edit: in NAVICAT, the mob_proto its ok.... but maybe its not here xD
  16. Looking for 'mysql' as: mysql Looking for 'mysqlcheck' as: mysqlcheck FATAL ERROR: Upgrade failed resolvido xD solução: mysql_upgrade -S /tmp/mysql.sock -uUSERNAME -p Font:[Hidden Content]
  17. Shogun... : isto não faz os updates.... Ja instalei a máquina e formatei mais de 30x. Ja fiz tudo e mais alguma coisa. Segundo vi na net, tinha de fazer o "mysql_upgrade" apos a instalação do mysql e ja fiz... ja fiz antes, depois,.... nem sei : o erro é sempre esse. Se eu tentar fazer o mysql_upgrade apos copiar a minha db para o dedicado, aparece a dizer que: Looking for 'mysql' as: mysql Looking for 'mysqlcheck' as: mysqlcheck FATAL ERROR: Upgrade failed não faço ideia de todo :
  18. boas, Segui todos os passos umas 30x nos ultimos 4 dias.... o resultado é sempre o mesmo: estou a usar um dedicado FreeDBS 9.3 na soyoustart alguem pode dar uma ajuda?
  19. OceanusPT

    Trade Map

    Yes u can. my server cant find it to. i do: /warp 4854 4854 and a don't move. syserr: WarpSet: cannot find map location index 0 x 485400 y 485400 name [ADM]OceanusMT2 index: 211 metin2_map_trade
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.