Jump to content

Dilong

Miembro
  • Contador contenido

    1.211
  • Ingreso

  • Última visita

  • Días ganados

    136

Todo lo publicado por Dilong

  1. Los brillos son del mob azrael o cierto metin del mapa cape,solo han copiado y editado ciertas lineas de los mse para que funcione en la armadura
  2. De hecho solo lo hago ahora xd,lo unico que he pasado mas es el source del game
  3. https://mega.nz/#!8wxQmIIS!wgcrBLq2YIxr1IO2kf8qMV7TJZvfwuLX9I60SL_M7Lc
  4. El post es viejo,pero me dio por hacer la quest <.< quest cajeitem begin state start begin when 20094.chat."Canjear item" begin say_title("npc:") say("puedo darte un arma[ENTER]a cambio de ciertos items") say("que arma quieres") local item = select("arma1","arma2","arma3","Cerrar") if item == 4 then return elseif item == 1 then say("necesitaras un talis+") wait() if pc.count_item(30079)==0 then say("no tienes el item") else pc.remove_item(30079,1) pc.give_item2(19,1) return end elseif item == 2 then say("necesitaras un Coletero Blanco+") wait() if pc.count_item(30073)==0 then say("no tienes el item") else pc.remove_item(30073,1) pc.give_item2(29,1) return end elseif item == 3 then say("necesitaras un Shiriken+") wait() if pc.count_item(30075)==0 then say("no tienes el item") else pc.remove_item(30075,1) pc.give_item2(39,1) end end end end end
  5. Prueba asi quest matarmob begin state start begin when login with pc.level >= 8 begin set_state(information) end end state information begin when letter begin send_letter("texto") end when info or button begin say("texto") pc.setqf("state", 5) q.set_counter("mob", 5) end when 101.kill begin local count = pc.getqf("state") - 1 if count <= 5 then pc.setqf("state", count) q.set_counter("mob", count) end if count == 0 then say("Se ha completado la misión!") say("recibiras un premio") pc.give_item2(19, 1) end set_state("__complete") end end state __complete begin end end
  6. No es un error,esos files tienen un script que ejecuta el start cada x tiempo,aun asi deberias entrar al server sin problemas
  7. Tu shh,no sabes el esfuerzo que es pensar <.< e.e
  8. quest matar_boss begin state start begin when 101.kill begin pc.setqf("matar_boss", pc.getqf("matar_boss") + 1) if pc.getqf("matar_boss") == 5 then pc.give_item2(19,1) end end end end
  9. Es 33008,las ids los puedes buscar en el mob proto del navicat o cliente
  10. quest matarmob begin state start begin when login or levelup with pc.level >= 8 begin say("texto") end when 101.kill begin say("Se ha completado la misión!") say("recibiras un premio") pc.give_item2(19, 1) set_state("__complete") end end state __complete begin end end No le puse la opcion de que aparesca el pergamino,ya que lo hice con pereza xd
  11. Dilong

    Quest sencillas

    Tenia encendido los files y me puse a hacer estas quest,son simples pero tal vez a alguien le sirva xD
  12. Dilong

    [NPC] "Tania"

    Quiten el adblock en zone,les bloquean las imagenes http://prntscr.com/8vpu24
  13. Dilong

    [NPC] kwiatek

    Link: http://uploaded.net/file/wsidbqrs Video: Credito: Makłowicz
  14. Dilong

    [NPC] "Tania"

    Link: https://mega.nz/#!w4BzyR6a!RIjBunOZ-T0wltnrVKGWWBSuoFNwo2bQ_hvY6YgmP5c Foto:
  15. Dilong

    Mapa

    Link: https://mega.nz/#!U8oXFQAI!lm2oRgmyUjUlTzroeYqx4ay98jpyo5u1TlUZOrJHCH4 Foto: Credito: PhantomAssassin
  16. Dilong

    Mapa 4x4

    Link: https://mega.nz/#!clgXgI7K!p1NrCeGyaGuwjnSGWuxxsVe3PCSEFEpi6051VdQjt7M Foto:
  17. Link:http://www.speedyshare.com/VztvW/mall.tga Link2: https://mega.co.nz/#!RkRwCDwQ!ZJCylvLIxIgEy5W1qo5JoEGCBjUBeu4nztKwczSeEcQ Foto:
  18. Link: http://www71.zippyshare.com/v/73593485/file.html Contraseña: albo sie zna haslo albo sie nie zna hasla Fotos:
  19. Dilong

    [NPC] By Asek

    Link: http://www64.zippyshare.com/v/e79w0mpZ/file.html Foto:
  20. Link: https://mega.nz/#!t8QSVZ5a!Vm4PZ2K0YlyVv4OnVGM0aV5YTZD1aQ6YMXqNEK9qYR0 Foto:
  21. Link: https://mega.nz/#!JpJDTQQI!ZeYjFyjzrJFG1I4eDWY-wa3rLp5qpAiTyiF_9Oq1icc Foto:
  22. Seria asi quest rango begin state start begin when 20094.chat."Subir rango" begin say("texto") local rango = select("Si","No") if rango == 1 then if pc.has_master_skill(39) == false then say("Error") else pc.changealignment(30000) --- aqui editas el rango hasta el nivel que quieras return end end end end end Solo sirve si tiene habs en G10
×
×
  • Crear nuevo...