Facebook
From adikosik34, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 259
  1. quest start begin
  2.                 state start begin
  3.                         when login begin
  4.                                         if pc.getqf("adikosik34") == 0 then
  5.                                                         pc.setqf("adikosik34", 1)
  6.                                                 pc . give_item2 ( "50187" , 1 )
  7.                                                 pc . give_item2 ( "13009" , 1 )
  8.                                                 pc . give_item2 ( "14009" , 1 )
  9.                                                 pc . give_item2 ( "15009" , 1 )
  10.                                                 pc . give_item2 ( "16009" , 1 )
  11.                                                 pc . give_item2 ( "17009" , 1 )
  12.                                                 pc . give_item2 ( "80009" , 1 )
  13.                                                 pc . give_item2 ( "72725" , 1 )
  14.                                                 pc . give_item2 ( "72729" , 1 )
  15.                                                 say_title("Witamy na Adventure")
  16.                         say("Ekscytujące przygody z Adventure to")
  17.                         say("początek! Na rozpoczecie dostaniesz")
  18.                                                 say("kilka podstawowych rzeczy, które")
  19.                                                 say("z pewnością Ci się przydadzą.")
  20.                                                 say("Twój towarzysz już na ciebie czeka!")
  21.                                                 say("Powodzenia!")
  22.                                                 local tygrys = 71141
  23.                                                 pc.remove_polymorph()
  24.                                                 pc.mount(tygrys, 60*30)
  25.                                                 affect.add_collect(apply.ATT_BONUS_TO_MONSTER, 10, 60*30)
  26.                                                
  27.                                         if pc.job==0 then
  28.                                                 pc . give_item2 ( "19" , 1 )
  29.                                                 pc . give_item2 ( "12209" , 1 )
  30.                                                 pc . give_item2 ( "11209" , 1 )
  31.                                         end
  32.                                         if pc.job==1 then
  33.                                                 pc . give_item2 ( "1009" , 1 )
  34.                                                 pc . give_item2 ( "12349" , 1 )
  35.                                                 pc . give_item2 ( "11409" , 1 )
  36.                                                 end
  37.                                         if pc.job==2 then
  38.                                                 pc . give_item2 ( "19" , 1 )
  39.                                                 pc . give_item2 ( "12489" , 1 )
  40.                                                 pc . give_item2 ( "11609" , 1 )
  41.                                                 end
  42.                                         if pc.job==3 then
  43.                                                 pc . give_item2 ( "7009" , 1 )
  44.                                                 pc . give_item2 ( "12629" , 1 )
  45.                                                 pc . give_item2 ( "11809" , 1 )
  46.                                                 end
  47.                                                 clear_letter ( )
  48.                                         end
  49.                                 end
  50.                         end
  51.                 state adikosik34 begin
  52.         end
  53. end
  54.