Added Guild Storage Expansion Skill (#3244)

* Fixes #499 and part of #1303.
* Implements Guild Storage Expansion Skill which requires client 2013-12-23 or newer (enable by default depending on client date in src/config/packets.hpp).
* Implements guild storage permission which requires client 2014-02-05 or newer.
* Expanded script command guildopenstorage return values.
This commit is contained in:
Aleos
2018-07-03 08:49:34 -04:00
committed by GitHub
parent e4eddc3e61
commit e13ca63cc8
18 changed files with 187 additions and 83 deletions

View File

@@ -7228,6 +7228,14 @@
export_constant(MD_STATUS_IMMUNE);
export_constant(MD_SKILL_IMMUNE);
/* guild storage flags */
export_constant(GSTORAGE_OPEN);
export_constant(GSTORAGE_STORAGE_ALREADY_OPEN);
export_constant(GSTORAGE_ALREADY_OPEN);
export_constant(GSTORAGE_NO_GUILD);
export_constant(GSTORAGE_NO_STORAGE);
export_constant(GSTORAGE_NO_PERMISSION);
#undef export_constant
#undef export_constant2
#undef export_parameter