Problem with 3.82 client

All Helbreath Client Source Discussion here.
Post Reply
YouKnow
noob
Posts: 17
Joined: Thu Nov 23, 2006 5:06 pm

Post by YouKnow »

Hello. I got problem with my client , i tried to search forum but didnt find anything.

I have 3.82 client by Celeroth , Diuudee and Snoop81

So my problem is that when i join to server and I rightclick something
my char start running on the place (my character doesnt move but it looks like its running) then comes "Server lag" message and after that "Connection lost"

Any help to my problem? :S
Crossfade
Loyal fan
Posts: 354
Joined: Sun Mar 20, 2005 5:55 pm

Post by Crossfade »

Search For:

Code: Select all


case DEF_OBJECTRUN:
case DEF_OBJECTMOVE:
case DEF_OBJECTDAMAGEMOVE: // v1.43
 
Before:

Code: Select all


// Snoopy: Illusion Movement
 
Add:

Code: Select all

cDir = cGetNextMoveDir(m_sPlayerX, m_sPlayerY, m_sCommX, m_sCommY, TRUE);
 
credits goto SlammeR

<a href='index.php?showtopic=6576&st=375' target='_blank'>here is the page if you want it, search next time</a>
Post Reply