Łap questa.
quest first_login begin
state start begin
when login begin
if pc.getqf("bambus3k") == 0 then
pc.setqf("bambus3k", 1)
say_reward(string.format("Witamy na P-Serwerze!"))
say("")
say_title("GameAdmin: [GA]xxx")
say("Raty na serwerze:")
say("EXP: xxx%")
say("DROP: xxx%")
say("Yang: xxx%")
say("A teraz zapoznaj się z serwerem !")
say_reward(string.format("Życzymy miłej gry."))
pc . give_item2 ( "14009" , 1 )
pc . give_item2 ( "15009" , 1 )
pc . give_item2 ( "13009" , 1 )
pc . give_item2 ( "16009" , 1 )
pc . give_item2 ( "17009" , 1 )
pc . give_item2 ( "50053" , 1 )
pc . give_item2 ( "70038" , 200 )
pc . give_item2 ( "80009" , 1 )
pc . give_item2 ( "27003" , 200 )
pc . give_item2 ( "27006" , 200 )
pc . set_skill_level ( 131 , 10 )
pc . change_money(1000000)
horse.set_level ( 21 )
horse.ride()
if pc.job==0 then --WOJOWNIK
pc . give_item2 ( "19" , 1 )
pc . give_item2 ( "3009" , 1 )
pc . give_item2 ( "11209" , 1 )
pc . give_item2 ( "12209" , 1 )
end
if pc.job==1 then --NINJA
pc . give_item2 ( "1009" , 1 )
pc . give_item2 ( "2009" , 1 )
pc . give_item2 ( "11409" , 1 )
pc . give_item2 ( "12349" , 1 )
end
if pc.job==2 then -- SURA
pc . give_item2 ( "19" , 1 )
pc . give_item2 ( "11609" , 1 )
pc . give_item2 ( "12489" , 1 )
end
if pc.job==3 then -- SZAMAN
pc . give_item2 ( "5009" , 1 )
pc . give_item2 ( "7009" , 1 )
pc . give_item2 ( "11809" , 1 )
pc . give_item2 ( "12629" , 1 )
end
clear_letter ( )
end
end
end
state Bambus3k begin
end
end
Tut jak wgrywać questy by Bambusek
http://www.mpcforum.pl/topic/163124-tutwgrywanie-questow-na-serwer/