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 218
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

M29

MT Üye
MT Üye
Mesaj
316
Çözümler
7
Beğeni
182
Puan
749
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.



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ı.
Geri
Üst