[Release] Mangos WotLK Core 3.0.2.8905 menu

Shout-Out

User Tag List

Page 13 of 48 FirstFirst ... 91011121314151617 ... LastLast
Results 181 to 195 of 715
  1. #181
    RicoLycan's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now I ran into the next error...

    Can't create a character >.< According to mongos console it has problems writing into character_spell. Hope I can fix that too

    [Release] Mangos WotLK Core 3.0.2.8905
  2. #182
    privatemike's Avatar Member
    Reputation
    6
    Join Date
    Sep 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Can't create a Toon?

    Hey i have a fix for that creating character issue just open the characters db and go to character_spell in table, open it and find your command for design table, it's different for each client....add a row thats named disabled...worked for me.




    If I helped please +rep
    Last edited by privatemike; 09-27-2008 at 03:21 PM.

  3. #183
    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)
    Hello all,

    I skimmed through the posts and did not spot this problem yet.

    When I try to delete a character in the game menu I get:

    Code:
    2008-09-27 16:35:45 ERROR:SQL: DELETE FROM character_declinedname WHERE guid = '2'
    2008-09-27 16:35:45 ERROR:SQL ERROR: Table 'characters.character_declinedname' doesn't exist
    The character will not delete. Not that it's a major issue but I thought it was interesting it was trying to call a table that wasn't included in the DB.

    Also I still have NPCs wielding checkered boxes even after executing:

    Code:
    DELETE FROM `creature_equip_template` WHERE (`entry`=1);
    against my mangosd DB. It affected 1 row in the table, not sure what I could have done wrong there.

    Apologies if this has already been brought up.

    Thanks.

  4. #184
    Dainea's Avatar Member
    Reputation
    3
    Join Date
    Aug 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by privatemike View Post
    Hey i have a fix for that creating character issue just open the characters db and go to character_spell in table, open it and find your command for design table, it's different for each client....add a row thats named disabled...worked for me.




    If I helped please +rep
    Thanks for the help +Rep, even though you shouldn't have asked for it.

  5. #185
    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)

    Fix

    For Deadsmite and privatemike and for people having issues creatings a DK, missing spells, cannot chat (You cannot speak this language).

    The fix is to delete your WoW cache (\Wrath of the Lich King Beta\Cache\WDB)

    I've had all those issues together, i deleted my test character just to be sure.

    Try it out!

  6. #186
    Pino's Avatar Member
    Reputation
    7
    Join Date
    Jul 2007
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still stuck on making a DK.

    Error:

    CMSG_REALM_SPLIT
    Player have incorrect race/class pair. Can't be loaded.
    Player: channels cleaned up!

  7. #187
    Ardentstrom's Avatar Member
    Reputation
    3
    Join Date
    Aug 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm so confused I don't even know where to begin. = /

    I have Version 8982 Installed, and I've been tinkering with this all day.

    I installed

    Mangos WotLK 3.0.2.8926<------Updated 9/13/08
    and added the FrozenDB and all that, and then I messed about with trying to put all the additional SQL's from
    NEW Mangos WotLK 8982 w/patch 18.7A Core Only<------Various Bugs Fixed/Updated 9/25/08
    into my Mangosd section, and eventually got that

    Got this problem after i installed "items_update.sql"

    >> Loaded 630 level health/mana definitions

    Class 6 Level 1 does not have health/mana data!
    So I eventually just started over again, and now I'm stumped.

  8. #188
    Orb!t's Avatar Banned
    Reputation
    34
    Join Date
    Sep 2008
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Worked sweet for my friend ,

    +Rep

  9. #189
    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)
    Execute these sql into your mangos DB

    Filebeam - Free Fast File Hosting

    I also included the fix for "Class 6 Level 1 does not have health/mana data!" (player_classlevelstats.sql)

    I found the solution for the missing weapons/weird boxes on NPC's, i will post the fix.
    Btw, i will soon release a WOTLK repack (almost) error free, easy setup, it should be fun to play on

    Edit: fixed import error


    Originally Posted by Pino View Post
    Still stuck on making a DK.

    Error:
    Last edited by grey69; 09-27-2008 at 08:03 PM.

  10. #190
    Ardentstrom's Avatar Member
    Reputation
    3
    Join Date
    Aug 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll give it a shot.

    Edit: Didn't work.

    I got a dump import error when I tried to put it into Mangosd
    Last edited by Ardentstrom; 09-27-2008 at 07:45 PM.

  11. #191
    privatemike's Avatar Member
    Reputation
    6
    Join Date
    Sep 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Fix for not being able to delete characters.

    Ok i dug into an old sql file and found the missing tables to be able to delete toons.

    RapidShare: Easy Filehosting

    Run batch files/add this to your characters database. ***Not mangos,scriptdev2, or realmd***

  12. #192
    privatemike's Avatar Member
    Reputation
    6
    Join Date
    Sep 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    DK questions

    Make sure that your changing the 0 to 2 in the table tbc in the db : realmd>account

  13. #193
    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 privatemike View Post
    Ok i dug into an old sql file and found the missing tables to be able to delete toons.

    RapidShare: Easy Filehosting

    Run batch files/add this to your characters database. ***Not mangos,scriptdev2, or realmd***
    Worked like a charm, thanks! +Rep

  14. #194
    Misorize's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Waste of time, Lich king is too bugged right now imo.

  15. #195
    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)
    1st post updated with patch 18.8A

    Vehicles somewhat work but u have to spawn them urself!

Page 13 of 48 FirstFirst ... 91011121314151617 ... LastLast
All times are GMT -5. The time now is 01:51 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