[Release] Mangos WotLK Core 3.0.2.8905 menu

User Tag List

Page 22 of 48 FirstFirst ... 181920212223242526 ... LastLast
Results 316 to 330 of 715
  1. #316
    slaxslux's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Must i extract the updates in the databse floder?

    [Release] Mangos WotLK Core 3.0.2.8905
  2. #317
    t3cpu'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)
    i have applyed the updates ect and used the latest repck but getting thiis then i run the mangos other then that things look ok lol thank btw

    2008-10-03 08:34:19 >> Loaded 28408 Item Enchantment definitions
    2008-10-03 08:34:19 Loading Items...
    2008-10-03 08:34:20 ERROR:Error in item_template table, probably sql file format was updated (there should be 142 fields in sql).

  3. #318
    Shara's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yay hours of random programming, not with me, im too n00b.

    Is there no simple mangos launcher, like "novos easy mangos handler" that lets one start a simple exe with buttons to configure and set up your server...? For die-hard noobs...?

  4. #319
    huongphieubat's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i got to Northrend and ... nothing to kill! im deathkinght (alliance). Who know why?

  5. #320
    stevamirkovic's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re

    Northrend is not fully spawned... You can script Northrend if you known and if you want, or wait next revision of Frozen Database...

  6. #321
    CroXoreZ'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)
    Yo peeps !

    No one still explained what to do to avoid or solve the problem with

    2008-10-03 08:34:19 >> Loaded 28408 Item Enchantment definitions
    2008-10-03 08:34:19 Loading Items...
    2008-10-03 08:34:20 ERROR:Error in item_template table, probably sql file format was updated (there should be 142 fields in sql).

    Got the same prob as t3cpu and tried everything I could....droped the bases, imported last ones from Death's repack and mangosd.exe again stoped at "Loading items..."

    Help needed pls....
    There were some talk about "items_update.sql", is something like that exists for this 9014 core ?
    TY in advance !

  7. #322
    Carriro's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CroXoreZ View Post
    Yo peeps !

    No one still explained what to do to avoid or solve the problem with

    2008-10-03 08:34:19 >> Loaded 28408 Item Enchantment definitions
    2008-10-03 08:34:19 Loading Items...
    2008-10-03 08:34:20 ERROR:Error in item_template table, probably sql file format was updated (there should be 142 fields in sql).

    Got the same prob as t3cpu and tried everything I could....droped the bases, imported last ones from Death's repack and mangosd.exe again stoped at "Loading items..."

    Help needed pls....
    There were some talk about "items_update.sql", is something like that exists for this 9014 core ?
    TY in advance !

    I have the same problem
    Please assist.
    <3

  8. #323
    Nanos's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Carriro View Post
    I have the same problem
    Please assist.
    <3
    Page 18, post 267

    http://www.mmowned.com/forums/emulat...ml#post1121929

  9. #324
    t3cpu'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)
    ok i found where to fix one of the problems got off my lazy n00b buut and started digging in around lol for the

    2008-10-03 08:34:19 >> Loaded 28408 Item Enchantment definitions
    2008-10-03 08:34:19 Loading Items...
    2008-10-03 08:34:20 ERROR:Error in item_template table, probably sql file format was updated (there should be 142 fields in sql).

    take a look at page 17 #243 follow the steps that worked for one of the problems off to find the next one lol thank guys

  10. #325
    stevamirkovic's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Items fix for 9014

    Execute this in data base, and all will be ok...

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

  11. #326
    Carriro's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stevamirkovic View Post
    Execute this in data base, and all will be ok...

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

    EDIT : Nvm figured it out.

    THough now i get this :
    query error : table 'mangosd.creature_vehicles' doesn't exist

    EDIT 2 : Nvm again ^^ srr
    Last edited by Carriro; 10-03-2008 at 01:57 PM.

  12. #327
    CroXoreZ'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)
    thanks for fast replay...fixed

  13. #328
    stevamirkovic's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re

    Execute this :


    CREATE TABLE `creature_vehicles` (
    `entry` int(10) unsigned NOT NULL default '0' COMMENT 'creature entry',
    `vehicleID` mediumint(5) unsigned default NULL COMMENT 'look at vehicles.dbc',
    `spell1` int(10) unsigned default NULL,
    `spell2` int(10) unsigned default NULL,
    `spell3` int(10) unsigned default NULL,
    `spell4` int(10) unsigned default NULL,
    `spell5` int(10) unsigned default NULL,
    `spell6` int(10) unsigned default NULL,
    `spell7` int(10) unsigned default NULL,
    `spell8` int(10) unsigned default NULL,
    `spell9` int(10) unsigned default NULL,
    `spell10` int(10) unsigned default NULL,
    `xoffset` float unsigned default NULL,
    `yoffset` float unsigned default NULL,
    `zoffset` float unsigned default NULL,
    PRIMARY KEY (`entry`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

  14. #329
    Nanos's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Deathtrooper, don't know if this applies to your repack or not...

    When I create a Deathknight and get to the second quest where you have to make a runeblade... I know the quest is broke, however...

    when I type into chat

    .lookup quest Runeblade
    wow.exe crashes with

    This application has encountered a critical error:

    ERROR #0 (0x85100000) Assertion Failure
    Program: E:Wrath of the Lich King BetaWow.exe
    File: .ChatFrame.cpp
    Line: 1724
    Expr: questLevelStart
    mangosd.exe however doesn't report any errors.

    I tested this with a warrior character with a different quest and the same thing happens.

    I did not have this problem in previous builds.

  15. #330
    stevamirkovic's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Problem with quest

    Deathtrooper, don't know if this applies to your repack or not...

    When I create a Deathknight and get to the second quest where you have to make a runeblade... I know the quest is broke, however...

    when I type into chat

    Quote:.lookup quest Runeblade

    wow.exe crashes with

    Quote:This application has encountered a critical error:

    ERROR #0 (0x85100000) Assertion Failure
    Program: E:Wrath of the Lich King BetaWow.exe
    File: .ChatFrame.cpp
    Line: 1724
    Expr: questLevelStart

    mangosd.exe however doesn't report any errors.

    I tested this with a warrior character with a different quest and the same thing happens.

    I did not have this problem in previous builds.
    Repack is ok, you can resolve this problem easy. Delete "Cache" and "WTF" folders from your Wotlk Beta folder...

Page 22 of 48 FirstFirst ... 181920212223242526 ... LastLast
All times are GMT -5. The time now is 05:02 PM. 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