Jump to content

lolhehehe

Members
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

859 profile views

lolhehehe's Achievements

Newbie

Newbie (1/14)

22

Reputation

  1. No meu compile deu erro. ^^ Tem certeza que não mudei nada? rs
  2. The quest was full of mistakes, I just corrected them to compile. Only that.
  3. quest inventario_teleport begin state start begin when login begin cmdchat("Teleport "..q.getcurrentquestindex()) end when button or info begin say_title(" Anillo teletransportador: ") say("A que mapa deseas teletransportarte? ") say("") local s = select("Imperios","Regiones Forestales","Cuevas de Arañas","Zonas de Atlantea","Otras Regiones","Mapas de Leveo","Cerrar") if s == 1 then say_title("Anillo teletransportador:") say("") local ss = select("Reino Shinsoo","Reino Chunjo","Reino Jinno","Cerrar") if ss == 1 then say_title("Anillo teletransportador:") say("") local ciudades = select("Ciudad 1","Ciudad 2","Cerrar") if ciudades == 1 then pc.warp(473900,954600) elseif ciudades == 2 then pc.warp(352300,882700) end elseif ss == 2 then say_title("Anillo teletransportador:") say("") local citys = select("Ciudad 1","Ciudad 2","Cerrar") if citys == 1 then pc.warp(63200,166700) elseif citys == 2 then pc.warp(145700,239800) end elseif ss == 3 then say_title("Anillo teletransportador:") say("") local citys = select("Ciudad 1","Ciudad 2","Cerrar") if citys == 1 then pc.warp(959600,269700) elseif citys == 2 then pc.warp(863800,246000) end end elseif s == 2 then say_title("Anillo teletransportador:") say("") local sss = select("Bosque","Bosque Rojo (Inicio)","Bosque Rojo (Final)","Cerrar") if sss == 1 then pc.warp(288700,5700) elseif sss == 2 then pc.warp(1119900,70800) elseif sss == 3 then pc.warp(1118100,8600) end elseif s == 3 then say_title("Anillo teletransportador:") say("") local zindan = select("Caverna de Arañas (V1)","Caverna de Arañas (V2)","Cerrar") if zindan == 1 then pc.warp(59800,497300) elseif zindan == 2 then pc.warp(704100,521900) end elseif s == 4 then say_title("Anillo teletransportador:") say("") local atlantea = select("Gruta del Exilio (40)","Sala del Dragón (70)","Cerrar") if atlantea == 1 then if pc.get_level() < 40 then pc.warp(0,1203200) end elseif atlantea == 2 then if pc.get_level() < 80 then pc.warp(819200,1049600) end end elseif s == 5 then say_title("Anillo teletransportador:") say("") local sssssss = select("Valle de Seungryong","Monte Sohan","Desierto Yongbi","Tierra de Fuego","Tierra de Gigantes","Torre de Demonios","Cerrar") if sssssss == 1 then pc.warp(336000,755600) elseif sssssss == 2 then pc.warp(436400,215600) elseif sssssss == 3 then pc.warp(296800,547400) elseif sssssss == 4 then pc.warp(600800,687400) elseif sssssss == 5 then pc.warp(829900,763300) elseif sssssss == 6 then pc.warp(590500,110500) end elseif s == 6 then say_title("Anillo teletransportador:") say("") local sssssss = select("Acantilado de Gautama (90)","Bahía Nefrite (90)","Cabo del Dragón (90)","Cerrar") if sssssss == 1 then if pc.get_level() < 90 then pc.warp(1177600,1664000) end elseif sssssss == 2 then if pc.get_level() < 90 then pc.warp(1049600,1510400) end elseif sssssss == 3 then if pc.get_level() < 90 then pc.warp(1024000,1664000) end end elseif s == 7 then end end end end My friend, stop writing quests ... Hire me
  4. Tem o mesmo problema que o meu sistema, no caso, o meu consegue mostrar 14 itens, pelo seu código mostraria bem menos, mas, é algo muito útil ainda assim. ^^
  5. Olá, amigos. Na verdade existe uma .quest oficial que resolve este problema. check_collet_reward.quest translatle.lua ou Obs: a tradução não deve estar 100%.
×
×
  • Create New...