Jump to content

Give me SVN-Mangos


axeii1

Recommended Posts

mangosd.exe released as I get this error

2010-11-10 22:56:41 MySQL client library: 5.1.49
2010-11-10 22:56:41 MySQL server ver: 5.1.41 
2010-11-10 22:56:41 ERROR:SQL: SELECT required_10704_01_mangos_gossip_menu_option FROM db_version LIMIT 1
2010-11-10 22:56:41 ERROR:query ERROR: Unknown column 'required_10704_01_mangos_gossip_menu_option' in 'field list'
2010-11-10 22:56:41 ERROR:The table `db_version` in your [WORLD] database indicates that this database is out of date!
2010-11-10 22:56:41 ERROR:
2010-11-10 22:56:41 ERROR:  [A] You have: --> `10629_01_mangos_mangos_string.sql`
2010-11-10 22:56:41 ERROR:
2010-11-10 22:56:41 ERROR:  [b] You need: --> `10704_01_mangos_gossip_menu_option.sql`
2010-11-10 22:56:41 ERROR:
2010-11-10 22:56:41 ERROR:You must apply all updates after [A] to [b] to use mangos with this database.
2010-11-10 22:56:41 ERROR:These updates are included in the sql/updates folder.
2010-11-10 22:56:41 ERROR:Please read the included [README] in sql/updates for instructions on updating.

Link to comment
Share on other sites

not to sound rude, but the solution is even simpler than that. There is no need to search any forums at all, the error already tells you exactly what you need to do

2010-11-10 22:56:41 ERROR: [ A] You have: --> `10629_01_mangos_mangos_string.sql`

2010-11-10 22:56:41 ERROR: [ B] You need: --> `10704_01_mangos_gossip_menu_option.sql`

2010-11-10 22:56:41 ERROR:You must apply all updates after [ A] to [ B] to use mangos with this database.

2010-11-10 22:56:41 ERROR:These updates are included in the sql/updates folder.

2010-11-10 22:56:41 ERROR:Please read the included [README] in sql/updates for instructions on updating.

The only part that is slightly confusing is where to find your "sql/updates" folder, it should be in the folder where your mangos installation is located

No idea how many times Vladimir alone has answer these types of questions, and I still find it amazing that no one bothers to read the error before running to the forums to ask for help (although I do understand if English is not your primary language, that can always be a barrier)

Link to comment
Share on other sites

well, the imported

ALTER TABLE gossip_menu_option CHANGE COLUMN action_menu_id action_menu_id MEDIUMINT(8) NOT NULL DEFAULT '0';

и ето това

DELETE FROM mangos_string WHERE entry IN (470);

INSERT INTO mangos_string VALUES
(470,'id: %d eff: %d name: %s%s%s caster: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);

but he gives me these errors..

2010-11-10 23:50:14 MySQL client library: 5.1.49
2010-11-10 23:50:14 MySQL server ver: 5.1.41 
2010-11-10 23:50:14 ERROR:SQL: SELECT required_10704_01_mangos_gossip_menu_option FROM db_version LIMIT 1
2010-11-10 23:50:14 ERROR:query ERROR: Unknown column 'required_10704_01_mangos_gossip_menu_option' in 'field list'
2010-11-10 23:50:14 ERROR:The table `db_version` in your [WORLD] database indicates that this database is out of date!
2010-11-10 23:50:14 ERROR:
2010-11-10 23:50:14 ERROR:  [A] You have: --> `10629_01_mangos_mangos_string.sql`
2010-11-10 23:50:14 ERROR:
2010-11-10 23:50:14 ERROR:  [b] You need: --> `10704_01_mangos_gossip_menu_option.sql`
2010-11-10 23:50:14 ERROR:
2010-11-10 23:50:14 ERROR:You must apply all updates after [A] to [b] to use mangos with this database.
2010-11-10 23:50:14 ERROR:These updates are included in the sql/updates folder.
2010-11-10 23:50:14 ERROR:Please read the included [README] in sql/updates for instructions on updating.

Link to comment
Share on other sites

You need to apply ALL the updates in numbered order

start with the first

10654_01_mangos_game_event_creature_quest.sql

10655_01_characters_character_queststatus_monthly.sql

10660_01_mangos_game_event_quest.sql

...

continue until you have applied all the way to

10704_01_mangos_gossip_menu_option.sql

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use