[Help] Error loading in items menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Agent Orange's Avatar Knight-Lieutenant
    Reputation
    23
    Join Date
    Aug 2008
    Posts
    260
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] Error loading in items

    Hey guys im getting a error when i try loading my weapons in to my DB if you could help thanks
    Error Code
    Code:
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0,0,1141,0,7598,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,"" */
    Item Code
    Code:
    INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, `range`, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ReqDisenchantSkill, unk2)
    					VALUES (99991,2,16,-1,"Warsong Throwing Blade","Warsong Throwing Blade","Warsong Throwing Blade","Warsong Throwing Blade",4289,5,0,0000,0000,25,-1,-1,80,80,0,0,0,0,0,0,0,0,1,0, 3,44, 7,56, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0,406,510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,6,6,6,6,1500,0,0,15820,1,0,0,0,0,15467,,0,0,1141,0,7598,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,"",0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,2,0,4,0,8,0,0,0,0,0);

    [Help] Error loading in items
  2. #2
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Either the SQL code your trying to import is old, or your items table is old. Most likely the items query.


  3. #3
    Zudrik's Avatar Member
    Reputation
    52
    Join Date
    Dec 2008
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    See if it makes a difference like this.

    Code:
    INSERT INTO items VALUES ('99991','2','16','-1','Warsong Throwing Blade','Warsong Throwing Blade','Warsong Throwing Blade','Warsong Throwing Blade','4289','5','0','0000','0000','25','-1','-1','80','80','0','0','0','0','0','0','0','0','1','0','3','44','7','56','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','406','510','0','0','0','0','0','0','0','0','0','0','0','0','0','0','6','6','6','6','6','6','1500','0','0','15820','1','0','0','0','0','15467','','0','0','1141','0','7598','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','-1','0','0','0','0','0','0','0','0','0','0','2','0','4','0','8','0','0','0','0','0');

  4. #4
    Agent Orange's Avatar Knight-Lieutenant
    Reputation
    23
    Join Date
    Aug 2008
    Posts
    260
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zudrik View Post
    See if it makes a difference like this.

    Code:
    INSERT INTO items VALUES ('99991','2','16','-1','Warsong Throwing Blade','Warsong Throwing Blade','Warsong Throwing Blade','Warsong Throwing Blade','4289','5','0','0000','0000','25','-1','-1','80','80','0','0','0','0','0','0','0','0','1','0','3','44','7','56','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','406','510','0','0','0','0','0','0','0','0','0','0','0','0','0','0','6','6','6','6','6','6','1500','0','0','15820','1','0','0','0','0','15467','','0','0','1141','0','7598','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','-1','0','0','0','0','0','0','0','0','0','0','2','0','4','0','8','0','0','0','0','0');
    i get a error
    Code:
    Column count doesn't match value count at row 1
    and im using wow-v.com so im not sure if there out of date

  5. #5
    Zudrik's Avatar Member
    Reputation
    52
    Join Date
    Dec 2008
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try using the other download batch? Lol Idk ><

  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)
    Originally Posted by Agent Orange View Post
    i get a error
    Code:
    Column count doesn't match value count at row 1
    and im using wow-v.com so im not sure if there out of date
    Its your DB that is out of date or the wow-v shizzle
    Try updating ur DB and if that is not working then wow-v is out of date... but seriously you should consider making items without wow-v

  7. #7
    Agent Orange's Avatar Knight-Lieutenant
    Reputation
    23
    Join Date
    Aug 2008
    Posts
    260
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i found out what was wrong i for got to put on equip

Similar Threads

  1. [Help]Error Loading in stuff into DB
    By Agent Orange in forum WoW EMU Questions & Requests
    Replies: 11
    Last Post: 01-26-2009, 11:20 AM
  2. [Help!] SQL Error in all items from WoW Vendetta
    By webm0nst3r in forum World of Warcraft General
    Replies: 6
    Last Post: 01-03-2009, 07:35 PM
  3. [HELP] Big Error Loading Ascent-Logon +Rep to helpers
    By jackdaripper in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 05-30-2008, 03:30 AM
All times are GMT -5. The time now is 10:29 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