Jump to content
  • ERROR:Table `db_script_string` is missing string id 2000005826, used in database script table dbscripts_on_creature_movement id 56901...


    Black Shadow
    • Status: Completed
      Main Category: Database
      Sub-Category: Minor
      Version: 21.2 Milestone: 21 Priority: New
      Implemented Version: 21.2
      Assigned: Necrovoice

    mangosd.exe Startup Errors:

    Spoiler

    2016-10-23 13:17:27 >>> Scripts loaded
    2016-10-23 13:17:27 
    2016-10-23 13:17:27 Loading Scripts text locales...
    2016-10-23 13:17:27 Loading texts from db_script_string, with additional data
    2016-10-23 13:17:27 >> Loaded 1246 text templates from db_script_string
    2016-10-23 13:17:27 
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005826, used in database script table dbscripts_on_creature_movement id 56901.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005827, used in database script table dbscripts_on_creature_movement id 56901.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005828, used in database script table dbscripts_on_creature_movement id 56901.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005829, used in database script table dbscripts_on_creature_movement id 56901.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005826, used in database script table dbscripts_on_creature_movement id 56910.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005827, used in database script table dbscripts_on_creature_movement id 56910.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005828, used in database script table dbscripts_on_creature_movement id 56910.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005829, used in database script table dbscripts_on_creature_movement id 56910.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005826, used in database script table dbscripts_on_creature_movement id 56913.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005827, used in database script table dbscripts_on_creature_movement id 56913.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005828, used in database script table dbscripts_on_creature_movement id 56913.
    2016-10-23 13:17:27 ERROR:Table `db_script_string` is missing string id 2000005829, used in database script table dbscripts_on_creature_movement id 56913.
    2016-10-23 13:17:27 Loading CreatureEventAI Texts...
    2016-10-23 13:17:27 Loading texts from creature_ai_texts, with additional data
    2016-10-23 13:17:27 >> Loaded 1311 text templates from creature_ai_texts
    2016-10-23 13:17:27 
    2016-10-23 13:17:27 Loading CreatureEventAI Summons...


     


    User Feedback

    Recommended Comments

    Lets try a little homework...

    There are two ways actually, i will give you the short cut easy way,(yet will stillteach something) and thn there is the sql way ;)

    1) in game you can use .go creatue guid (replace guid with that of the creature you are going to)

    Once there use .npc info, this wil bring up a lot of useful i formation, your looking for. Entry #####

    2) the other way is to search around the db and learn how the tables in the error link to the tables that house the data we are looking for....the wiki is an amazing tool for this.

    I would sugges starting with the tables in the error, see what the data fields mean and where that information goes.

    SELECT * FROM `tablename` WHERE `field` = 'value your looking for';

     

    Thats a quick and easy sql search to use... my phone is not the bestto type this all out on, but its a start for you, when im home in a few days i will be happy to get more into depth.

     

    Link to comment
    Share on other sites

    Ok, going for option 1 for now since it is easier for me and posting screenshots of NPCs + Info. Will check on option 2 next time :D 

    looks like the blood elves are causing trouble here ;)

    creature id 56901

    WoWScrnShot_102416_192838.jpg

    creature id 56910

    WoWScrnShot_102416_192925.jpg
    creature id 56913
    WoWScrnShot_102416_193026.jpg

    Link to comment
    Share on other sites



    Guest
    This is now closed for further comments

×
×
  • 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