View Full Version : GM addon's requested
wize_one
01-30-2004, 02:25 PM
a rework of the petition system would be nice. it seems as though you can only #listpetition on petiitions that came in while you are online, need to be changed to view all petitions in the database. also a way for the GM-Guide to add notes to a petition if it needs to be escalted up(that needs to be added as well)
also a discipline system added, so gm's-guides can #warn #praise users.
kathgar
01-31-2004, 03:31 AM
If you are on when a petition is received, it tells you and they show up in #listpetition. You aren't running a server with thousands of users here, you can pick out the bad ones yourself (more information in the database would have to be stored, etc) just by name. Comments/ I can't think of a good way to do them easily other than allowing the guide to append text.. but we dont' even have an escalate flag really
wize_one
01-31-2004, 04:59 AM
the fields are there in the database..hmmm
--
-- Table structure for table 'petitions'
--
CREATE TABLE petitions (
dib int(10) unsigned NOT NULL auto_increment,
petid int(10) unsigned NOT NULL default '0',
charname varchar(32) NOT NULL default '',
accountname varchar(32) NOT NULL default '',
lastgm varchar(32) NOT NULL default '',
petitiontext text NOT NULL,
gmtext text,
zone varchar(32) NOT NULL default '',
urgency int(11) NOT NULL default '0',
charclass int(11) NOT NULL default '0',
charrace int(11) NOT NULL default '0',
charlevel int(11) NOT NULL default '0',
checkouts int(11) NOT NULL default '0',
unavailables int(11) NOT NULL default '0',
ischeckedout tinyint(4) NOT NULL default '0',
senttime bigint(11) NOT NULL default '0',
PRIMARY KEY (dib),
KEY petid (petid)
) TYPE=MyISAM COMMENT='Table for Petitions';
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.