[Release] Random GM picker for any CMS

Newbie Spellweaver
Joined
May 6, 2008
Messages
82
Reaction score
1
Yeah, this is my first release, not going to be much >.>

Ok, sometimes (in certain repacks), when someone on a GM account makes a character, it automatically makes them a GM. That GM is shown on the Random GM. Sometimes, you don't want that character to appear, or you want to pick a selection of GM's to show, or possibly make it into a GM of the Day type of thing.


In RandomGM.php:

Find:

Code:
gm = 1

and after after it:

Code:
 AND showrandomgm = 1

Then save.

In your MySQL database, run this command:

Code:
ALTER TABLE `odinms`.`characters` ADD COLUMN `showrandomgm` VARCHAR(45) NOT NULL DEFAULT 0 AFTER `showrandomgm`;

Now, set all the GMs you want listed to "1" under "showrandomgm".

Congrats, go check out your newly modified Random GM section :)


Credits:

Me (For making this :wink:)

Code:
[CENTER]Before you post on how this was made before, I completely made this from scratch. I had no clue that the other one existed.[/CENTER]
 
Last edited:
Re: Random GM picker for any CMS

lol there was someone that did make one it was mario =.=... and his cms's "kantos ms"
 
Back