Search found 3 matches
- Mon Jun 04, 2007 9:26 am
- Forum: Helbreath Client Source
- Topic: Mass illusion moment bug in 3.82 clone client
- Replies: 4
- Views: 2999
cDir = cGetNextMoveDir(m_sPlayerX, m_sPlayerY, m_sCommX, m_sCommY); // Snoopy: Illusion mvt if (m_bIllusionMVT == TRUE) { cDir +=4; if (cDir >8) cDir -=8; } this is bugy... it works in this order : 1. find out if pointed direction is ok to move 2. change direction (180 degrees) and it should be :...
- Tue May 30, 2006 8:25 am
- Forum: Helbreath Hacks
- Topic: Hacked Hbpolska
- Replies: 43
- Views: 3251
- Tue Apr 18, 2006 5:07 pm
- Forum: Helbreath Server Source
- Topic: Arye's Src
- Replies: 97
- Views: 18861