quest start begin state start begin when login begin if pc.getqf("adikosik34") == 0 then pc.setqf("adikosik34", 1) pc . give_item2 ( "50187" , 1 ) pc . give_item2 ( "13009" , 1 ) pc . give_item2 ( "14009" , 1 ) pc . give_item2 ( "15009" , 1 ) pc . give_item2 ( "16009" , 1 ) pc . give_item2 ( "17009" , 1 ) pc . give_item2 ( "80009" , 1 ) pc . give_item2 ( "72725" , 1 ) pc . give_item2 ( "72729" , 1 ) say_title("Witamy na Adventure") say("Ekscytujące przygody z Adventure to") say("początek! Na rozpoczecie dostaniesz") say("kilka podstawowych rzeczy, które") say("z pewnością Ci się przydadzą.") say("Twój towarzysz już na ciebie czeka!") say("Powodzenia!") local tygrys = 71141 pc.remove_polymorph() pc.mount(tygrys, 60*30) affect.add_collect(apply.ATT_BONUS_TO_MONSTER, 10, 60*30) if pc.job==0 then pc . give_item2 ( "19" , 1 ) pc . give_item2 ( "12209" , 1 ) pc . give_item2 ( "11209" , 1 ) end if pc.job==1 then pc . give_item2 ( "1009" , 1 ) pc . give_item2 ( "12349" , 1 ) pc . give_item2 ( "11409" , 1 ) end if pc.job==2 then pc . give_item2 ( "19" , 1 ) pc . give_item2 ( "12489" , 1 ) pc . give_item2 ( "11609" , 1 ) end if pc.job==3 then pc . give_item2 ( "7009" , 1 ) pc . give_item2 ( "12629" , 1 ) pc . give_item2 ( "11809" , 1 ) end clear_letter ( ) end end end state adikosik34 begin end end