C 1
chengdu
xranzei 1
xranzei
zendor2 1
zendor2
Bvural41 1
Bvural41
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Almira2 1
Almira2
romegames 1
romegames
D 1
delimuratt
melankolıa18 1
melankolıa18
shrpnl 1
shrpnl
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com

Altın Konu [LUA] Perfect Yüzüğü [Tek Skill]

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Merhaba

Perfect Yüzüğünün hep toplu P yapanları mevcuttu bende teker teker istediğin skilli perfect yapmayı sizler için paylaşıyorum.

Özellikleri:
- Her karakteri ve o karakterin skill grubunu kendi bilir ve ona göre skill seçeneklerini ekrana getirir.
- 50 ve üzeri seviyedeki oyuncular kullanabilir.
- Lycan Ekli
- Zaten Perfect olan becerinize işlemez ve yüzüğü silmez.
- M1 Seviyesinden aşağıda olan becerilere işlem yapmaz ve yüzüğü silmez.
Ekstra özellik eklemek isteyenler yorum yazabilir.

Lycanlı ve 6.skilli indirmek isteyenler için:

Kod:
------------------------------------------------
------------------------------------------------
--
--  CorpeX  --
--  Turkmmo.com --
--
-- 40003 Yüzük Kodudur değiştireceksiniz tüm 40003 leri değişmeyi unutmayın.
-- 16 ve 17.satırdaki 50. seviye ve üstü zorunluluğunu düzeltebilirsiniz.
-- Becerisi en az M1 seviyesine erişmeden işlem yapılamaz bunu değiştirmek için  "< 20 then" tırnak içindeki kelimeyi arattığınızda 54 adet sorgu ile karşılaşırsınız hepsinde 20 sayısını 1 yapmanız yeterli.
-- Toplu değişimlerde daha rahat olduğu için Notepad++ kullanmanızı tavsiye ederim.
------------------------------------------------
------------------------------------------------
quest ummeh122_perfect_skill begin
    state start begin
        when 40003.use begin
            if pc.get_level() < 50 then
                    syschat(string.format("|cffFF4500 Seviyeniz Yeterli Değil. |cffffcc00 Gereken Seviye: |cff00ff00 %s",50))
                    return
            end
            if pc.count_item(40003) < 1 then
                    syschat("|cffFF4500 Yüzük Olmadan Geliştiremezsin!")
                    return
            end
            say_title("Perfect Yüzüğü - 1.Sayfa ")
            say("Merhaba |cffffcc00 " .. pc.get_name() .. ".")
            say("Yüzük, kullanıldıktan sonra kaybolacak.")
            say_reward("Hata yapmamaya dikkat et çünkü geri dönüşü olmayacak.")
            say("")
            say_reward("*Seçtiğin beceri (P) olmamalı.")
            say_reward("*Seçtiğin beceri en az (M1) seviyesinde olmalı.")
            say("")
            wait()
            say_title("Perfect Yüzüğü - 2.Sayfa")
            say("Merhaba |cffffcc00 " .. pc.get_name() .. ".")
            say_reward("Seçtiğin beceri 'Perfect' olacak!")
            if pc.get_job() == 0 and pc.get_skill_group() == 1 then
            local sav1 = select("Öfke ","Hava Kılıcı ","Hamle","Üç Yönlü ","Kılıç Çevirme","Yaşama İsteği","Kapat ")
            if sav1 == 1 then
                if pc.get_skill_level(3) > 39 or pc.get_skill_level(3) < 20 then
                    syschat("|cffFF4500 Öfke |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(3,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav1 == 2 then
                    if pc.get_skill_level(4) > 39 or pc.get_skill_level(4) < 20 then
                    syschat("|cffFF4500 Hava Kılıcı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(4,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav1 == 3 then
                if pc.get_skill_level(5) > 39 or pc.get_skill_level(5) < 20 then
                    syschat("|cffFF4500 Hamle |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(5,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav1 == 4 then
                if pc.get_skill_level(1) > 39 or pc.get_skill_level(1) < 20 then
                    syschat("|cffFF4500 Üç Yönlü |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(1,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav1 == 5 then
                if pc.get_skill_level(2) > 39 or pc.get_skill_level(2) < 20 then
                    syschat("|cffFF4500 Kılıç Çevirme |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(2,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav1 == 6 then
                if pc.get_skill_level(6) > 39 or pc.get_skill_level(6) < 20 then
                    syschat("|cffFF4500 Yaşama İsteği |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(6,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav1 == 7 then
            end
            elseif pc.get_job() == 0 and pc.get_skill_group() == 2 then
            local sav2 = select("Güçlü Beden ","Ruh Vuruşu ","Güçlü Vuruş ","Şiddetli Vuruş ","Kılıç Darbesi","Kılıç Çemberi","Kapat ")
            if sav2 == 1 then
                if pc.get_skill_level(19) > 39 or pc.get_skill_level(19) < 20 then
                    syschat("|cffFF4500 Güçlü Beden |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(19,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav2 == 2 then
                if pc.get_skill_level(16) > 39 or pc.get_skill_level(16) < 20 then
                    syschat("|cffFF4500 Ruh Vuruşu |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(16,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav2 == 3 then
                if pc.get_skill_level(17) > 39 or pc.get_skill_level(17) < 20 then
                    syschat("|cffFF4500 Güçlü Vuruş |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(17,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav2 == 4 then
                if pc.get_skill_level(18) > 39 or pc.get_skill_level(18) < 20 then
                    syschat("|cffFF4500 Şiddetli Vuruş |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(18,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav2 == 5 then
                if pc.get_skill_level(20) > 39 or pc.get_skill_level(20) < 20 then
                    syschat("|cffFF4500 Kılıç Darbesi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(20,59)
                    pc.remove_item(40003,1)
            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav2 == 6 then
                if pc.get_skill_level(21) > 39 or pc.get_skill_level(21) < 20 then
                    syschat("|cffFF4500 Kılıç Çemberi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(21,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sav2 == 7 then
            end
            end ---------------------------------------------------------------------------------
            if pc.get_job() == 1 and pc.get_skill_group() == 1 then
            local ninj1 = select("Suikast ","Hızlı Saldırı ","Bıçak Çevirme","Zehirli Bulut ","Kamuflaj ","Sinsi Zehir","Kapat ")
            if ninj1 == 1 then
                if pc.get_skill_level(31) > 39 or pc.get_skill_level(31) < 20 then
                    syschat("|cffFF4500 Suikast |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(31,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj1 == 2 then
                if pc.get_skill_level(32) > 39 or pc.get_skill_level(32) < 20 then
                    syschat("|cffFF4500 Hızlı Saldırı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(32,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj1 == 3 then
                if pc.get_skill_level(33) > 39 or pc.get_skill_level(33) < 20 then
                    syschat("|cffFF4500 Bıçak Çevirme |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(33,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj1 == 4 then
                if pc.get_skill_level(35) > 39 or pc.get_skill_level(35) < 20 then
                    syschat("|cffFF4500 Zehirli Bulut |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(35,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj1 == 5 then
                if pc.get_skill_level(34) > 39 or pc.get_skill_level(34) < 20 then
                    syschat("|cffFF4500 Kamuflaj |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(34,59)
                    pc.remove_item(40003,1)
            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj1 == 6 then
                if pc.get_skill_level(36) > 39 or pc.get_skill_level(36) < 20 then
                    syschat("|cffFF4500 Sinsi Zehir |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(36,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj1 == 7 then
            end
            elseif pc.get_job() == 1 and pc.get_skill_group() == 2 then
            local ninj2 = select("Zehirli Ok ","Hafif Adım ","Ateşli Ok ","Ok Yağmuru ","Tekrarlanan Atış ","Kıvılcım Vuruşu","Kapat ")
            if ninj2 == 1 then
                if pc.get_skill_level(50) > 39 or pc.get_skill_level(50) < 20 then
                    syschat("|cffFF4500 Zehirli Ok |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(50,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj2 == 2 then
                if pc.get_skill_level(49) > 39 or pc.get_skill_level(49) < 20 then
                    syschat("|cffFF4500 Hafif Adım |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(49,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj2 == 3 then
                if pc.get_skill_level(48) > 39 or pc.get_skill_level(48) < 20 then
                    syschat("|cffFF4500 Ateşli Ok |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(48,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj2 == 4 then
                if pc.get_skill_level(47) > 39 or pc.get_skill_level(47) < 20 then
                    syschat("|cffFF4500 Ok Yağmuru |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(47,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj2 == 5 then
                if pc.get_skill_level(46) > 39 or pc.get_skill_level(46) < 20 then
                    syschat("|cffFF4500 Tekrarlanan Atış |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(46,59)
                    pc.remove_item(40003,1)
            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj2 == 6 then
                if pc.get_skill_level(51) > 39 or pc.get_skill_level(51) < 20 then
                    syschat("|cffFF4500 Kıvılcım Vuruşu |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(51,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif ninj2 == 7 then
            end
            end ---------------------------------------------------------------------------------
            if pc.get_job() == 2 and pc.get_skill_group() == 2 then
            local sura1 = select("Karanlık Küre ","Hayalet Vuruş ","Karanlık Koruma ","Ateş Hayaleti ","Ates Vuruş ","Karanlık Vuruş ","Kapat ")
            if sura1 == 1 then
                if pc.get_skill_level(81) > 39 or pc.get_skill_level(81) < 20 then
                    syschat("|cffFF4500 Karanlık Küre |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(81,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura1 == 2 then
                if pc.get_skill_level(80) > 39 or pc.get_skill_level(80) < 20 then
                    syschat("|cffFF4500 Hayalet Vuruş |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(80,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura1 == 3 then
                if pc.get_skill_level(79) > 39 or pc.get_skill_level(79) < 20 then
                    syschat("|cffFF4500 Karanlık Koruma |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(79,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura1 == 4 then
                if pc.get_skill_level(78) > 39 or pc.get_skill_level(78) < 20 then
                    syschat("|cffFF4500 Ateş Hayaleti |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(78,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura1 == 5 then
                if pc.get_skill_level(77) > 39 or pc.get_skill_level(77) < 20 then
                    syschat("|cffFF4500 Ateş Vuruş |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(77,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura1 == 6 then
                if pc.get_skill_level(76) > 39 or pc.get_skill_level(76) < 20 then
                    syschat("|cffFF4500 Karanlık Vuruş |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(76,59)
                    pc.remove_item(40003,1)
            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura1 == 7 then
            end
            elseif pc.get_job() == 2 and pc.get_skill_group() == 1 then
            local sura2 = select("Büyü Çözme ","Büyülü Zırh ","Dehşet ","Büyülü Keskinlik ","Ejderha Dönüşümü ","Parmak Darbesi ","Kapat ")
            if sura2 == 1 then
                if pc.get_skill_level(66) > 39 or pc.get_skill_level(66) < 20 then
                    syschat("|cffFF4500 Büyü Çözme |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(66,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura2 == 2 then
                if pc.get_skill_level(65) > 39 or pc.get_skill_level(65) < 20 then
                    syschat("|cffFF4500 Büyülü Zırh |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(65,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura2 == 3 then
                if pc.get_skill_level(64) > 39 or pc.get_skill_level(64) < 20 then
                    syschat("|cffFF4500 Dehşet |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(64,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura2 == 4 then
                if pc.get_skill_level(63) > 39 or pc.get_skill_level(63) < 20 then
                    syschat("|cffFF4500 Büyülü Keskinlik |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(63,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura2 == 5 then
                if pc.get_skill_level(62) > 39 or pc.get_skill_level(62) < 20 then
                    syschat("|cffFF4500 Ejderha Dönüşümü |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(62,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura2 == 6 then
                if pc.get_skill_level(61) > 39 or pc.get_skill_level(61) < 20 then
                    syschat("|cffFF4500 Parmak Darbesi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(61,59)
                    pc.remove_item(40003,1)
            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif sura2 == 7 then
            end
            end ---------------------------------------------------------------------------------
            if pc.get_job() == 3 and pc.get_skill_group() == 1 then
            local saman1 = select("Ejderha Yardımı  ","Yansitma ","Ejderha Kükremesi ","Kutsama ","Ejderha Atışı ","Uçan Tılsım ","Kapat ")
            if saman1 == 1 then
                if pc.get_skill_level(96) > 39 or pc.get_skill_level(96) < 20 then
                    syschat("|cffFF4500 Ejderha Yardımı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(96,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman1 == 2 then
                if pc.get_skill_level(95) > 39 or pc.get_skill_level(95) < 20 then
                    syschat("|cffFF4500 Yansıtma |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(95,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman1 == 3 then
                if pc.get_skill_level(94) > 39 or pc.get_skill_level(94) < 20 then
                    syschat("|cffFF4500 Ejderha Kükremesi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(94,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman1 == 4 then
                if pc.get_skill_level(93) > 39 or pc.get_skill_level(93) < 20 then
                    syschat("|cffFF4500 Kutsama |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(93,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman1 == 5 then
                if pc.get_skill_level(92) > 39 or pc.get_skill_level(92) < 20 then
                    syschat("|cffFF4500 Ejderha Atışı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(92,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman1 == 6 then
                if pc.get_skill_level(91) > 39 or pc.get_skill_level(91) < 20 then
                    syschat("|cffFF4500 Uçan Tılsım |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(91,59)
                    pc.remove_item(40003,1)
            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman1 == 7 then
            end
            elseif pc.get_job() == 3 and pc.get_skill_group() == 2 then
            local saman2 = select("Yüksek Saldırı ","Çabukluk ","İyileştirme ","Şimşek Pencesi ","Şimşek Çağırma ","Şimşek Atma ","Kapat ")
            if saman2 == 1 then
                if pc.get_skill_level(111) > 39 or pc.get_skill_level(111) < 20 then
                    syschat("|cffFF4500 Yüksek Saldırı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(111,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman2 == 2 then
                if pc.get_skill_level(110) > 39 or pc.get_skill_level(110) < 20 then
                    syschat("|cffFF4500 Çabukluk |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(110,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman2 == 3 then
                if pc.get_skill_level(109) > 39 or pc.get_skill_level(109) < 20 then
                    syschat("|cffFF4500 İyileştirme |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(109,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman2 == 4 then
                if pc.get_skill_level(108) > 39 or pc.get_skill_level(108) < 20 then
                    syschat("|cffFF4500 Şimşek Pençesi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(108,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman2 == 5 then
                if pc.get_skill_level(107) > 39 or pc.get_skill_level(107) < 20 then
                    syschat("|cffFF4500 Şimşek Çağırma |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(107,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman2 == 6 then
                if pc.get_skill_level(106) > 39 or pc.get_skill_level(106) < 20 then
                    syschat("|cffFF4500 Şimşek Atma |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(106,59)
                    pc.remove_item(40003,1)
            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif saman2 == 7 then
            end
            end ---------------------------------------------------------------------------------
            if pc.get_job() == 4 and pc.get_skill_group() == 1 then
            local lycan1 = select("Kırmızı Kurt Ruhu  ","Çivit Kurt Ruhu ","Yırtma ","Kurt Nefesi ","Kurt Pençesi ","Kurt Atlayışı ","Kapat ")
            if lycan1 == 1 then
                if pc.get_skill_level(170) > 39 or pc.get_skill_level(170) < 20 then
                    syschat("|cffFF4500 Kırmızı Kurt Ruhu |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(170,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif lycan1 == 2 then
                if pc.get_skill_level(171) > 39 or pc.get_skill_level(171) < 20 then
                    syschat("|cffFF4500 Çivit Kurt Ruhu |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(171,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif lycan1 == 3 then
                if pc.get_skill_level(172) > 39 or pc.get_skill_level(172) < 20 then
                    syschat("|cffFF4500 Yırtma |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(172,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif lycan1 == 4 then
                if pc.get_skill_level(173) > 39 or pc.get_skill_level(173) < 20 then
                    syschat("|cffFF4500 Kurt Nefesi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(173,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif lycan1 == 5 then
                if pc.get_skill_level(174) > 39 or pc.get_skill_level(174) < 20 then
                    syschat("|cffFF4500 Kurt Pençesi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(174,59)
                    pc.remove_item(40003,1)
                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif lycan1 == 6 then
                if pc.get_skill_level(175) > 39 or pc.get_skill_level(175) < 20 then
                    syschat("|cffFF4500 Kurt Atlayışı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")
                    return
                end
                    pc.set_skill_level(175,59)
                    pc.remove_item(40003,1)
            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")
            elseif lycan1 == 7 then
            end
            end ---------------------------------------------------------------------------------
        end
    end
end

Lycansız:
[CHARGE=10]
Lycansız İndirmek isteyenler için:
Kod:
------------------------------------------------[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]------------------------------------------------[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]--[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]--  ummeh122  --[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]--  Turkmmo.com | Lycansız --[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]--[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]-- 40003 Yüzük Kodudur değiştireceksiniz tüm 40003 leri değişmeyi unutmayın.[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]-- 16 ve 17.satırdaki 50. seviye ve üstü zorunluluğunu düzeltebilirsiniz.[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]-- Becerisi en az M1 seviyesine erişmeden işlem yapılamaz bunu değiştirmek için  "< 20 then" tırnak içindeki kelimeyi arattığınızda 51 adet sorgu ile karşılaşırsınız hepsinde 20 sayısını 1 yapmanız yeterli.[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]-- Toplu değişimlerde daha rahat olduğu için Notepad++ kullanmanızı tavsiye ederim.[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]------------------------------------------------[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]------------------------------------------------[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]quest ummeh122_perfect_skill begin[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]    state start begin[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]        when 40003.use begin[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if pc.get_level() < 50 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat(string.format("|cffFF4500 Seviyeniz Yeterli Değil. |cffffcc00 Gereken Seviye: |cff00ff00 %s",50))[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if pc.count_item(40003) < 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Yüzük Olmadan Geliştiremezsin!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say_title("Perfect Yüzüğü - 1.Sayfa ")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say("Merhaba |cffffcc00 " .. pc.get_name() .. ".")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say("Yüzük, kullanıldıktan sonra kaybolacak.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say_reward("Hata yapmamaya dikkat et çünkü geri dönüşü olmayacak.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say("")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say_reward("*Seçtiğin beceri (P) olmamalı.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say_reward("*Seçtiğin beceri en az (M1) seviyesinde olmalı.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say("")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            wait()[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say_title("Perfect Yüzüğü - 2.Sayfa")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say("Merhaba |cffffcc00 " .. pc.get_name() .. ".")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            say_reward("Seçtiğin beceri 'Perfect' olacak!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if pc.get_job() == 0 and pc.get_skill_group() == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            local sav1 = select("Öfke ","Hava Kılıcı ","Hamle","Üç Yönlü ","Kılıç Çevirme","Kapat ")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if sav1 == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(3) > 39 or pc.get_skill_level(3) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Öfke |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(3,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sav1 == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    if pc.get_skill_level(4) > 39 or pc.get_skill_level(4) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Hava Kılıcı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(4,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sav1 == 3 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(5) > 39 or pc.get_skill_level(5) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Hamle |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(5,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sav1 == 4 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(1) > 39 or pc.get_skill_level(1) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Üç Yönlü |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(1,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sav1 == 5 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(2) > 39 or pc.get_skill_level(2) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Kılıç Çevirme |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(2,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sav1 == 6 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif pc.get_job() == 0 and pc.get_skill_group() == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            local sav2 = select("Güçlü Beden ","Ruh Vuruşu ","Güçlü Vuruş ","Şiddetli Vuruş ","Kılıç Darbesi","Kapat ")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if sav2 == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(19) > 39 or pc.get_skill_level(19) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Güçlü Beden |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(19,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sav2 == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(16) > 39 or pc.get_skill_level(16) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Ruh Vuruşu |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(16,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sav2 == 3 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(17) > 39 or pc.get_skill_level(17) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Güçlü Vuruş |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(17,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sav2 == 4 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(18) > 39 or pc.get_skill_level(18) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Şiddetli Vuruş |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(18,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sav2 == 5 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(20) > 39 or pc.get_skill_level(20) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Kılıç Darbesi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(20,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sav2 == 6 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end ---------------------------------------------------------------------------------[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if pc.get_job() == 1 and pc.get_skill_group() == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            local ninj1 = select("Suikast ","Hızlı Saldırı ","Bıçak Çevirme","Zehirli Bulut ","Kamuflaj ","Kapat ")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if ninj1 == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(31) > 39 or pc.get_skill_level(31) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Suikast |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(31,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif ninj1 == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(32) > 39 or pc.get_skill_level(32) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Hızlı Saldırı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(32,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif ninj1 == 3 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(33) > 39 or pc.get_skill_level(33) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Bıçak Çevirme |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(33,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif ninj1 == 4 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(35) > 39 or pc.get_skill_level(35) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Zehirli Bulut |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(35,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif ninj1 == 5 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(34) > 39 or pc.get_skill_level(34) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Kamuflaj |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(34,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif ninj1 == 6 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif pc.get_job() == 1 and pc.get_skill_group() == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            local ninj2 = select("Zehirli Ok ","Hafif Adım ","Ateşli Ok ","Ok Yağmuru ","Tekrarlanan Atış ","Kapat ")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if ninj2 == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(50) > 39 or pc.get_skill_level(50) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Zehirli Ok |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(50,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif ninj2 == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(49) > 39 or pc.get_skill_level(49) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Hafif Adım |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(49,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif ninj2 == 3 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(48) > 39 or pc.get_skill_level(48) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Ateşli Ok |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(48,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif ninj2 == 4 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(47) > 39 or pc.get_skill_level(47) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Ok Yağmuru |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(47,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif ninj2 == 5 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(46) > 39 or pc.get_skill_level(46) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Tekrarlanan Atış |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(46,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif ninj2 == 6 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end ---------------------------------------------------------------------------------[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if pc.get_job() == 2 and pc.get_skill_group() == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            local sura1 = select("Karanlık Küre ","Hayalet Vuruş ","Karanlık Koruma ","Ateş Hayaleti ","Ates Vuruş ","Karanlık Vuruş ","Kapat ")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if sura1 == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(81) > 39 or pc.get_skill_level(81) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Karanlık Küre |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(81,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura1 == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(80) > 39 or pc.get_skill_level(80) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Hayalet Vuruş |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(80,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura1 == 3 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(79) > 39 or pc.get_skill_level(79) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Karanlık Koruma |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(79,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura1 == 4 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(78) > 39 or pc.get_skill_level(78) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Ateş Hayaleti |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(78,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura1 == 5 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(77) > 39 or pc.get_skill_level(77) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Ateş Vuruş |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(77,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura1 == 6 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(76) > 39 or pc.get_skill_level(76) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Karanlık Vuruş |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(76,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura1 == 7 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif pc.get_job() == 2 and pc.get_skill_group() == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            local sura2 = select("Büyü Çözme ","Büyülü Zırh ","Dehşet ","Büyülü Keskinlik ","Ejderha Dönüşümü ","Parmak Darbesi ","Kapat ")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if sura2 == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(66) > 39 or pc.get_skill_level(66) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Büyü Çözme |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(66,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura2 == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(65) > 39 or pc.get_skill_level(65) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Büyülü Zırh |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(65,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura2 == 3 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(64) > 39 or pc.get_skill_level(64) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Dehşet |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(64,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura2 == 4 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(63) > 39 or pc.get_skill_level(63) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Büyülü Keskinlik |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(63,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura2 == 5 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(62) > 39 or pc.get_skill_level(62) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Ejderha Dönüşümü |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(62,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura2 == 6 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(61) > 39 or pc.get_skill_level(61) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Parmak Darbesi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(61,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif sura2 == 7 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end ---------------------------------------------------------------------------------[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if pc.get_job() == 3 and pc.get_skill_group() == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            local saman1 = select("Ejderha Yardımı  ","Yansitma ","Ejderha Kükremesi ","Kutsama ","Ejderha Atışı ","Uçan Tılsım ","Kapat ")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if saman1 == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(96) > 39 or pc.get_skill_level(96) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Ejderha Yardımı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(96,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman1 == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(95) > 39 or pc.get_skill_level(95) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Yansıtma |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(95,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman1 == 3 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(94) > 39 or pc.get_skill_level(94) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Ejderha Kükremesi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(94,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman1 == 4 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(93) > 39 or pc.get_skill_level(93) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Kutsama |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(93,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman1 == 5 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(92) > 39 or pc.get_skill_level(92) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Ejderha Atışı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(92,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman1 == 6 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(91) > 39 or pc.get_skill_level(91) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Uçan Tılsım |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(91,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman1 == 7 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif pc.get_job() == 3 and pc.get_skill_group() == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            local saman2 = select("Yüksek Saldırı ","Çabukluk ","İyileştirme ","Şimşek Pencesi ","Şimşek Çağırma ","Şimşek Atma ","Kapat ")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            if saman2 == 1 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(111) > 39 or pc.get_skill_level(111) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Yüksek Saldırı |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(111,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman2 == 2 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(110) > 39 or pc.get_skill_level(110) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Çabukluk |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(110,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman2 == 3 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(109) > 39 or pc.get_skill_level(109) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 İyileştirme |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(109,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman2 == 4 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(108) > 39 or pc.get_skill_level(108) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Şimşek Pençesi |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(108,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman2 == 5 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(107) > 39 or pc.get_skill_level(107) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Şimşek Çağırma |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(107,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman2 == 6 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                if pc.get_skill_level(106) > 39 or pc.get_skill_level(106) < 20 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    syschat("|cffFF4500 Şimşek Atma |cffffcc00 Beceriniz, ya Zaten Perfect ya da Master Seviyesinde Değil.")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.set_skill_level(106,59)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]                    pc.remove_item(40003,1)[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            syschat("|cff00ff00[Perfect Yüzüğü] |cffFF4500 Beceriniz yükseltildi! Keyifli Oyunlar!")[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            elseif saman2 == 7 then[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]            end ---------------------------------------------------------------------------------[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]        end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]    end[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000][SIZE=4][COLOR=#b30000]end
[/CHARGE]



VirusTotal için :

KURULUM:

Bu kodları kopyalayın ve notepad++ açıp kodlamasını ANSI yapıp yapıştırın ardından kaydedip ismini istediğiniz gibi yapın.
Sonrasında quest dizinine atıp ./qc çektikten sonra gm çarınızla /reload q yazıp deneme yapabilirsiniz.

[LİNKİ İNDİRENLER]
Linki indirenler p.lua isimli dosyayı direkt ftp de quest dizinine atıp puttyden ./qc çekerek aktif hale getirebilir.





KANIT:
1-horz.jpg


4.png


3.png


Adsiz.png
calısmıyor bende sebebi nedir acaba
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

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

Geri
Üst