updated rev to 4110 from 3850 and now NONE of the quests work... menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    updated rev to 4110 from 3850 and now NONE of the quests work...

    updated rev to 4110 from 3850 and now NONE of the quests work... can someone help me fix this

    updated rev to 4110 from 3850 and now NONE of the quests work...
  2. #2
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try updating your database
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #3
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    try updating your database
    what do you mean? I copied all the files from your 4110 into my ascent folder what else do I have to do?

  4. #4
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had the same problem when I decided to upgrade from a repack to building my own funserver... Realised I didn't run 4042_world_quests.sql

    Code:
    alter table quests add column RequiredTradeskillValue int(5) unsigned default 0 not null after RequiredTradeskill;

  5. #5
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlizzardHQ View Post
    I had the same problem when I decided to upgrade from a repack to building my own funserver... Realised I didn't run 4042_world_quests.sql

    Code:
    alter table quests add column RequiredTradeskillValue int(5) unsigned default 0 not null after RequiredTradeskill;
    where can I get the SQL code for rev 4110?

  6. #6
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mister emu, just run that SQL. It will fix it.

  7. #7
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MisterEMU View Post
    where can I get the SQL code for rev 4110?
    inside of ascent\sql\world_updates

  8. #8
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlizzardHQ View Post
    inside of ascentsqlworld_updates
    Actually that SQL code is supposed to ran on all revisions above 4040 thats what it stands for. I ran that code on my 4269 Trunk Revision.

  9. #9
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlizzardHQ View Post
    inside of ascentsqlworld_updates
    is the the 4042_world_quests.sql ?

  10. #10
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by metehan View Post
    Actually that SQL code is supposed to ran on all revisions above 4040 thats what it stands for. I ran that code on my 4269 Trunk Revision.
    did you get rev 4296 to work? I had some problems

  11. #11
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MisterEMU View Post
    did you get rev 4296 to work? I had some problems
    Yup
    "Metehan's Funserver Compile" is proof of that.

  12. #12
    Stabatha's Avatar Contributor
    Reputation
    84
    Join Date
    Dec 2007
    Posts
    345
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    4042_ stands for the revision number it came out for, anything higher then your current database number when you checked out should be run to update new tables for adds and bug fixes.

    But since your revision that is the only new one, so simply just run the sql line I gave you and restart world.exe and clear your cache before you log in and quests will more then likely work

    here's the sql line to run again

    alter table quests add column RequiredTradeskillValue int(5) unsigned default 0 not null after RequiredTradeskill;

  13. #13
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by metehan View Post
    Yup
    "Metehan's Funserver Compile" is proof of that.
    Can you help me install rev 4296? which SQL do I need to install?

    Originally Posted by BlizzardHQ View Post
    4042_ stands for the revision number it came out for, anything higher then your current database number when you checked out should be run to update new tables for adds and bug fixes.

    But since your revision that is the only new one, so simply just run the sql line I gave you and restart world.exe and clear your cache before you log in and quests will more then likely work

    here's the sql line to run again

    alter table quests add column RequiredTradeskillValue int(5) unsigned default 0 not null after RequiredTradeskill;
    thanks a lot I'll try and if it works +Rep

  14. #14
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    erm is there a way to reverse the
    alter table quests add column RequiredTradeskillValue int(5) unsigned default 0 not null after RequiredTradeskill;

    ?

    because 4110 is REALLY buggy - stats are at like 4 million and stuff very very buggy...

  15. #15
    kaothic's Avatar Member
    Reputation
    7
    Join Date
    Oct 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use 4299 with NCDB milestone3.x and update the DB with latests fixes(playercooldowns,disenchants,alter table from quests,etc..) works fine o(^.^)o

    Only bug that I see is the npc city tracker, when any talk with city guardian for know where is a npc(weapon master for ex)that in minimap no indicates the npc with a flag.
    Last edited by kaothic; 04-16-2008 at 06:53 AM.

Page 1 of 2 12 LastLast

Similar Threads

  1. now still ok to buy from AH and sell at RMAH?
    By critical88 in forum Diablo 3 General
    Replies: 2
    Last Post: 07-06-2012, 12:41 PM
  2. [+ 3 rep]Updated to 2.3.3 and now Can't get My server public :S
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 29
    Last Post: 01-31-2008, 08:56 AM
  3. Warlock Spell Pack ~Final Revison~ Redone To Favor Affliction Warlocks and Now Sounds
    By Jackalantern in forum World of Warcraft Model Editing
    Replies: 8
    Last Post: 03-31-2007, 08:36 AM
  4. From Aldor AND Scryer epics!
    By Trustdale in forum World of Warcraft Guides
    Replies: 14
    Last Post: 03-16-2007, 07:33 AM
All times are GMT -5. The time now is 02:32 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search