local hostname = "VOXMT2'ye Hoşgeldiniz." local text1 = "Oyunumuz 1Lv başlangıç 105Lv sınırdır." local text2 = "Skiller M1 başlar. Metinlerden 3-4 BK düşmektedir." local text3 = "Ruhtaşları ve zen fasulyeleride metinlerde mevcuttur." local text4 = "Hile kullanımı yasak ve engellidir." local text5 = "İyi eğlenceler." local blue = color256 ( 0 , 0 , 128 ) local purple = color256 ( 138 , 43 , 226 ) local lvl = 1 local hlvl = 21 local horseitem = 50053 local gold = 0 local name = pc . get_name ( ) if pc . getqf ( "basic_weapon" ) == 0 then say ( blue .. " " .. name .. " " .. hostname .. "'ye Hoşgeldin." .. blue ) say ( "" ) say ( purple .. "Karakterine uygun ekipmanlar envanterine eklendi." .. purple ) say ( purple .. "" .. purple ) say ( "" ) say ( purple .. "" .. text1 .. "" .. purple ) say ( purple .. "" .. text2 .. "" .. purple ) say ( purple .. "" .. text3 .. "" .. purple ) say ( purple .. "" .. text4 .. "" .. purple ) say ( purple .. "" .. text5 .. "" .. purple ) say ( "" ) if pc . get_job ( ) == 0 then pc . give_item2 ( "19" , 1 ) pc . give_item2 ( "11209" , 1 ) pc . give_item2 ( "12209" , 1 ) pc . give_item2 ( "13009" , 1 ) pc . give_item2 ( "16009" , 1 ) pc . give_item2 ( "17009" , 1 ) pc . give_item2 ( "14009" , 1 ) pc . give_item2 ( "15009" , 1 ) pc . give_item2 ( "70029" , 1 ) pc . give_item2 ( "72701" , 1 ) pc . give_item2 ( "40004" , 1 ) pc . give_item2 ( "72726" , 1 ) pc . give_item2 ( "72730" , 1 ) notice_all ( name .. " Savaşçı karakteriyle aramıza katılmıştır. " .. hostname ) elseif pc . get_job ( ) == 1 then pc . give_item2 ( "1009" , 1 ) pc . give_item2 ( "2009" , 1 ) pc . give_item2 ( "13009" , 1 ) pc . give_item2 ( "14009" , 1 ) pc . give_item2 ( "11409" , 1 ) pc . give_item2 ( "16009" , 1 ) pc . give_item2 ( "17009" , 1 ) pc . give_item2 ( "15009" , 1 ) pc . give_item2 ( "12349" , 1 ) pc . give_item2 ( "70029" , 1 ) pc . give_item2 ( "72701" , 1 ) pc . give_item2 ( "40004" , 1 ) pc . give_item2 ( "72726" , 1 ) pc . give_item2 ( "72730" , 1 ) notice_all ( name .. " Ninja karakteriyle aramıza katılmıştır. " .. hostname ) elseif pc . get_job ( ) == 2 then pc . give_item2 ( "19" , 1 ) pc . give_item2 ( "11609" , 1 ) pc . give_item2 ( "13009" , 1 ) pc . give_item2 ( "14009" , 1 ) pc . give_item2 ( "16009" , 1 ) pc . give_item2 ( "17009" , 1 ) pc . give_item2 ( "15009" , 1 ) pc . give_item2 ( "12489" , 1 ) pc . give_item2 ( "70029" , 1 ) pc . give_item2 ( "72701" , 1 ) pc . give_item2 ( "40004" , 1 ) pc . give_item2 ( "72726" , 1 ) pc . give_item2 ( "72730" , 1 ) notice_all ( name .. " Sura karakteriyle aramıza katılmıştır. " .. hostname ) elseif pc . get_job ( ) == 3 then pc . give_item2 ( "5009" , 1 ) pc . give_item2 ( "7009" , 1 ) pc . give_item2 ( "11809" , 1 ) pc . give_item2 ( "14009" , 1 ) pc . give_item2 ( "16009" , 1 ) pc . give_item2 ( "17009" , 1 ) pc . give_item2 ( "15009" , 1 ) pc . give_item2 ( "13009" , 1 ) pc . give_item2 ( "12629" , 1 ) pc . give_item2 ( "70029" , 1 ) pc . give_item2 ( "72701" , 1 ) pc . give_item2 ( "40004" , 1 ) pc . give_item2 ( "72726" , 1 ) pc . give_item2 ( "72730" , 1 ) notice_all ( name .. " Şaman karakteriyle aramıza katılmıştır. " .. hostname ) end while pc . get_level ( ) < lvl begin pc . give_exp2 ( pc . get_next_exp ( ) ) end horse . set_level ( hlvl ) pc . give_item2 ( "71050" , 200 ) pc . give_item2 ( horseitem ) pc . changegold ( gold ) pc . setqf ( "basic_weapon" , 1 ) else chat ( "Seni tekrardan aramızda görmek çok güzel " .. name ) end