Jump to content

OceanusPT

Member
  • Posts

    29
  • Joined

  • Last visited

  • Feedback

    0%

About OceanusPT

Informations

  • Gender
    Male

Recent Profile Visitors

983 profile views

OceanusPT's Achievements

Explorer

Explorer (4/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

  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!
×
×
  • 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.