From 7b2fbfb1f4384cb0e86d4c7cca81a526444d54b8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 27 Dec 2013 19:21:37 +0300 Subject: add pet emote command. New chat command: /emotepet emote --- src/net/tmwa/pethandler.cpp | 9 +++++++++ src/net/tmwa/pethandler.h | 2 ++ 2 files changed, 11 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp index e71420f15..d260cea3a 100644 --- a/src/net/tmwa/pethandler.cpp +++ b/src/net/tmwa/pethandler.cpp @@ -20,8 +20,11 @@ #include "net/tmwa/pethandler.h" +#include "gui/widgets/tabs/chattab.h" + #include "net/net.h" +#include "net/tmwa/chathandler.h" #include "net/tmwa/protocol.h" #include "debug.h" @@ -59,4 +62,10 @@ void PetHandler::spawn(const Being *const being A_UNUSED, { } +void PetHandler::emote(const uint8_t emoteId) const +{ + Net::getChatHandler()->talk("\302\202\302e" + toString( + static_cast(emoteId)), GENERAL_CHANNEL); +} + } // namespace TmwAthena diff --git a/src/net/tmwa/pethandler.h b/src/net/tmwa/pethandler.h index 207e0add9..2d04d5c29 100644 --- a/src/net/tmwa/pethandler.h +++ b/src/net/tmwa/pethandler.h @@ -43,6 +43,8 @@ class PetHandler final : public MessageHandler, public Net::PetHandler void spawn(const Being *const being, const int x, const int y) const override final; + + void emote(const uint8_t emoteId) const override final; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50