UPDATING your Database to be Compatible with the Latest Ascent Revisions menu

Shout-Out

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 54
  1. #31
    Mesmoras's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2007
    Posts
    332
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    Lol ok posts like this piss me off. This shows that many people aren't willing to look at the problem themselves. It says "Duplicate entry" so wtf do you think it means? It means the entry in that table already exists...
    +rep is a better way to thank some one.
    xxtennisdudexx: erm, u do know manGOS is VERY buggy compared to antrix.
    mesmoras: It may be buggy but it's so easy, even a caveman can do it. lol

    UPDATING your Database to be Compatible with the Latest Ascent Revisions
  2. #32
    Losheau's Avatar Member
    Reputation
    10
    Join Date
    Jan 2007
    Posts
    216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    My bad.
    I was just posting that since Update 4 and up seemed to work except that Update 8 Code didn't work. SO I thought it was something else.
    Thanks!

  3. #33
    Mesmoras's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2007
    Posts
    332
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    Umm... I really don't think that this has been kept up to date. Surely there has been more updates for databases...
    +rep is a better way to thank some one.
    xxtennisdudexx: erm, u do know manGOS is VERY buggy compared to antrix.
    mesmoras: It may be buggy but it's so easy, even a caveman can do it. lol

  4. #34
    JulianX's Avatar Contributor
    Reputation
    106
    Join Date
    Jun 2007
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    Added all the New updates.

  5. #35
    Mesmoras's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2007
    Posts
    332
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    Thank you Julian, +2 rep for responding so quickly
    +rep is a better way to thank some one.
    xxtennisdudexx: erm, u do know manGOS is VERY buggy compared to antrix.
    mesmoras: It may be buggy but it's so easy, even a caveman can do it. lol

  6. #36
    JulianX's Avatar Contributor
    Reputation
    106
    Join Date
    Jun 2007
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    Another update added.

  7. #37
    Airwavez's Avatar Active Member
    Reputation
    68
    Join Date
    Jul 2007
    Posts
    300
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    alter table creature_spawns add column channel_spell int(30) not null default 0;
    alter table creature_spawns add column channel_target_sqlid int(30) not null default 0;
    alter table creature_spawns add column channel_target_sqlid_creature int(30) not null default 0;

    Does that make my npcs not go vanished?

  8. #38
    JulianX's Avatar Contributor
    Reputation
    106
    Join Date
    Jun 2007
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    no it just adds more columns

  9. #39
    777devil777's Avatar Member
    Reputation
    66
    Join Date
    Sep 2007
    Posts
    396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    Alright I got my server updated but now when I try to go on my chars I get this




    people on my server are already complaining about not being able to log on

  10. #40
    JulianX's Avatar Contributor
    Reputation
    106
    Join Date
    Jun 2007
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    what revision do you use?

  11. #41
    truthuntold's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    Very nice!

  12. #42
    fermoric's Avatar Member
    Reputation
    2
    Join Date
    May 2007
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    Ok guys to use these updates, open notepad, the use copy and paste and put the code into notepad, then file - save as. when it ask you to name it put what ever you want for the name with .sql after it. Exp. update.sql - would be the name, then open SQLyog and right click on your DB, a list will pop up click "Restore from SQL dump" and then click the browse button and locate your update.sql that you just made and then click Execute. after it is done click close and your all done, click the Refresh button on top to see the changes with you DB.

    If you are using HeidiSQL just copy and paste straight into the text box that you restore you DB with, execute and refresh and you done.

    Yours truely,
    Jamie
    Last edited by fermoric; 10-10-2007 at 09:29 PM.

  13. #43
    Mesmoras's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2007
    Posts
    332
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    Or you could just copy it and paste it into your query table, and hit execute all.
    +rep is a better way to thank some one.
    xxtennisdudexx: erm, u do know manGOS is VERY buggy compared to antrix.
    mesmoras: It may be buggy but it's so easy, even a caveman can do it. lol

  14. #44
    Exs's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    This is not working for me

    [Err] 1091 - Can't DROP 'heroicchance'; check that column/key exists
    [Err] ALTER TABLE creatureloot DROP heroicchance;
    [Msg] Finished - Unsuccessfully



    Also i have no mobs/npc's in my priv server, any ideas? pls:wave:

  15. #45
    shaked's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: UPDATING your Database to be Compatible with the Latest Ascent Revisions

    i updated to the latest revision thingy, and now when i click "Enter World"
    with my char the it says Login Failed... what do i do?

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [How-To] raise your home faction's reputation with the argent tournament
    By pangloss in forum World of Warcraft Guides
    Replies: 3
    Last Post: 11-21-2024, 12:56 PM
  2. [Question] Is there a way to have Nibbit compatable with the latest expansion/patch?
    By DavidTwo2009 in forum WoW ME Questions and Requests
    Replies: 8
    Last Post: 09-05-2009, 07:41 PM
  3. [ Updated Release ] CIDS Tier 7 (Compatible with the newest DBs)
    By God-Of-War in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 07-09-2008, 05:21 AM
  4. Replies: 2
    Last Post: 01-25-2008, 01:12 PM
All times are GMT -5. The time now is 03:39 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