Domanda [HELP] AIUTO!!! NON CAPISCO PERCHE' QUESTO SCRIPT PER IL FABBRO LEGGENDARIO NON VA... VORREI CREARE

Stato
Discussione chiusa ad ulteriori risposte.

|| A l i 3 N © ||

Utente Jade
25 Ottobre 2011
1,358
111
493
793
Ultima modifica:
say_title ( "NPC Antimateria by [GF]Ali3n" )
say ( "Posso creare degli oggetti per te ma voglio qualcosa in cambio." )
say ( "Ora ti mostro cosa posso darti:" )
say ( "Cosa vuoi creare?" )
say ( "" )
local opzioni =select ( "Pagina2" , "Metallo Magico" , "Ammalia Oggetto" , "Chiave Zin-Bong-In" , "Mappa Torre Zin-Sa-Gui" , "Chiudi" )
if opzioni == 2 then
say_title ( "Metallo Magico" )
say ( "Per creare il metallo magico devi consegnarmi:" )
say_item ( "30 Strategie Del Contrattaco" , 70031 , "" )
say ( "Vuoi Creare l'Oggetto?" )
local conferma =select ( "Si" , "No" )
if conferma == 1 then
if pc . count_item ( 70031 ) >= 30 then
pc . remove_item ( 70031 , 30 )
pc . give_item2 ( "25041" , 1 )
else
say ( "Non hai abbastanza Item!" )
say ( "Torna quando ne avrai 30!" )
return
end
return
end
return
end
if opzioni == 3 then
say_title ( "Ammalia Oggetto" )
say ( "Per creare l'Ammalia Oggetto devi consegnarmi:" )
say_item ( "3 Strega Oggetto" , 71051 , "" )
say ( "Vuoi Creare l'Oggetto?" )
local conferma =select ( "Si" , "No" )
if conferma == 1 then
if pc . count_item ( 71051 ) >= 3 then
pc . remove_item ( 71051 , 3 )
pc . give_item2 ( "71052" , 1 )
else
say ( "Non hai abbastanza Item!" )
say ( "Torna quando ne avrai 3!" )
return
end
return
end
return
end
if opzioni == 4 then
say_title ( "Chiave Zin-Bong-In" )
say ( "Per creare una chiave vera mi servono:" )
say_item ( "10 Chiavi Bong-In" , 30303 , "" )
say ( "Vuoi Creare l'Oggetto?" )
local conferma =select ( "Si" , "No" )
if conferma == 1 then
if pc . count_item ( 30303 ) >= 10 then
pc . remove_item ( 30303 , 10 )
pc . give_item2 ( "30304" , 1 )
else
say ( "Non hai abbastanza Item!" )
say ( "Torna quando ne avrai 10!" )
return
end
return
end
return
end
if opzioni == 5 then
say_title ( "Mappa Torre Zin-Sa-Gui" )
say ( "Per creare una mappa vera mi servono:" )
say_item ( "10 Mappa Sa-Gui" , 30301 , "" )
say ( "Vuoi Creare l'Oggetto?" )
local conferma =select ( "Si" , "No" )
if conferma == 1 then
if pc . count_item ( 30301 ) >= 10 then
pc . remove_item ( 30301 , 10 )
pc . give_item2 ( "30302" , 1 )
else
say ( "Non hai abbastanza Item!" )
say ( "Torna quando ne avrai 10!" )
return
end
return
end
return
end
if opzioni == 1 then
say_title ( "NPC Antimateria by [GF]Ali3n" )
say ( "Posso creare degli oggetti per te ma voglio qualcosa in cambio." )
say ( "Ora ti mostro cosa posso darti:" )
say ( "Cosa vuoi creare?" )
say ( "" )
local pagina2 =select ( "Vita del Dio Drago x 10" , "Attacco del Dio Drago x 10" , "Intelligenza del Dio Drago x 10" , "Difesa del Dio Drago x 10" , "Chiudi" )

if pagina2 == 1 then
say_title ( "Vita del Dio Drago x 10" )
say ( "Per creare l'oggetto mi servono:" )
say_item ( "5 Lingua di Rana" , 30060 , "" )
say_item ( "5 Coscia di Rana" , 30061 , "" )
say_item ( "5 Simbolo del Guerriero" , 30091 , "" )
say ( "Vuoi Creare l'Oggetto?" )
local ok =select ( "Si" , "No" )
if ok == 1 then
if pc . count_item ( 30060 ) >= 5 and pc . count_item ( 30061 ) >= 5 and pc . count_item ( 30091 ) >= 5 then
pc . remove_item ( 30060 , 5 )
pc . remove_item ( 30061 , 5 )
pc . remove_item ( 30091 , 5 )
pc . give_item2 ( "71027" , 10 )
else
say ( "Non hai abbastanza Item!" )
say ( "Torna quando avrai tutto il materiale necessario!" )
return
end
return
end
return
end
if pagina2 == 2 then
say_title ( "Attacco del Dio Drago x 10" )
say ( "Per creare l'oggetto mi servono:" )
say_item ( "5 Lama Arrugginita" , 30030 , "" )
say_item ( "5 Coda di Scorpione" , 30046 , "" )
say_item ( "5 Simbolo del Guerriero" , 30091 , "" )
say ( "Vuoi Creare l'Oggetto?" )
local ok =select ( "Si" , "No" )
if ok == 1 then
if pc . count_item ( 30030 ) >= 5 and pc . count_item ( 30046 ) >= 5 and pc . count_item ( 30091 ) >= 5 then
pc . remove_item ( 30030 , 5 )
pc . remove_item ( 30046 , 5 )
pc . remove_item ( 30091 , 5 )
pc . give_item2 ( "71028" , 10 )
else
say ( "Non hai abbastanza Item!" )
say ( "Torna quando avrai tutto il materiale necessario!" )
return
end
return
end
return
end
if pagina2 == 3 then
say_title ( "Intelligenza del Dio Drago x 10" )
say ( "Per creare l'oggetto mi servono:" )
say_item ( "5 Palla di Ghiaccio" , 30050 , "" )
say_item ( "5 Tela di Ragno" , 30056 , "" )
say_item ( "5 Simbolo del Guerriero" , 30091 , "" )
say ( "Vuoi Creare l'Oggetto?" )
local ok =select ( "Si" , "No" )
if ok == 1 then
if pc . count_item ( 30050 ) >= 5 and pc . count_item ( 30056 ) >= 5 and pc . count_item ( 30091 ) >= 5 then
pc . remove_item ( 30050 , 5 )
pc . remove_item ( 30056 , 5 )
pc . remove_item ( 30091 , 5 )
pc . give_item2 ( "71029" , 10 )
else
say ( "Non hai abbastanza Item!" )
say ( "Torna quando avrai tutto il materiale necessario!" )
return
end
return
end
return
end
if pagina2 == 4 then
say_title ( "Difesa del Dio Drago x 10" )
say ( "Per creare l'oggetto mi servono:" )
say_item ( "5 Pezzo di Armatura Rotta" , 30005 , "" )
say_item ( "5 P. Preziosa del Demone" , 30016 , "" )
say_item ( "5 Simbolo del Guerriero" , 30091 , "" )
say ( "Vuoi Creare l'Oggetto?" )
local ok =select ( "Si" , "No" )
if ok == 1 then
if pc . count_item ( 30005 ) >= 5 and pc . count_item ( 30016 ) >= 5 and pc . count_item ( 30091 ) >= 5 then
pc . remove_item ( 30005 , 5 )
pc . remove_item ( 30016 , 5 )
pc . remove_item ( 30091 , 5 )
pc . give_item2 ( "71030" , 10 )
else
say ( "Non hai abbastanza Item!" )
say ( "Torna quando avrai tutto il materiale necessario!" )
return
end
return
end
return
end
 
Stato
Discussione chiusa ad ulteriori risposte.