728x90 AdSpace

  • Latest News

    17 Mart 2015 Salı

    TAG Sistemi - KRAL - VIP - AVCI

    Merhaba , TAG Sistemi Nasıl Yapılır Basit Bir Şekilde Göstereceğim Herkeze

    - Görsel Görünüm - içinde prens , kralice , prenses , vip , avcı , kral , kral lonca , gibi sistemler var

    TAG Sistemi - KRAL - VIP - AVCI

    TAG Sistemi - KRAL - VIP - AVCI

    TAG Sistemi - KRAL - VIP - AVCI

    TAG Sistemi - KRAL - VIP - AVCI

    TAG Sistemi - KRAL - VIP - AVCI

    TAG Sistemi - KRAL - VIP - AVCI

    TAG Sistemi - KRAL - VIP - AVCI

    1- İlk Olarak Root dosyalarından "constinfo.py" dosyasını not defteri ile açın.


    "CONSOLE_ENABLE = 0" altına "GM_MARK = 0" Ekleyin.

    Daha sonra bunu kapatıp kayıt edin.

    2- "game.py" dosyasını not defteri ile açın.

    def OnUpdate(self):    
            app.UpdateGame()


    Kodunu aratın Altına geçerek

    gamemasta = guild.GetGuildName()
    gamemasta2 = player.GetName()


    Kodunu Ekleyin.

    Daha sonra ,

    self.interface.BUILD_OnUpdate()


    Kodunu aratın ve altına

    if gamemasta.find("[KRAL]")!=-1 and constInfo.GM_MARK == 0:
                constInfo.GM_MARK = 1
                net.SendChatPacket("(kral_lonca_live)")
            if gamemasta2.find("[KRAL]")!=-1 and constInfo.GM_MARK == 0:
                constInfo.GM_MARK = 1
                net.SendChatPacket("(kral_live)")
            if gamemasta2.find("[VIP]")!=-1 and constInfo.GM_MARK == 0:
                constInfo.GM_MARK = 1
                net.SendChatPacket("(vip_live)")
            if gamemasta2.find("[AVCI]")!=-1 and constInfo.GM_MARK == 0:
                constInfo.GM_MARK = 1
                net.SendChatPacket("(avci_live)")
            if gamemasta2.find("[PRENSES]")!=-1 and constInfo.GM_MARK == 0:
                constInfo.GM_MARK = 1
                net.SendChatPacket("(prenses_live)")
            if gamemasta2.find("[KRALICE]")!=-1 and constInfo.GM_MARK == 0:
                constInfo.GM_MARK = 1
                net.SendChatPacket("(kralice_live)")
            if gamemasta2.find("[GA]Athena")!=-1 and constInfo.GM_MARK == 0:
                constInfo.GM_MARK = 1
                net.SendChatPacket("(juliet_pma)")
            if gamemasta2.find("[PRENS]")!=-1 and constInfo.GM_MARK == 0:
                constInfo.GM_MARK = 1
                net.SendChatPacket("(prens_live)")
            if gamemasta2.find("[GA]Leonardo")!=-1 and constInfo.GM_MARK == 0:
                constInfo.GM_MARK = 1
                net.SendChatPacket("(leonardo_gameadmin)")


    Ekleyin ve game.py dosyasını kaydedip kapatın.

    3- uisystem.py dosyasını açın

    "def __ClickChangeCharacterButton(self):" Aratın ve

    def __ClickChangeCharacterButton(self):
            constInfo.GM_MARK = 0
            self.Close()


    Olarak değiştirin.

    4- PlayerSettingModule.py dosyasını açın.

    (fish)


    Kodunu Aratın.

    Bir boşluk atıp

    # Pelin Melek Aslan_TSS
        
        chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+12, "", EmoticonStr+"kral_lonca.mse")
        net.RegisterEmoticonString("(kral_lonca_live)")
        
        chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+13, "", EmoticonStr+"kral.mse")
        net.RegisterEmoticonString("(kral_live)")
        
        chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+14, "", EmoticonStr+"vip.mse")
        net.RegisterEmoticonString("(vip_live)")
        
        chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+15, "", EmoticonStr+"avc.mse")
        net.RegisterEmoticonString("(avci_live)")
        
        chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+16, "", EmoticonStr+"prenses.mse")
        net.RegisterEmoticonString("(prenses_live)")
        
        chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+17, "", EmoticonStr+"kralice.mse")
        net.RegisterEmoticonString("(kralice_live)")
        
        chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+18, "", EmoticonStr+"juliet.mse")
        net.RegisterEmoticonString("(juliet_pma)")
        
        chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+19, "", EmoticonStr+"prens.mse")
        net.RegisterEmoticonString("(prens_live)")
        
        chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+20, "", EmoticonStr+"leonardo_pma.mse")
        net.RegisterEmoticonString("(leonardo_gameadmin)")
        
         # Pelin Melek Aslan_TSB


    Komutunu ekleyin.

    İndirme Linkleri ;

    İndirmek İçin Tıklayınız

    ve INDEX açıp

    *
    Effect1
    *


    Olarak Ekleyin Bukadar.
    kaynak:mt2dosyalar
    • Blogger Comments
    • Facebook Comments

    0 yorum:

    Yorum Gönder

    Item Reviewed: TAG Sistemi - KRAL - VIP - AVCI Rating: 5 Reviewed By: Unknown
    Scroll to Top