From 004cec89e306744b3079e72fdb1866579d4b3a26 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Thu, 30 Jun 2005 21:18:25 +0000 Subject: Improved attack frames management (now you can see other players attacking better than before) NOTE: the protocol doesn't allow for better management. --- src/game.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/game.cpp b/src/game.cpp index 6927ee18..b53df444 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1203,11 +1203,15 @@ void do_parse() if (RFIFOL(2) != player_node->id) { // buggy being = findNode(RFIFOL(2)); if (being != NULL) { - if (being->job<10) { + if (being->isPlayer()) { being->action = ATTACK; + being->frame = 0; + being->walk_time = tick_time; } else { being->action = MONSTER_ATTACK; + being->frame = 0; + being->walk_time = tick_time; } being->frame = 0; } -- cgit v1.2.3-70-g09d2