Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- quest give_basic_weapons begin
- state start begin
- when login with pc.getqf ( "repeat" ) == 0 begin
- pc.setqf ( "repeat" , 1 )
- say_title ( "Benvenuto" )
- say ( "Benvenuto su nomeserver" )
- say ( "Buon Divertimento!" )
- say ( "" )
- pc . give_exp2 ( 100 )
- set_quest_state ( "levelup" , "run" )
- pc . change_money ( 10000000 )
- pc . give_item2 ( "27003" , 200 )
- pc . give_item2 ( "27003" , 200 )
- pc . give_item2 ( "27003" , 200 )
- pc . give_item2 ( "27003" , 200 )
- pc . give_item2 ( "27003" , 200 )
- pc . give_item2 ( "27006" , 200 )
- pc . give_item2 ( "27006" , 200 )
- pc . give_item2 ( "71050" , 200 )
- pc . give_item2 ( "72702" , 1 )
- pc . give_item2 ( "50052" , 1 )
- horse . advance ( )
- horse . advance ( )
- horse . advance ( )
- horse . advance ( )
- horse . advance ( )
- horse . advance ( )
- horse . advance ( )
- horse . advance ( )
- horse . advance ( )
- horse . advance ( )
- horse . advance ( )
- horse . ride ( )
- say_reward ( "Hai raggiunto il livello 1." )
- say_reward ( "Hai ricevuto 10000000 yang." )
- say_reward ( "Hai ricevuto 1000 Pozioni Rosse(G)." )
- say_reward ( "Hai ricevuto 400 Pozioni Blu(G)." )
- say_reward ( "Hai ricevuto Pozioni per la Velocità di Movimento." )
- say_reward ( "Hai ricevuto il Cavallo Medio." )
- clear_letter ( )
- set_state ( "__COMPLETE__" )
- if pc . job == 0 then
- pc . give_item2 ( "75" , 1 )
- pc . give_item2 ( "3065" , 1 )
- pc . give_item2 ( "11235" , 1 )
- pc . give_item2 ( "12225" , 1 )
- pc . give_item2 ( "13025" , 1 )
- pc . give_item2 ( "14105" , 1 )
- pc . give_item2 ( "15089" , 1 )
- pc . give_item2 ( "16105" , 1 )
- pc . give_item2 ( "17105" , 1 )
- say_reward ( "Hai ricevuto il set iniziale da Guerriero!" )
- elseif pc . job == 1 then
- pc . give_item2 ( "1035" , 1 )
- pc . give_item2 ( "2065" , 1 )
- pc . give_item2 ( "8009" , 200 )
- pc . give_item2 ( "8008" , 200 )
- pc . give_item2 ( "8007" , 200 )
- pc . give_item2 ( "8006" , 200 )
- pc . give_item2 ( "11435" , 1 )
- pc . give_item2 ( "12365" , 1 )
- pc . give_item2 ( "13025" , 1 )
- pc . give_item2 ( "14105" , 1 )
- pc . give_item2 ( "15089" , 1 )
- pc . give_item2 ( "16105" , 1 )
- pc . give_item2 ( "17105" , 1 )
- say_reward ( "Hai ricevuto il set iniziale da Ninja!" )
- elseif pc . job == 2 then
- pc . give_item2 ( "75" , 1 )
- pc . give_item2 ( "11635" , 1 )
- pc . give_item2 ( "12505" , 1 )
- pc . give_item2 ( "13025" , 1 )
- pc . give_item2 ( "14105" , 1 )
- pc . give_item2 ( "15089" , 1 )
- pc . give_item2 ( "16105" , 1 )
- pc . give_item2 ( "17105" , 1 )
- say_reward ( "Hai ricevuto il set iniziale da Sura!" )
- elseif pc . job == 3 then
- pc . give_item2 ( "5035" , 1 )
- pc . give_item2 ( "7065" , 1 )
- pc . give_item2 ( "11835" , 1 )
- pc . give_item2 ( "12645" , 1 )
- pc . give_item2 ( "13025" , 1 )
- pc . give_item2 ( "14105" , 1 )
- pc . give_item2 ( "15089" , 1 )
- pc . give_item2 ( "16105" , 1 )
- pc . give_item2 ( "17105" , 1 )
- say_reward ( "Hai ricevuto il set iniziale da Shamano!" )
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment