From 05c1c0552fe6c94d8835a58f4608d0402614ce39 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Mar 2021 11:45:01 -0300 Subject: [TMW2] Hercules Ultimate Storage System --- src/common/mmo.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index a2e91626e..c8a59279c 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -585,7 +585,15 @@ struct status_change_data { int total_tick; ///< Total duration. }; +/* Hercules Ultimate Storage System [Smokexyz/Hercules] */ +struct storage_settings { + int uid; ///< Storage Identifier. + char name[NAME_LENGTH]; ///< Storage Name + int capacity; ///< Item Capacity. +}; + struct storage_data { + int uid; ///< Storage Identifier. bool save; ///< save flag. bool received; ///< received flag. int aggregate; ///< total item count. -- cgit v1.2.3-60-g2f50