Paylaşım Metin2 Anti EXP Yüzüğü Questi

Celil

Kullanıcı
Kullanıcı
Metin2 Anti EXP Yüzüğü Questi
Kod:
quest anti begin
    state start begin
        when 40003.use begin
        if pc.getqf("antiexp") == 0 then
            pc.setqf("antiexp", 1)
            chat(" Anti Exp Yüzüğü Aktif. Exp alımı engellendi.")


            local ep = pc.get_exp()
            pc.give_exp2(-ep)
            timer("erfahrung", 2)
        elseif pc.getqf("antiexp") == 1 then
            pc.setqf("antiexp", 0)
            chat(" Anti EXP Yüzüğü Devre Dışı. Exp kazanıyorsunuz.")
            end
        end   
                    
        when erfahrung.timer with pc.getqf("antiexp") == 1 begin
            local ep = pc.get_exp()
            pc.give_exp2(-ep)
            timer("erfahrung1", 3)
            pc.setqf("antiexp", 1)
        end   
            
        when erfahrung1.timer with pc.getqf("antiexp") == 1 begin
            local ep = pc.get_exp()
            pc.give_exp2(-ep)
            timer("erfahrung", 3)
            pc.setqf("antiexp", 1)           
        end
    end
end

İlk Önce Filezilladan;

/usr/game/share/locale/turkey/quest uzantısına girip indirdiğimiz questi buraya atıyoruz.

Sonra Putty Geliyoruz. Bağlanıyoruz.

cd /usr/game/share/locale/turkey/quest [ENTER]

./qc anti.quest [ENTER]

oyunda user azsa yetkili hesapla girip /reload q [ENTER] yazın kırmızı yazıyla reloading quest yazında olmustur

user 40 dan fazlaysa

Reboot [ENTER]

Tamamdır :D

Not : when 40003 yazan yeri serverinize göre editleyin.
 
Üst