İçindekiler


    state start begin
    when 50028.use begin --50028 itemin kodu
    say_title("Exp Yuzugu")
    say("EXP YUZUGUNU KULLANMAK UZERESIN!")
    say("KULLANDIKTAN SONRA YUZUK SILINECEK.")
    say("TEK SEFERDE 100LV OLACAKSIN")
    say("1 SEFERE MAHSUS SANA 100LV VERIYORUM.")
    say_reward("Metin2")
    say("Level istiyor musun?")
    local main_set = select("Evet","Hayir")
    if main_set == 2 then
    return
    end
    chat("Bu Seni 100 Yapicaktir!")
    local lvl = 100 --Kaç level vermek istiyorsanız
    pc.removeitem(50028, 1)
    while pc . get_level ( ) < lvl begin
    pc . give_exp2 ( pc . get_next_exp ( ) )
    end
    end
    end