summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-07 20:42:47 -0400
committermekolat <mekolat@users.noreply.github.com>2015-05-19 18:52:48 -0400
commit3474fe93eef3cde085b6a9ee8c7efd4a5e2cddea (patch)
tree9cb612e35201d2019bf140a470ca90087fa77c04 /src/map/clif.hpp
parent6fd7eab6ba5d836c47847aca618ee02a50967072 (diff)
downloadtmwa-3474fe93eef3cde085b6a9ee8c7efd4a5e2cddea.tar.gz
tmwa-3474fe93eef3cde085b6a9ee8c7efd4a5e2cddea.tar.bz2
tmwa-3474fe93eef3cde085b6a9ee8c7efd4a5e2cddea.tar.xz
tmwa-3474fe93eef3cde085b6a9ee8c7efd4a5e2cddea.zip
add a builtin to change npc direction and make them sit
Diffstat (limited to 'src/map/clif.hpp')
-rw-r--r--src/map/clif.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/clif.hpp b/src/map/clif.hpp
index 862aed9..3cc308c 100644
--- a/src/map/clif.hpp
+++ b/src/map/clif.hpp
@@ -98,7 +98,10 @@ int clif_useitemack(dumb_ptr<map_session_data>, IOff0, int, int); // self
void clif_emotion(dumb_ptr<block_list> bl, int type);
void clif_emotion_towards(dumb_ptr<block_list> bl, dumb_ptr<block_list> target, int type);
void clif_sitting(Session *, dumb_ptr<map_session_data> sd);
-void clif_sitnpc(dumb_ptr<map_session_data> sd, dumb_ptr<npc_data> nd, bool area);
+void clif_sitnpc(dumb_ptr<npc_data> nd, DamageType dmg);
+void clif_sitnpc_towards(dumb_ptr<map_session_data> sd, dumb_ptr<npc_data> nd, DamageType dmg);
+void clif_setnpcdirection(dumb_ptr<npc_data> nd, DIR direction);
+void clif_setnpcdirection_towards(dumb_ptr<map_session_data> sd, dumb_ptr<npc_data> nd, DIR direction);
// trade
void clif_traderequest(dumb_ptr<map_session_data> sd, CharName name);