For all you who don't know how to run this, here is a noob step...
Open a new script tab in MySQL Query browser and paste this in
Code:
ALTER TABLE `odinms`.`characters` ADD COLUMN `guildid` INTEGER UNSIGNED NOT NULL DEFAULT 0 AFTER `jobRankMove`,
ADD COLUMN `guildrank` INTEGER UNSIGNED NOT NULL DEFAULT 5 AFTER `guildid`;
This will get rid of the Chars disapearing glitch.
As for you ehddn2380,
Code:
ALTER TABLE `skills` ADD COLUMN `masterlevel` INTEGER UNSIGNED NOT NULL DEFAULT 0 AFTER `skilllevel`;
ehddn2380 This is at the start of the thread, follow all the steps next time!