mangos help

Joined
Oct 12, 2005
Messages
1,293
Reaction score
70
Location
no mans land
ok ive tried nearly every mangos server files and sbd and not a single one matches up. can someone tell me the match sql and server files for the latest mangos server


i need the sql package full version for 3180+ mangos

here r the errors i get with all other sql dbs

----------------------------------------------------------

2007-02-15 20:54:32 World Database: 127.0.0.1;3306;root;@@@@@@2;mangos
2007-02-15 20:54:32 Login Database: 127.0.0.1;3306;root;@@@@@@;realmd
2007-02-15 20:54:32 Realm running as realm ID 1
2007-02-15 20:54:32 Using DataDir C:\Documents and Settings\Owner\Desktop\MaNGOS\Data/ ...
2007-02-15 20:54:32 Initialize data stores...
2007-02-15 20:54:33
2007-02-15 20:54:33 >> Loaded 28 data stores
2007-02-15 20:54:33
2007-02-15 20:54:33 Loading Game Object Templates...
2007-02-15 20:54:33 >> Loaded 4004 game object templates
2007-02-15 20:54:33
2007-02-15 20:54:33 Loading player create info & level stats...
2007-02-15 20:54:33
2007-02-15 20:54:33 >> Loaded 40 player create definitions
2007-02-15 20:54:33 ERROR:SQL: SELECT `race`,`class`,`itemid`,`amount` FROM `playercreateinfo_item`
2007-02-15 20:54:33 ERROR:query ERROR: Unknown column 'race' in 'field list'
2007-02-15 20:54:33
2007-02-15 20:54:33 >> Loaded 0 player create items
2007-02-15 20:54:33 ERROR:Error loading `playercreateinfo_item` table or table empty.
2007-02-15 20:54:33 ERROR:SQL: SELECT `race`,`class`,`Spell`,`Active` FROM `playercreateinfo_spell`
2007-02-15 20:54:33 ERROR:query ERROR: Unknown column 'race' in 'field list'
2007-02-15 20:54:33
2007-02-15 20:54:33 >> Loaded 0 player create spells
2007-02-15 20:54:33 ERROR:Error loading `playercreateinfo_spell` table or table empty.
2007-02-15 20:54:33 ERROR:SQL: SELECT `race`,`class`,`Skill`,`SkillMin`, `SkillMax` FROM `playercreateinfo_skill`
2007-02-15 20:54:33 ERROR:query ERROR: Unknown column 'race' in 'field list'
2007-02-15 20:54:33
2007-02-15 20:54:33 >> Loaded 0 player create skills
2007-02-15 20:54:33 ERROR:Error loading `playercreateinfo_skill` table or table empty.
2007-02-15 20:54:33 ERROR:SQL: SELECT `race`,`class`,`button`,`action`,`type`,`misc` FROM `playercreateinfo_action`
2007-02-15 20:54:33 ERROR:query ERROR: Unknown column 'race' in 'field list'
2007-02-15 20:54:33
2007-02-15 20:54:33 >> Loaded 0 player create actions
2007-02-15 20:54:33 ERROR:Error loading `playercreateinfo_action` table or table empty.
2007-02-15 20:54:33 ERROR:SQL: SELECT `race`,`class`,`level`,`hp`,`mana`,`str`,`agi`,`sta`,`int`,`spi` FROM `player_levelstats`
2007-02-15 20:54:33 ERROR:query ERROR: Table 'mangos.player_levelstats' doesn't exist
2007-02-15 20:54:33
2007-02-15 20:54:33 >> Loaded 0 level stats definitions
2007-02-15 20:54:33 ERROR:Error loading player_levelstats table or table empty.
 
This combination works great:
Silver 0.6.1 Beta ChangeSet 102 Full By Haken
Mangos 3135+ScriptDev2 Rev 16 By Haken

Do NOT use: Mangos 3194+ScriptDev2 Rev 23 By Haken as it's not working well at all.

These errors you are getting are due to incompatability with the db/core you are using.
You should always use a database which is compatabile with the core.
 
Back