SteamDatabase / MonsterMinigame

☠ Steam Summer Sale 2015 Monster Minigame fully reimplemented server clone
GNU General Public License v3.0
84 stars 20 forks source link

Auto-targeting doesn't switch when mob dies #55

Open Pyrii opened 9 years ago

Pyrii commented 9 years ago

I'm not sure if this is client or server, but when the current mob selected dies, the auto-dps doesn't switch to another target. This is without using any scripts (I deleted them after the official event)

xPaw commented 9 years ago

Yeah, it's the client. It does on the server.

Pyrii commented 9 years ago

I assume you're using pretty much most of the official game code for the client so my guess is the server is missing a reply to the client indicating which target it's changed to.

Contex commented 9 years ago

The client receives the current player target every tick, I'll check it out for next version.