Page 1 of 1

The New Snake Cave in Eastern desert

Posted: 14 Mar 2008, 12:41
by Landon
I don't know if it is me but it seems like the snakes have projectile fangs loaded with extra poison that can hit over 20 tiles away. A snake normally does 1-5 damage on me, when I go in there I can not even be near a snake and 15, 20, 30 hit points come off rapidly until I die.

Re: The New Snake Cave in Eastern desert

Posted: 14 Mar 2008, 14:01
by Black Don
I found that not to be a bug but lag between client and server. :)

Re: The New Snake Cave in Eastern desert

Posted: 14 Mar 2008, 23:48
by originaljustin
This happens a lot to me. If there is one snake it only does 1 damage to me but if there are about 4 or more snakes they start doing 10 damage or more to me each hit and sometimes 30.

Re: The New Snake Cave in Eastern desert

Posted: 29 Mar 2008, 05:57
by Ami
I've seen half of this bug -- the snakes attacking at a distance.

I think I know (part) of the cause too. If you provoke enough monsters, you can be 'out of range' of them, and they'll keep attacking. And hitting too. (As I showed with the bats and pinkies.)

I think it has something to do with the number targeting you, its not entirely 'lag'.

Re: The New Snake Cave in Eastern desert

Posted: 12 Apr 2008, 04:17
by Wendel
Ami wrote:I've seen half of this bug -- the snakes attacking at a distance.

I think I know (part) of the cause too. If you provoke enough monsters, you can be 'out of range' of them, and they'll keep attacking. And hitting too. (As I showed with the bats and pinkies.)

I think it has something to do with the number targeting you, its not entirely 'lag'.
I've noticed this same effect in the mine with the red slimes. If enough of them target you you can run around a corner and they still cause massive damage. Now that the fast attack bug has been fixed, this should be too. otherwise the balance of power is slanted too much to the monsters.

Re: The New Snake Cave in Eastern desert

Posted: 12 Apr 2008, 05:39
by Sanga
originaljustin wrote:This happens a lot to me. If there is one snake it only does 1 damage to me but if there are about 4 or more snakes they start doing 10 damage or more to me each hit and sometimes 30.
This is intentional. In the server configuration, there's an option that applies a penalty to your vitality (which is a critical part of your defense stat) when you are fighting more than 3 monsters at a time. It basically applies a -5 penalty to your vitality (and hence your defense) for each monster after the 3rd. So for the 4th monster, your vitality is reduced by 5, for the 5th it's reduced by 10, etc.

Re: The New Snake Cave in Eastern desert

Posted: 12 Apr 2008, 06:57
by Sanga
Black Don wrote:I found that not to be a bug but lag between client and server. :)
"lag" generally means a network issue - the information from client to server (or server to client) is being delayed. This is a *small* component of this issue, but not the primary problem.

There *is* a bug. What's happening is that the client is moving the character, but the server is not accepting the move request. Instead, as far as the server is concerned, you are still standing there being pounded on by the monsters.

Here's an experiment for you - get into this situation, move to a distant part of the map, and then log off. When you log back on, you'll find your character is in the spot where the battle was occurring, not in the place that you moved to.

So the server isn't accepting the "I want to run away" instruction from the client.

What I *suspect* is happening is that the server is preventing you from disengaging from combat (maybe as a result of a "dice roll"), but the client is not recognizing the "you failed to disengage" message. So I'd call this a "sync" issue (a programming bug), rather than a "lag" issue (a network problem).

(I've been digging through the eAthena server and client sources trying to pin this down, but no luck so far.)

Re: The New Snake Cave in Eastern desert

Posted: 12 Apr 2008, 12:48
by Black Don
Could I still call it the lag bug? :P