[YENİ] Level Up QUESTİ

24 Kasım 2012 Cumartesi yazildi.

Merhaba Arkadaşlar Yeni Bir Quest İle Karşınızdayım
Eğer Level Oranlarını Değiştirmek İstiyorsanız.

PHP Kodu:
 if pc.get_level() == 75 then  
75 YAZAN YERE İSTEDİĞİNİZ SAYIYI YAZIN DİĞERLERİDE DEĞİŞTİRMEYİ UNUTMAYIN

PHP Kodu:
 quest levelup begin
    state start begin
        when levelup begin
            
if pc.get_level() == 75 then
                notice_all
("".. pc.get_name() .." İsimli Üyemiz 75 level olmuştur!")
                
notice_all("www.turkmmo.com")
            elseif 
pc.get_level() == 100 then
                notice_all
("".. pc.get_name() .." İsimli Üyemiz 100 level olmuştur!")
                
notice_all("GoldPumaa//Turkmmo")
            elseif 
pc.get_level() == 110 then
                notice_all
("".. pc.get_name() .." İsimli Üyemiz 110 level olmuştur!")
                
notice_all("GoldPumaa//Turkmmo")
            elseif 
pc.get_level() == 127 then
            notice_all
("".. pc.get_name() .." İsimli Üyemiz 127 level olmuştur.")
            
notice_all("Maximum Levele Ulaşmıştır")
            
notice_all("Kendisini Tebrik Ederiz")
            
end
            end
        end  

0 yorum: