ADE DB Editor Quest Error Will Rep menu

Shout-Out

User Tag List

Results 1 to 15 of 15
  1. #1
    Strupantwn's Avatar Contributor
    Reputation
    115
    Join Date
    Apr 2007
    Posts
    1,045
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ADE DB Editor Quest Error Will Rep

    I got this error when I click on Update/Insert. Any ideas? Because I don't want to make quest from DB, so annoying.

    ADE DB Editor Quest Error Will Rep
  2. #2
    Hasbro's Avatar Banned
    Reputation
    65
    Join Date
    Dec 2007
    Posts
    334
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh sorry! RequiredMoney isn't a field anymore.
    This is an old program I'm guessing, or has not been updated. ><
    Last edited by Hasbro; 07-28-2008 at 01:40 AM.

  3. #3
    Strupantwn's Avatar Contributor
    Reputation
    115
    Join Date
    Apr 2007
    Posts
    1,045
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Uh.. You don't see that big picture screen?

  4. #4
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    give me a min i eidtted the 1.0.5 version so the quests will work except the Choose Quest Button
    lemme set up the DL just place it in the same folder as your normal ADE

    Here is the DL

    Filebeam - Free Fast File Hosting
    Last edited by mager1794; 07-28-2008 at 03:05 AM.
    Lunar Gaming - Reaching For The Stars

  5. #5
    Strupantwn's Avatar Contributor
    Reputation
    115
    Join Date
    Apr 2007
    Posts
    1,045
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jesus, Mager1794, you always got my back I will try this right now, I will give you back result.

    + Rep btw

    EDIT::



    Is this a Problem?

    I am using the NCDB Scythe provided me, not the 3.0


    EDIT ::

    Now it have this error

    Then there was more errors saying my DB someomthing same as above except I have the Red X circle icon now
    Last edited by Strupantwn; 07-28-2008 at 03:42 AM.

  6. #6
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try using the one with your first error and then export or gen SQL... then the query will be generated in a text file and you can remove the Requiredmoney column manually

  7. #7
    Strupantwn's Avatar Contributor
    Reputation
    115
    Join Date
    Apr 2007
    Posts
    1,045
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good idea but except I don't know where the required money column will be at in the SQL
    But can't I just add a column in my DB quest table the requried money column?

  8. #8
    Fan Boi's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use the arc emu to aspire converter, just the first line of the sql, then they work perfect.

  9. #9
    Strupantwn's Avatar Contributor
    Reputation
    115
    Join Date
    Apr 2007
    Posts
    1,045
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Uhh what is a Arc Emu to Aspire Converter? Mind giving me a download link for that program or whatever that is and giving me a instruction on how to use it?

  10. #10
    Fan Boi's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ALTER TABLE `quests` change column `RewardMoneyAtMaxLevel` `RequiredMoney` int(10) unsigned not null default 0;


    If that doesn't work, then reverse it.

  11. #11
    Strupantwn's Avatar Contributor
    Reputation
    115
    Join Date
    Apr 2007
    Posts
    1,045
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Huh? what am i suppose to do wit that?

    mind giving me a TuT

  12. #12
    Strupantwn's Avatar Contributor
    Reputation
    115
    Join Date
    Apr 2007
    Posts
    1,045
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright I ran that Query in my Quest table but it still didn't work, how should I rearrange it?

    EDIT::

    I Rearranged it like this

    ALTER TABLE `quests` change column `RequiredMoney` `RewardMoneyAtMaxLevel` int(10) unsigned not null default 0;

    Still did not work..
    Last edited by Strupantwn; 07-28-2008 at 08:42 PM.

  13. #13
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you do generate sql query you will have something like:
    insert into quests(a,b,c,d,e, requiredmoney, f,g,h,i,j) values(x,x,x,x,x,x,x,x,x,x)

    The red X is the requiredmoney column....if requiredmoney is the 6th column between brackets then the 6th value is the requiredmoney value...

    grtz

  14. #14
    whquint09's Avatar Member
    Reputation
    3
    Join Date
    Dec 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice edited version. Works alot better than the original

  15. #15
    Strupantwn's Avatar Contributor
    Reputation
    115
    Join Date
    Apr 2007
    Posts
    1,045
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lat, mind giving me a tut on how to upgrade my DB to the new blizzlike DB scythe made 3.0 to my ld DB without losing anything?

Similar Threads

  1. Noggit3 Runtime Error (Will rep for Answer)
    By Jordanator123 in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 08-29-2010, 08:53 AM
  2. [Error] MySQL [Will +Rep Ofc]
    By marco1234 in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 04-12-2009, 02:17 PM
  3. [Question] Arcemu Quest Tables [Will +REP]
    By marco1234 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 03-27-2009, 01:49 PM
  4. [DLL Error] Will rep
    By Padlockcode in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 09-07-2008, 05:27 PM
  5. Lf Joanas Horde will +rep =P
    By unceenrogue in forum Community Chat
    Replies: 4
    Last Post: 04-10-2007, 03:17 PM
All times are GMT -5. The time now is 10:23 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