MMOCoin

Likes Likes:  0
Results 1 to 10 of 1117

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    22
    Reputation
    397

    Cool

    Thanks for the heads up. I'm currently trying to compile the newest MaNGOS with the newest ScriptDev2 and am having 7 persistent errors that I will try to fix here within the next few minutes.

    USE THE CURRENT CORE:

    EDIT: Please inject this into your MaNGOS db to play in the interim

    Code:
    ALTER TABLE db_version CHANGE COLUMN required_10762_01_mangos_spell_proc_event required_10746_01_mangos_mangos_string BIT;
    EDIT 2:
    Also, go through your mangosd.conf file and make sure that the DBErrorLogFile = "" I think I left out one of the "

    The only errors I see in the log are easily fixed with:
    Code:
    DELETE FROM spell_target_position WHERE id = "70781";
    DELETE FROM spell_target_position WHERE id = "70856";
    DELETE FROM spell_target_position WHERE id = "70857";
    DELETE FROM spell_target_position WHERE id = "70858";
    DELETE FROM spell_target_position WHERE id = "70859";
    DELETE FROM spell_target_position WHERE id = "70861";
    DELETE FROM spell_target_position WHERE id = "70860";
    Inject into your mangos db.

    Can someone please test this and let me know if you have any problems?

    Last edited by CthulhuFtagn; 20-11-10 at 09:20 PM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •