-
Contributor
[Release] 12/21/2007 Working Vendor's + Vendor's Items
/*
Vendor's + Vendor's Items
#This release include's working vendors plus their item's over 50-70 of them.
#This vendor's works well with all latest current database out there.
#NCDB latest database will also work with this.
-I did this , to thoes out there that need them.
*/
Last edited by ~SaiLyn~; 12-22-2007 at 01:07 PM.
These ads disappear when you log in.
-
Banned
lol the fact that all of my Malls (2.3.0) Malls all have them
-
MysterioussouL1
Guest
-
Contributor
Originally Posted by
Illidan1
lol the fact that all of my Malls (2.3.0) Malls all have them 
I think all repacks with vendors have same vendors just sometimes different items.
-
Banned
i was on a Server with 7612 Vendors, every item in game and over 5000 custom Items, i nearly f**king killed my self
-
Contributor
Originally Posted by
Illidan1
i was on a Server with 7612 Vendors, every item in game and over 5000 custom Items, i nearly f**king killed my self
Thats called NO-LIFE
-
Sergeant
cool
i call that dedication to the players for a person to do that
-
Contributor
yea umm one problem just one, currency. that didnt work.
-
Banned
the vendor? it didn't have any tokens Etc in it?
or the Tier 4 - 6 is broken?
-
Lieutenant Commander
Unfortunately the vendor items cant be straight imported into the new databases:
Code:
[Err] 1136 - Column count doesn't match value count at row 1
[Err] INSERT INTO `vendors` VALUES ('1000044', '32883', '200');
[Msg] Finished - Unsuccessfully
--------------------------------------------------
NCDB 710.
-
Contributor
no the vendor, when i was adding the sql it kept on saying cant add the currency and all that. so then i spawned it, clicked it, and game crashed.
EDIT yep what steph said.
-
Lieutenant Commander
Its because of the table changes in the new DB. Not sure how simple the new ones are, tbh I cant be arsed lol
-
Banned
Could some one link me 2 NCDB 710 please, so i can keep up to date
-
Lieutenant Commander
-
Contributor
Steph this is easy fix, look what the error said is this
Code:
INSERT INTO `vendors` VALUES ('1000044', '32883', '200');
Just change it to this
Code:
INSERT INTO `vendors` VALUES ('1000044', '32883', '200', '0');
So just do the same thing to all the ones that are missing the '0' at the end , so it should be a total of 4 numbers instead of 3