[Question] DB Editor menu

User Tag List

Results 1 to 14 of 14
  1. #1
    Tropem's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] DB Editor

    Ok when i use the latest version of DB editor.. well i just tell the problem.

    When i make an NPC i generate the SQL. I copy the text from the 1th Window ( Insert blablabla )

    and when i gonna inport them to DB i get this error


    BTW iam useing SectorSevens Blizz Repack, well hope someone figure it out
    I dunno why it dosent work with DB editor. :confused:

    [Question] DB Editor
  2. #2
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The query ur trying to run has too many or too few columns to match up with ur db. add or remove some to fix it
    Spectrum-X is win! Rep People That Help You and Candybones Wont Eat Your Brain:>

  3. #3
    Tropem's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks! I edit this post if it works!

    EDIT 1 :
    Right im a noob at this.. how do i do it?? xDDDD

  4. #4
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update your DB to a newer structur, else the SQL you have downloaded has an older structure

  5. #5
    Tropem's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    as i said im realy noobish at this.. realy.. now i mean realy..

    "Update your DB to a newer structur, else the SQL you have downloaded has an older structure"

    How do i update?? -..0

  6. #6
    Tropem's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm what problems will this cause?

    I use the Apples DB Instead of SectorServens DB? I quess it isent so much problems??

  7. #7
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    like
    Code:
    INSERT INTO `creature_proto` (`entry`,`minlevel`,`maxlevel`,`faction`,`minhealth`,`maxhealth`,`mana`,`scale`,`npcflags`,`attacktime`,`mindamage`,`maxdamage`,`rangedattacktime`,`rangedmindamage`,`rangedmaxdamage`,`mountdisplayid`,`equipmodel1`,`equipinfo1`,`equipslot1`,`equipmodel2`,`equipinfo2`,`equipslot2`,`equipmodel3`,`equipinfo3`,`equipslot3`,`respawntime`,`armor`,`resistance4`,`combat_reach`,`bounding_radius`,`auras`,`boss`,`money`,`invisibility_type`,`death_state`,`walk_speed`,`run_speed`,`extra_a9_flags`) VALUES ('1000012','72','72','1626','1200000','1200000','34000900','1','0','1500','6700','9700','0','0','0','0','0','0','0','0','0','0','0','0','0','36000','14000','200','1','0','0','1','0','0','0','4','12','0')
    just add some more
    '0's at the end. Or remove some depends if you got new columns in the table ur inserting into
    Spectrum-X is win! Rep People That Help You and Candybones Wont Eat Your Brain:>

  8. #8
    Tropem's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok tyvm, i try this. But .. umm If i add to many it dosent work? right? and if i add to less it still dosent work? So i got to add exactly so many as it need?

  9. #9
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats right But you can count them u know..

    Say we're modding creature_proto, now count the columns in creature_proto

    ok. There is 44

    Now count the columns in your query, (the numbers) these have to be 44 aswell
    Spectrum-X is win! Rep People That Help You and Candybones Wont Eat Your Brain:>

  10. #10
    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)
    Creature names - Wiki
    Creature proto - Wiki

    wiki = always handy shows structure + info... and if you need to download updates or latest structure:
    Revision 185: /trunk/sql

    grtz

  11. #11
    Tropem's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tyvm, but.. umm how do i update? i got them.. now what?

    EDIT
    I think i got it, i make an new quiery thing, copy and paste the text from that links you gave me and hit run?
    if this is right, then all creatures will disapear? cause if i run this then they will say there is already an table existing, do i need t overwrite or something then? Cause im pretty sure all creatures will disapear or what??

    EDIT2
    Sorry if you dont understand how i try to explain, and sorry for bad english. ( I dunno how to explain .. well i tried )
    Last edited by Tropem; 06-27-2008 at 07:34 AM.

  12. #12
    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)
    for updates you need to run the 'updates' you find on the link...
    The things you are running are probably the full structures and that will clear your current DB...
    this is an example of an update:
    http://arcemu.svn.sourceforge.net/sv...ture_proto.sql

  13. #13
    Tropem's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by latruwski View Post
    for updates you need to run the 'updates' you find on the link...
    The things you are running are probably the full structures and that will clear your current DB...
    this is an example of an update:
    http://arcemu.svn.sourceforge.net/sv...ture_proto.sql
    Clear my DB? I mean, will it delete the normal NPCS and vendors and such? will it delete all creatures, vendors, mobs?? questes??

    NVM i dont get this with updates.. so well i just try something and hopefully figure it out..

    EDIT :
    Lol i updated Creatures name.. everything disapeared, is there a way to get the Normal NPCS, Vendors, MOBS back?
    Last edited by Tropem; 06-27-2008 at 08:12 AM.

  14. #14
    Tropem's Avatar Member
    Reputation
    26
    Join Date
    Jun 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    \\\BUMP///

    Answer my question anyone?? I realy wanna do this

    "Lol i updated Creatures name.. everything disapeared, is there a way to get the Normal NPCS, Vendors, MOBS back?"

Similar Threads

  1. [question]WMO Editor or Object viewer?
    By Dazzled in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 02-16-2015, 10:41 PM
  2. [Question]SWG Editor
    By Zantas in forum WoW ME Questions and Requests
    Replies: 6
    Last Post: 03-08-2010, 10:30 AM
  3. [Question] DBC Editor ERROR. Need help!!
    By Subset in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 03-01-2010, 02:47 AM
  4. [QUESTION] DBC Editor changing values to null
    By supadots in forum WoW ME Questions and Requests
    Replies: 5
    Last Post: 02-28-2010, 05:32 PM
  5. [Question] DBC Editor Save Issues
    By Zeron macculus in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 07-16-2008, 07:07 PM
All times are GMT -5. The time now is 07:37 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