[Request]Guild Siege Bug

12/05/2019 14:43 matonskie23#1
anyone got a fix for Guild Siege when you random die you cannot damage anymore and you need to resu you to resume the battle ?
12/07/2019 05:52 yazuka21#2
KNOCKBACK
12/08/2019 11:59 matonskie23#3
Quote:
Originally Posted by yazuka21 View Post
KNOCKBACK
knockbock ? can i know more information ? thanks again :)

i tried this but its not work in me
Code:
https://www.elitepvpers.com/forum/flyff-pserver-guides-releases/4341521-fix-freeze-character-when-he-dies-jumping.html?fbclid=IwAR3CP-WSbVMzNswpEOPq2QfRxnRqVg5YCwdZdX6I34A6wFKHNaI3gqOibMo
12/10/2019 21:16 Knusper02#4
Try this:
In WndWorldControlPlayer.cpp
Search for:
Code:
if( bSpace )
Replace it with:
Code:
if( bSpace && pMover->m_pActMover->m_bGround )
Search for:
Code:
if( m_bLButtonDown == TRUE && m_bRButtonDown == TRUE )
Replace it with:
Code:
if( m_bLButtonDown == TRUE && m_bRButtonDown == TRUE && pMover->m_pActMover->m_bGround )