Jump to content

mackabro

Inactive Member
  • Posts

    18
  • Joined

  • Last visited

  • Feedback

    0%

About mackabro

Informations

  • Gender
    Male

Recent Profile Visitors

14883 profile views

mackabro's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

5

Reputation

  1. when 1062.kill with pc.in_dungeon() and d.getf("level") == 5 begin when kill with pc.in_dungeon() and d.getf("level") == 5 or npc.get_race() == 1062 begin when devil_stone6.kill begin when kill with npc.get_race() == devil_stone6 begin That's right?
  2. 1º How to put to earn status points until lvl 150 2º How to put status is to distribute up to 100 points
  3. I compiled mainline_sg I wonder if there is some time to give some connection fix the ymir that has to take
  4. quest multikill begin state start begin when kill with npc.is_pc() begin if get_time()< pc.getqf("grupo") then pc.delqf("grupo") pc.setqf("doble", get_time()+60) cmdchat("PlayMusicxd doublekill.mp3") elseif get_time()< pc.getqf("doble") then pc.delqf("doble") pc.setqf("triple", get_time()+50) cmdchat("PlayMusicxd triplekill.mp3") elseif get_time()< pc.getqf("triple") then pc.delqf("triple") pc.setqf("quadra", get_time()+40) cmdchat("PlayMusicxd quadra.mp3") elseif get_time()< pc.getqf("quadra") then pc.delqf("quadra") pc.setqf("pentakill", get_time()+30) cmdchat("PlayMusicxd pentakill.mp3") elseif get_time()< pc.getqf("pentakill") then pc.delqf("pentakill") pc.setqf("hexakill", get_time()+20) cmdchat("PlayMusicxd hexakill.mp3") elseif get_time()< pc.getqf("hexakill") then pc.delqf("hexakill") pc.setqf("hexakill", get_time()+20) cmdchat("PlayMusicxd hexakill.mp3") else pc.setqf("grupo", get_time()+60) cmdchat("PlayMusicxd onekill.mp3") end end end end
  5. Duble kill soucer fix please Sorry my english google translator
×
×
  • 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.