Croqueta Posted June 19, 2013 Report Share Posted June 19, 2013 nivel: Debes iniciar sesión para ver el contenido del enlace en esta publicación. selection con el nivel: Debes iniciar sesión para ver el contenido del enlace en esta publicación. otro nivel: Debes iniciar sesión para ver el contenido del enlace en esta publicación. selection con ese nivel: Debes iniciar sesión para ver el contenido del enlace en esta publicación. para cambiar las mapas, editen la tabla quest tele begin state start begin function warp_tab(warp) local a,lvl={},pc.get_level() table.foreach(warp,function(val,i) if lvl >= val then table.insert(a,val) end end) return a end function local_table(warp) local tabelle,main_menu,sel_table = tele.warp_tab(warp),{},{} table.sort(tabelle) table.foreach(tabelle,function(i,n) main_menu[i]={warp[n][1],warp[n][2]} sel_table[i]=warp[n][3] end) return main_menu,sel_table end when 9009.chat."Teleport pro" begin local warp={ --[lvl]={x,y,"Map_name"}, [30]={105,106,"Cuba"}, [50]={109,110,"Spain"}, [20]={103,104,"Miami"}, [10]={101,102,"USA"}, [40]={107,108,"London"}, } say_title("Teleport:") say() say("if your level is rising, more maps unlocked.") say("where you like want to go?") local ports,map_auswahl=tele.local_table(warp) table.insert(map_auswahl,locale.cancel) local auswahl=select_table(map_auswahl)--select2(map_auswahl) if auswahl==table.getn(map_auswahl) then return end pc.warp(ports[auswahl][1],ports[auswahl][2]) --say(ports[auswahl][1].."x , "..ports[auswahl][2].." y") end end end DanielPV, JazZ*, iancu dumitrache and 3 others 6 Quote Link to comment Share on other sites More sharing options...
JazZ* Posted June 19, 2013 Report Share Posted June 19, 2013 Muy útil Coqueta Quote Link to comment Share on other sites More sharing options...
Drako Posted June 19, 2013 Report Share Posted June 19, 2013 gracias grande! Quote Link to comment Share on other sites More sharing options...
sossin Posted July 27, 2013 Report Share Posted July 27, 2013 jajajaj yo tambien pensaba q se habia puestgo Coqueta pro ps cuando lees bien es croqueta xd ese nombre tiende a confundir xd Quote Link to comment Share on other sites More sharing options...
JazZ* Posted July 28, 2013 Report Share Posted July 28, 2013 jajajajajajajaja xD Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.