Jump to content

MrLibya

Premium
  • Posts

    378
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by MrLibya

  1. 1* sry for my bed u should use with insted of and 2* u said that your horse level is 11 , so i will not work cuz u make horse.get_level() < 1 3* u put 2 if horse.get_level() == 1 and horse.get_level() == 11 < this will naver work cuz u in the first u make the chose only show for who have horse level less then 1
  2. your end was good , but u used a when twice in the 3rd line
  3. quest ponei begin state start begin when 20349.chat."Quero andar de cavalo" and horse.get_level() < 1 begin say_title("Rapaz do Estábulo - Cavalo Normal") say("Olá, "..pc.get_name()) say("Ouvi dizer que queres galopar?") say("") say("Muito bem, eu vou-te dar as instruções") say("que precisas de seguir.") wait() say_title("Rapaz do Estábulo") say("Para poderes andar de cavalo tens de") say("matar um Boss que se encontra na cidade") say_reward("Bakra") say("") say("Lá vais encontrar o chefe") say("dos rufias da cidade") say("O nome dele é:") say_reward("Rufia do Assaltante Bakra") say("") say("Vai ter com ele e mata-o para reclamar") say("o teu cavalo, podes ir em equipa.") wait() say_title("Rapaz do Estábulo - Cavalo Normal") say("Aconcelho-te a levares companheiros.") say("Estes rufias não sao brincadeira") say("") say("Quando terminares a tua caça") say("Vem ter comigo.") say("") say("Boa sorte.") if horse.get_level() == 1 then say_title("Rapaz do Estábulo - Cavalo Armado") say("CAVALO ARMADO") elseif horse.get_level() == 11 then say_title("Rapaz do Estábulo - Cavalo Militar") say("CAVALO MILITAR") end end end end
  4. 1- when u buy from the host u will ask which system want install on it 2- same as the one u work on 3- really?
  5. i dont understand what is u problem , but about borders use setskin(NOWINDOW)
  6. then use debug , if the debug open without any crash , then rebuild the solution !
  7. quest itemmoney begin state start begin when levelup with pc.get_level() == 90 begin chat(" You have 90 level ! ") pc.change_money(100000) pc.give_item2(19, 1) end end end
  8. notice that the reload it's just make reload in your core ! , so for opened server naver do reload , just restart for the game
  9. I have that problem on my test server and i am testing it for a month maybe u sometime try to test new thing and test it by new binary? anyway it's not bug so it's not a dangers
  10. 1- it's not bug , i think someone try to coeect to your server useing outher packet !
  11. i think it's like this( as the function says) Vnum Type Name Description Condition Attribute Weapon Icon_Name Motion_Index Affect [/code]
  12. gcc48 is already installed , i dont know anything about wom2 source but i have seen some post says it's have to install gcc49 as i think !
  13. i dont see why u want do it anyway unless u want do 6 norm & 2 rare
  14. note: for who ask about add new event just add new line after this {"Fri 14:00", "mount", "event", "Mount_Ring_Event", 1, " 4 hours ", "Fri 18:00", 0}, so it's like that "Fri 14:00" begin time "mount" event name type ( unimplemented ) "Mount_Ring_Event" the event flag name 1 the event start flag " 4 hours " event time "Fri 18:00" event finish time 0 event finish flag
  15. I am confused as to how this is supposed to work: - weekend will hold the weekday as number (e.g 6) - day will hold % + weekday's full name (e.g %Saturday) - or simply '%', not quite sure how it's parsed. (ref for what the os.date yields: [Hidden Content]). ok it's my falt i have see in lua that is give string [Hidden Content] now i see it agien and i see it's give number
×
×
  • 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.