queste backspace.quest vb gibi bi dosya acin içine aşagida yazanlari kopyalayin.
Ondan Sonra
Yeni Filesler İçin
cd /usr/game/share/locale/turkey/quest
ee hongkong_list girip
backspace.quest kaydedip
./qc backspace.quest yapip reload q acip kullanabilirsiniz
PHP- Kodu:
quest anti begin
state start begin
when 72501.use begin
if pc.getqf("antiexp") == 0 then
pc.setqf("antiexp", 1)
chat("Tecrübe Gelmesi Engellendi Bu Yüzük BackSpaceTR Tarafından Yapılmıştır!")
local ep = pc.get_exp()
pc.give_exp2(-ep)
timer("erfahrung", 3)
elseif pc.getqf("antiexp") == 1 then
pc.setqf("antiexp", 0)
chat("Tecrübe Puanı Alma Açılmıştır BackSpaceTR!")
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