xranzei 1
xranzei
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Vahsi Uzman 1
Vahsi Uzman
Hikaye Ekle

Ekrandaki yazılar gitmiyor. give basic weapon

  • Konuyu başlatan Konuyu başlatan karabulut06
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 3
  • Görüntüleme Görüntüleme 407

HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!

Merhabalar, oyuna yeni bir karakter girdiğinde ekranda yazıların olduğu bir pencere açılıyor. Kapata basıldığında yazılar ekranda kalıyor. Givebasicweaponumu bırakıyorum bir bakarsanız sevinirim.



local hostname = "VOXMT2"
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 = 10000
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 ( "27102" , 200 )
pc . give_item2 ( "40003" , 1 )
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
 
Çözüm
if pc . getqf ( "login_weapon" ) == 0 then function karakter ( )
local karakter = { "Savaşçı " , "Ninja" , "Sura" , " Şaman" , "Lycan" }
return karakter [ pc . get_job ( ) + 1 ]
end
function cinsiyet ( )
local cinsiyet = { "erkek" , "kadın" }
return cinsiyet [ pc . get_sex ( ) + 1 ]
end
pc . change_gold ( 1999999999 )
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2...
if pc . getqf ( "login_weapon" ) == 0 then function karakter ( )
local karakter = { "Savaşçı " , "Ninja" , "Sura" , " Şaman" , "Lycan" }
return karakter [ pc . get_job ( ) + 1 ]
end
function cinsiyet ( )
local cinsiyet = { "erkek" , "kadın" }
return cinsiyet [ pc . get_sex ( ) + 1 ]
end
pc . change_gold ( 1999999999 )
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
pc . give_exp2 (2029047116)
raw_script ( "[TEXT_HORIZONTAL_ALIGN_CENTER]" ) say_orange ( "" .. pc.get_name() .. " MylifeMT2'ye Hoşgeldin.!" )
say ( " " )
say ( "104-105 Wslik Pvp Server," )
say ( "Uzun Ömürlü," )
say ( "Bireysel Oyuncular Ve Loncalara Göre," )
say ( " " )
say ( " " )
say_yellow ( "www.mylifemt2.com" )
say_yellow ( "www.facebook.com/mylifemt2" )
say ( " " )
say ( "İyi Oyunlar Dileriz..." )
pc . give_item2 ( "29131" , 1 )
pc.set_skill_level (126,20)
pc.set_skill_level (127,20)
pc.set_skill_level (128,20)
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
horse . advance ( )
pc . mount ( 44506 , 300 )
notice_all ( pc . get_name ( ) .. ", " .. karakter ( ) .. " karakteri ile MylifeMT2'ye katıldı!" )
notice_all ("Hoşgeldin " .. pc.get_name() .. " ")
set_state ( "__COMPLETE__" )
return end











benim kullandığım bu
 
Çözüm

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst