[Release] Mangos WotLK Core 3.0.2.8905 menu

User Tag List

Page 17 of 48 FirstFirst ... 131415161718192021 ... LastLast
Results 241 to 255 of 715
  1. #241
    s3ph1roth's Avatar Active Member
    Reputation
    23
    Join Date
    Jul 2006
    Posts
    203
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I've got an error, it is:

    Error in item_template table, probably sql file format was updated (there should be 145 fields in sql).

    When i try to run the item_template_update.sql it says :

    [Err] 1064 - Error in the syntax on query SQL near '* ADD COLUMN `unk_flag1` mediumint(10) unsigned NOT NULL default '0' AFTER stat_' linea 2
    [Msg] Finished - Unsuccessfully

    I'm using Navicat. Can anybody explain this problem to me? Thanks in advance!
    :wave:

    [Release] Mangos WotLK Core 3.0.2.8905
  2. #242
    grey69's Avatar Member
    Reputation
    31
    Join Date
    Aug 2008
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Typo in the command, column "stat_" doesn't exist hence why it cannot execute.
    "stat_value10" should be present in your table, you can check manually.
    Try;

    ALTER TABLE `item_template`
    ADD COLUMN `unk_flag1` mediumint(10) unsigned NOT NULL default '0' AFTER stat_value10;


    If you still get the error even after "Finished - successfully" it means there are more columns needed to match the core execution, simply redo the command but add a random column name like test1, data1, etc


    ALTER TABLE `item_template`
    ADD COLUMN `test1` mediumint(10) unsigned NOT NULL default '0' AFTER stat_value10;



    Originally Posted by s3ph1roth View Post
    Hi, I've got an error, it is:

    Error in item_template table, probably sql file format was updated (there should be 145 fields in sql).

    When i try to run the item_template_update.sql it says :

    [Err] 1064 - Error in the syntax on query SQL near '* ADD COLUMN `unk_flag1` mediumint(10) unsigned NOT NULL default '0' AFTER stat_' linea 2
    [Msg] Finished - Unsuccessfully

    I'm using Navicat. Can anybody explain this problem to me? Thanks in advance!
    :wave:

  3. #243
    s3ph1roth's Avatar Active Member
    Reputation
    23
    Join Date
    Jul 2006
    Posts
    203
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I still can't get it to work... I've created "mangos" database again, I've re-executed "mangos.sql"... but it doesn't let me query that command

  4. #244
    predattak's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2008
    Posts
    537
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i can't type anything in game ... server says i don't know that language.... any help plz??

  5. #245
    zackorion15's Avatar Member
    Reputation
    16
    Join Date
    Sep 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tyrus2 View Post
    Download the first link, and run per instructions, with one change being to run just 3 of the included sql's - realm, characters and scriptdev2

    Download from the 5th link and extract just the FDB sql from it.

    This combo works best (imo)
    What is the 5th link? I only see 2-3 on the main post.

  6. #246
    grey69's Avatar Member
    Reputation
    31
    Join Date
    Aug 2008
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had this too, try this out

    character_spell table, import it into characters database
    Filebeam - Free Fast File Hosting

    If not fixed try;

    Filebeam - Free Fast File Hosting

    Putting files because my characters database is mixed with mangos so i can't just export the characters.

    Shutdown mysql
    copy all the files from language fix.rar into your characters folder example (C:\Program files\MySql\data\characters), overwriting the existing files.

    I couldn't sort out the specific entry that caused the bug but i had a backup of all those files from client 8788 that worked so restoring those files to my DB, has fixed this bug. Make sure you delete your WoW cache and if it fails, delete the characters you created ingame and create a new one.


    Originally Posted by predattak View Post
    well i can't type anything in game ... server says i don't know that language.... any help plz??

  7. #247
    grey69's Avatar Member
    Reputation
    31
    Join Date
    Aug 2008
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    1h weapon + shield bug *workaround*

    Oh and another thing.. about the "1h weapon + shield bug".

    Equipping a shield first

    Then equip a 2 hander is now possible... a fix sorta

    lol weird setup but you now have Titan's Grip for the poor! hehe

    I think it's just the 2 handers slot id got mixed up with the 1 handers...


  8. #248
    Deathtrooper's Avatar Member
    Reputation
    43
    Join Date
    Aug 2008
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LAST PATCH IS OUT TODAY 9/30/08... expect an update to core soon!

    Hopefully once the full version of the game comes out we can get some good emulation going here without so many bugs!!

  9. #249
    tippythop's Avatar Member
    Reputation
    11
    Join Date
    Mar 2008
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Download Link

    So is the download link gonna become available? just wondering or will you put it up tomorrow? and whats fixed in the patch hehe

  10. #250
    zackorion15's Avatar Member
    Reputation
    16
    Join Date
    Sep 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deathtrooper View Post
    LAST PATCH IS OUT TODAY 9/30/08... expect an update to core soon!

    Hopefully once the full version of the game comes out we can get some good emulation going here without so many bugs!!
    Yay I hope you could make an ez guide to come with.

  11. #251
    tippythop's Avatar Member
    Reputation
    11
    Join Date
    Mar 2008
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hey

    Not to be mean but he shouldnt have to include a guide lol i mean this isnt hard at all well not for me ive been hostin servers for 2 years anywaysss just go to wow apprentice or wowps they show guides this is really simple though just have ur core folder with all the server files which runs the whole operation and have a database >.>

  12. #252
    zackorion15's Avatar Member
    Reputation
    16
    Join Date
    Sep 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well the only issue I have is knowing which sql files out of the 100s his download has. I tried the normal ones I did for the other 3 betas I did but it still did not work for this one. I don't mean to say guide, just which sql files do you import to make it to work. Plus not everyone has done it as long as you have. I am no idiot, I did what all guides said and used common sense and it still gave me an error on starting the server.

    For example I used the files and I get this error when starting it.
    ERROR:Error in item_template table, probably sql file format was updated (there should be 142 fields in sql).

    -edit-
    Yay I feel good, I tried a post I saw above and it fixed the error above.

    I made 2 .sql files and imported them to the mangos database and it got the server up! (It showed a LOT of errors while loading but after I loaded again those were gone, still lots of other errors, but it is beta).

    1.)
    ALTER TABLE `item_template`
    ADD COLUMN `unk_flag1` mediumint(10) unsigned NOT NULL default '0' AFTER stat_value10;

    2.)
    ALTER TABLE `item_template`
    ADD COLUMN `test1` mediumint(10) unsigned NOT NULL default '0' AFTER stat_value10;
    Last edited by zackorion15; 10-01-2008 at 01:08 AM.

  13. #253
    tippythop's Avatar Member
    Reputation
    11
    Join Date
    Mar 2008
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hey

    Ok what Id suggest to you is to start clean and the 100's of sqls YOUR talking about is UPDATES to tables and what not things to fix the server the MAIN ones that need to be executed is the mangos realmd characters and scriptdev2 when u get those executed THEN its the time to do those "100's" of sqls those will definitely help in the long run like i said those 100's of sqls ur talkin about are updates just run each and everyone of those if you get errors while executing them see if u can fix it and maybe execute it again if not LIKE ME just ignore it and go to the next one its really not hard
    Last edited by tippythop; 10-01-2008 at 02:00 AM.

  14. #254
    defife's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The "items_update.sql" works fine.
    But i have a problem with the command "setbc".
    I can't get authorization for the burning crusade and the WTLK without that command.

  15. #255
    zackorion15's Avatar Member
    Reputation
    16
    Join Date
    Sep 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You mean do every single one? Including the ones that say for older versions?

Page 17 of 48 FirstFirst ... 131415161718192021 ... LastLast
All times are GMT -5. The time now is 07:25 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search