Search found 3 matches

by Under666
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 :...
by Under666
Tue May 30, 2006 8:25 am
Forum: Helbreath Hacks
Topic: Hacked Hbpolska
Replies: 43
Views: 3251

mssql <> mysql
hehe drajwer ;) too much pascal :P
by Under666
Tue Apr 18, 2006 5:07 pm
Forum: Helbreath Server Source
Topic: Arye's Src
Replies: 97
Views: 18861

Hello does any one have problems whith "WORD CLoginServer::GetCharacterInfo(char *CharName, char *Data, MYSQL myConn)" method ? Couse I`ve found some problems when it return`s value above 5000. I`m trying to make out what is wrong with it :) maybe someone have any idea or even a working s...