Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

@gstorage command v1.1.4


About This File

Description

Allows for guildmaster to grant or revoke access to guild storage. Supports guildmaster changes and expulsions.


Create this table in your main schema:
CREATE TABLE IF NOT EXISTS `guild_storage_access` (	`guild_id` int(11) NOT NULL,	`char_id` int(11) NOT NULL,	PRIMARY KEY  (`char_id`)) ENGINE=MyISAM;


What's New in Version v1.1.4

Released

  • v1.0 - First version.
  • v1.1 - Removed unnecessary global arrays.
  • v1.1.1 - Added SQL table to initialise data.
  • v1.1.2 - Added temporary global arrays for caching.
  • v1.1.3 - Fixed duplicate key error in SQL update.
  • v1.1.4 - Escaped strings in SQL queries.

×
×
  • Create New...