Poi chiedo ad un amico su skypeIlluminami![]()
Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
Poi chiedo ad un amico su skypeIlluminami![]()
------------------------------------------------------Blocco papiri
--Scripted by Luzzo GFO
----------------------------------------------------
quest blocco_papiri begin
state start begin
when 22010.use or 70302.use begin
if pc . getqf ( "papiro" ) == 0 then
pc.setqf ( "papiro" , 1 )
set_state(informati)
end
end
end
state informati begin
when login or levelup with pc . getqf ( "papiro" ) == 1 begin
set_state(information)
end
end
state information begin
when login with
pc . get_map_index ( ) == 1 or
pc . get_map_index ( ) == 2 or
pc . get_map_index ( ) == 3 or
pc . get_map_index ( ) == 4 or
pc . get_map_index ( ) == 5 begin
chat("Non puoi usare torna o fede")
local ciao = pc . count_item ( "22010" )
pc . remove_item ( "22010" , ciao )
pc . warp ( 469300 , 964200 )
return
end
end
end
P.S: Me l'hanno mandata su skype, non l'ho testata, quindi forse non fungeCodice:------------------------------------------------------Blocco papiri --Scripted by Luzzo GFO ---------------------------------------------------- quest blocco_papiri begin state start begin when 22010.use or 70302.use begin if pc . getqf ( "papiro" ) == 0 then pc.setqf ( "papiro" , 1 ) set_state(informati) end end end state informati begin when login or levelup with pc . getqf ( "papiro" ) == 1 begin set_state(information) end end state information begin when login with pc . get_map_index ( ) == 1 or pc . get_map_index ( ) == 2 or pc . get_map_index ( ) == 3 or pc . get_map_index ( ) == 4 or pc . get_map_index ( ) == 5 begin chat("Non puoi usare torna o fede") local ciao = pc . count_item ( "22010" ) pc . remove_item ( "22010" , ciao ) pc . warp ( 469300 , 964200 ) return end end end
P.S: Me l'hanno mandata su skype, non l'ho testata, quindi forse non fungeCodice:------------------------------------------------------Blocco papiri --Scripted by Luzzo GFO ---------------------------------------------------- quest blocco_papiri begin state start begin when 22010.use or 70302.use begin if pc . getqf ( "papiro" ) == 0 then pc.setqf ( "papiro" , 1 ) set_state(informati) end end end state informati begin when login or levelup with pc . getqf ( "papiro" ) == 1 begin set_state(information) end end state information begin when login with pc . get_map_index ( ) == 1 or pc . get_map_index ( ) == 2 or pc . get_map_index ( ) == 3 or pc . get_map_index ( ) == 4 or pc . get_map_index ( ) == 5 begin chat("Non puoi usare torna o fede") local ciao = pc . count_item ( "22010" ) pc . remove_item ( "22010" , ciao ) pc . warp ( 469300 , 964200 ) return end end end


Se proprio vuoi spostare tutto su uno script puoi trovare uno script del genere "completo" qui : http://www.inforge.net/community/me...ati/347986-release-locale-royalsword-org.html. Dovrebbe chiamarsi blocco papiri.lua, è abbastanza intuitivo il funzionamento ed è facile settare le mappe da bloccare o meno.. ovviamente devi impostare il type dei papiri luogo a 18 per far funzionare il tutto
Edit
Forse mi sono sbagliato, ho ridato un'occhiata al locale e non trovo la quest.. in ogni caso uno script simile fu postato in quel periodo..se riesci a trovarlo hai risolto tutti i tuoi problemi![]()