Discussione [HELP]Anello teletrasporto.

Stato
Discussione chiusa ad ulteriori risposte.

Gathon

Utente Platinum
4 Marzo 2013
3,988
135
1,487
1,290
Salve a tutti io ho implementato anello teletrasporto, ma in game quando lo utilizzo mi da il seguente errore:
28jiis1.png


Come risolvo?
 
Codice:
[COLOR=#0000BB][FONT=monospace]quest teleporter_portatile begin
    state start begin
        when login [/FONT][/COLOR][COLOR=#007700][FONT=monospace]or [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]levelup with pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_level[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() > [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]0 begin
            set_state[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"asd" [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
        [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end
    end
    state asd begin
        when letter begin
            send_letter[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Teleporter portatile" [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
        [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end
        when button [/FONT][/COLOR][COLOR=#007700][FONT=monospace]or [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]info begin
            say_title[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Teleporter portatile" [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
            [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]set_state[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"asd" [/FONT][/COLOR][COLOR=#007700][FONT=monospace])


            
        

[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]local ganja [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]select[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Teleporter Villi"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Teleporter mappe EXP"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Annulla"[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]ganja [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1 then
say_title [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]" Teleporter Villaggi " [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]" Benvenuto. " [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]" vuoi viaggiare? " [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"" [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"" [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]local ceso [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]select [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Si" [/FONT][/COLOR][COLOR=#007700][FONT=monospace],  [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"No" [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]ceso [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2 then
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]" Mi dispiace sarà per un altra volta " [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
return
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]" Bene ora devi scegliere la tua " [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]" destinazione per essere trasportato. " [/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]villaggiz [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]select [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]" Shinsoo" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]" Chunjo" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]" Jinno" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Annulla" [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]villaggiz then
rossiz [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]select [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Villo 1" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Villo 2" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Annulla" [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]rossiz then
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Ora verrai teletrasportato." [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]wait [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( ) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]469300 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]964200 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]rossiz then 
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Ora verrai teletrasportato." [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]wait [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( ) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]360800 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]877600 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end

[/FONT][/COLOR][COLOR=#007700][FONT=monospace]elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]villaggiz then 
gialliz [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]select [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Villo 1" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Villo 2" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Annulla" [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]gialliz then
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Ora verrai teletrasportato." [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]wait [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( ) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]55700 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]157900 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]gialliz then 
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Ora verrai teletrasportato." [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]wait [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( ) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]138500 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]234900 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end

[/FONT][/COLOR][COLOR=#007700][FONT=monospace]elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]3 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]villaggiz then
bluz [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]select [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Villo 1" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Villo 2" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Annulla" [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]bluz then
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Ora verrai teletrasportato." [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]wait [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( ) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]969600 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]278400 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]bluz then 
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Ora verrai teletrasportato." [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]wait [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( ) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]873100 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]242600 [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end
end

[/FONT][/COLOR][COLOR=#007700][FONT=monospace]elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]ganja [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2 then 
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Teleporter mappe EXP"[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"vuoi viaggiare?"[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]""[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]""[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]local asdin [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]select [/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Si" [/FONT][/COLOR][COLOR=#007700][FONT=monospace],  [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"No"[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]asdin [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2 then
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Fa Niente, ciao"[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
return
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end
say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Scegli la tua destinazione"[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]say [/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Vai."[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]local zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]select [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Atlantide1" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Atlantide2" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Bosco rosso" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Bosco fantasma" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Covo2 stanza rossa" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Covo1 stanza rossa" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Valle colonna blu" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Valle colonna rossa" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Valle colonna gialla" [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Annulla"[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1 then
pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]10000 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1207800 [/FONT][/COLOR][COLOR=#007700][FONT=monospace])

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]2 then
pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]241300 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1275500 [/FONT][/COLOR][COLOR=#007700][FONT=monospace])

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]3 then
pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1119900 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]70800 [/FONT][/COLOR][COLOR=#007700][FONT=monospace])

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]4 then
pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]288700 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]5700 [/FONT][/COLOR][COLOR=#007700][FONT=monospace])

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]5 then
pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]703800 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]522700 [/FONT][/COLOR][COLOR=#007700][FONT=monospace])

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]6 then
pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]89600 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]525400 [/FONT][/COLOR][COLOR=#007700][FONT=monospace])

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]7 then
pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]334900 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]755800 [/FONT][/COLOR][COLOR=#007700][FONT=monospace])

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]8 then
pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]346400 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]733200 [/FONT][/COLOR][COLOR=#007700][FONT=monospace])

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]9 then
pc [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]warp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]317200 [/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]732200 [/FONT][/COLOR][COLOR=#007700][FONT=monospace])

elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]zone [/FONT][/COLOR][COLOR=#007700][FONT=monospace]== [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]10 then
[/FONT][/COLOR][COLOR=#007700][FONT=monospace]return
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end
end
end
end
end






Crediti: Visualizza Profilo: Mr.Newton aka GanjaFile - Inforge.net






Tutorial


Crei un file .quest in quest, e da terminale (putty) la compili con qc.[/FONT][/COLOR]
 
Shadow ma questo è pannello teletrasporto, a me serve lo script per anello. Non ne capisco di lua, se magari vi posto lo script mio potreste aggiustarlo..
 
Stato
Discussione chiusa ad ulteriori risposte.
Indietro
Top Bottom