[Release] 12/21/2007 Working Vendor's + Vendor's Items menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 32
  1. #16
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah, excellent, thanks Ascended, I havent had time to look at these yet.

    All the current Malls etc will need this new addition - thats a lot of items lol.

    [Release] 12/21/2007 Working Vendor's + Vendor's Items
  2. #17
    L'Lawliet's Avatar Contributor
    Reputation
    212
    Join Date
    Jun 2007
    Posts
    1,765
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nope still doesnt work
    [Err] INSERT INTO `vendors` VALUES ('1000044', '2519', '200', '0');
    [Err] 1136 - Column count doesn't match value count at row 1

  3. #18
    ~SaiLyn~'s Avatar Contributor
    Reputation
    280
    Join Date
    Aug 2007
    Posts
    546
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Halo View Post
    nope still doesnt work
    [Err] INSERT INTO `vendors` VALUES ('1000044', '2519', '200', '0');
    [Err] 1136 - Column count doesn't match value count at row 1
    For the looks of it , you have more tables.... which database are you using in the first place ?

    NCDB latest database works with this , as i tested it yesturday and NO Errors what so ever.

  4. #19
    ~SaiLyn~'s Avatar Contributor
    Reputation
    280
    Join Date
    Aug 2007
    Posts
    546
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Halo , Try this

    this is the error you got

    INSERT INTO `vendors` VALUES ('1000044', '2519', '200', '0');



    Try changing it to this

    INSERT INTO `vendors` VALUES ('1000044', '2519', '200', '0', '0');

  5. #20
    L'Lawliet's Avatar Contributor
    Reputation
    212
    Join Date
    Jun 2007
    Posts
    1,765
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i did and i get this
    [Err] 1064 - 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 '' at line 1
    [Err] INSERT INTO `vendors` VALUES ('1000044', '30319', '200', ;

    i am using NCDB 710 maybe because you have NCDB 706

  6. #21
    ~SaiLyn~'s Avatar Contributor
    Reputation
    280
    Join Date
    Aug 2007
    Posts
    546
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well look at this

    this is ur error

    [Err] INSERT INTO `vendors` VALUES ('1000044', '30319', '200', ;


    listen every single vendor should have this

    INSERT INTO `vendors` VALUES ('1000044', '30319', '200', '0', '0');

    - whats in red is what each item should have at the end

  7. #22
    ~SaiLyn~'s Avatar Contributor
    Reputation
    280
    Join Date
    Aug 2007
    Posts
    546
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First post updated with new download links

  8. #23
    Arugos's Avatar Member
    Reputation
    14
    Join Date
    Jun 2007
    Posts
    247
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I successfully added it to my DB and im using 710 , im gonna post the way i did it if you guys can rep me for doing it , im trying to get 5 reput so i can reput other people

  9. #24
    Arugos's Avatar Member
    Reputation
    14
    Join Date
    Jun 2007
    Posts
    247
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nvm guys i saw it already been posted

  10. #25
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got an Error...

    Code:
    [Err] 1064 - 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 ')' at line 1
    [Err] );
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '29736', '21000');

  11. #26
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its because you are using a newer database than the vendors were designed for.

    If you want to use the old vendors, use the old database.

    You cant put a square block, into a round hole.

    If you want to fix the error, you need to manually add the new table differences between the old vendor code and the new table layouts.

  12. #27
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Eeehh cant be arsed to do that

  13. #28
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mtthwclinton View Post
    Eeehh cant be arsed to do that
    Then just sit on your ass until you get something for free then instead of whining.

  14. #29
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im not whining ill just make my own..

  15. #30
    Gooday's Avatar Member
    Reputation
    10
    Join Date
    Jan 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is on a new NCDB server

    [Err] 1064 - 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 ')' at line 1
    [Err] );
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '29736', '21000');
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '29735', '21000');
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '29024', '100');
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '26045', '100');
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '26044', '100');
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '24581', '21000');
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '24579', '21000');
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '20560', '100');
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '20559', '100');
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `vendors` VALUES ('1000049', '20558', '100');
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [ Updated Release ] Project CIDS Tier 7 + Vendors
    By Succy in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 03-23-2008, 04:24 AM
  2. Working Vendors in 2.3.0
    By cylas in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 01-14-2008, 02:42 PM
  3. [Request] Working vendors for latest NCDB
    By vasko93 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-31-2007, 01:24 PM
  4. Working Vendors / Zul`Aman Items / Zul`Aman mounts!
    By Rouslan in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 11-27-2007, 01:14 AM
  5. [Release] Slyfox's Lost Mounts Vendor!
    By slyfox101 in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 11-14-2007, 04:50 AM
All times are GMT -5. The time now is 07:33 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