Air Sword Flame Slash

  • Konuyu açan Konuyu açan M29
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 2
  • Gösterim Gösterim 53
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

M29

Üye
Üye
Mesaj
44
Çözümler
1
Beğeni
21
Puan
414
Ticaret Puanı
0
Hello guys
This effect is already present in all versions but is not activated. I don't know why it is not activated, but it is somewhat good. You can use it.

Linkleri görebilmek için giriş yap veya kayıt ol.


InstanceBaseEffect.cpp

Search

C++:
Genişlet Daralt Kopyala
void CInstanceBase::__ComboProcess()
{
  
    DWORD dwcurComboIndex = m_GraphicThingInstance.GetComboIndex();

    if (0 != dwcurComboIndex)
    {
        if (m_dwLastComboIndex != m_GraphicThingInstance.GetComboIndex())
        {
            if (!m_GraphicThingInstance.IsHandMode() & IsAffect(AFFECT_HWAYEOM))
            {
                __AttachEffect(EFFECT_FLAME_ATTACK);
            }
        }
    }

    m_dwLastComboIndex = dwcurComboIndex;
  
}

You will find it disabled, just activate it

Good luck
 
What is the name of the system that allows the mount to grow or shrink?
 
 
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.
Üst