QQrofl
07-28-2009, 10:31 PM
If you get any errors once you download a repack or compile you a new core, just query these sql files:
I'm getting tired of searching on arcemu for these, so i posted them on here to be a lazy searcher.
The sqls will fix the following errors:
- One of your creature_spawns table has the wrong column count.
arcemu has skipped loading this table in order to avoid crashing.
Please correct this, if you do not no spawns will show.
- Once you create a character it will no longer crash the server.
SQLS:
UPDATE items SET bagfamily = 0 WHERE bagfamily = 8192;
UPDATE items SET bagfamily = 8192 WHERE entry IN
(37836, 43308, 44990, 43589, 20558, 42425, 29024,
41596, 43016, 20559, 20560, 43228, 40753, 40752,
45624, 29434 );
ALTER TABLE `guilds` DROP COLUMN `bankTabCount`;
alter table `characters` add column active_cheats int(10) unsigned not null default 0 after xp;
alter table `playercreateinfo` add column taximask text(255);
-- human
update `playercreateinfo` set taximask="2" where race=1;
-- orc (2), troll (8)
update `playercreateinfo` set taximask="4194304" where race in (2, 8);
-- dwarf (3), gnome (7)
update `playercreateinfo` set taximask="32" where race in (3, 7);
-- night elf
update `playercreateinfo` set taximask="100663296" where race=4;
-- undead
update `playercreateinfo` set taximask="1024" where race=5;
-- tauren
update `playercreateinfo` set taximask="2097152" where race=6;
-- blood elf
update `playercreateinfo` set taximask="0 0 131072" where race=10;
-- draenei
update `playercreateinfo` set taximask="0 0 536870912" where race=11;
-- death knight
update `playercreateinfo` set taximask="4294967295 4093640703 830406655 0 33570816 1310944
Once you're down doing the updates run this:
Creature_Spawn bat update. (http://www.filefront.com/14144833/ArcEmu%20DB%20Updater.bat)
I'm getting tired of searching on arcemu for these, so i posted them on here to be a lazy searcher.
The sqls will fix the following errors:
- One of your creature_spawns table has the wrong column count.
arcemu has skipped loading this table in order to avoid crashing.
Please correct this, if you do not no spawns will show.
- Once you create a character it will no longer crash the server.
SQLS:
UPDATE items SET bagfamily = 0 WHERE bagfamily = 8192;
UPDATE items SET bagfamily = 8192 WHERE entry IN
(37836, 43308, 44990, 43589, 20558, 42425, 29024,
41596, 43016, 20559, 20560, 43228, 40753, 40752,
45624, 29434 );
ALTER TABLE `guilds` DROP COLUMN `bankTabCount`;
alter table `characters` add column active_cheats int(10) unsigned not null default 0 after xp;
alter table `playercreateinfo` add column taximask text(255);
-- human
update `playercreateinfo` set taximask="2" where race=1;
-- orc (2), troll (8)
update `playercreateinfo` set taximask="4194304" where race in (2, 8);
-- dwarf (3), gnome (7)
update `playercreateinfo` set taximask="32" where race in (3, 7);
-- night elf
update `playercreateinfo` set taximask="100663296" where race=4;
-- undead
update `playercreateinfo` set taximask="1024" where race=5;
-- tauren
update `playercreateinfo` set taximask="2097152" where race=6;
-- blood elf
update `playercreateinfo` set taximask="0 0 131072" where race=10;
-- draenei
update `playercreateinfo` set taximask="0 0 536870912" where race=11;
-- death knight
update `playercreateinfo` set taximask="4294967295 4093640703 830406655 0 33570816 1310944
Once you're down doing the updates run this:
Creature_Spawn bat update. (http://www.filefront.com/14144833/ArcEmu%20DB%20Updater.bat)