Ok so here is the vendor for the items between 94000 and 94150
Player Items
Other one for GM and Admin im making them now
So here is the SQL Script for User T7 Vendor :
Code:
INSERT INTO creature_proto
(`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
VALUES
(100000, 100, 100, 35, 100000, 100000, 100000, 1, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360000, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 0, 0, 0, 2.5, 8, 14, 0);
INSERT INTO creature_names
(`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
VALUES
(100000, 'Tier 7 by Spartansp', 'Tier 7 Vendor', '', 0, 7, 0, 3, 0, , 22963, 0, 0, 0, 1, 1, 0, 1);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94000, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94001, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94002, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94003, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94004, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94005, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94006, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94007, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94008, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94009, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94010, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94011, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94012, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94013, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94014, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94015, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94016, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94018, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94019, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94020, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94021, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94022, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94023, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94024, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94025, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94026, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94031, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94017, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94029, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94028, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94027, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94032, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94033, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94034, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94035, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94036, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94037, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94038, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94039, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94041, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94030, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94042, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94043, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94044, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94045, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94046, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94047, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94048, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94049, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94050, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94051, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94052, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94053, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94054, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94055, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94056, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94057, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94058, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94059, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94060, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94061, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94062, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94063, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94064, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94065, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94066, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94067, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94068, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94069, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94070, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94071, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94072, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94073, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94074, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94075, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94076, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94077, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94078, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94079, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94080, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94081, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94082, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94083, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94084, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94085, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94086, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94087, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94040, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94088, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94089, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94091, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94092, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94093, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94094, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94095, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94096, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94097, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94098, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94099, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94101, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94090, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94102, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94103, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94104, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94105, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94106, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94107, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94108, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94109, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94110, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94111, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94112, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94113, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94114, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94115, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94116, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94117, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94118, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94119, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94120, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94121, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94122, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94123, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94124, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94125, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94126, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94127, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94128, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94129, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94130, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94132, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94100, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94133, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94134, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94135, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94136, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94137, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94150, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94139, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94138, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94131, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94148, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94147, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94146, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94144, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94143, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94142, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94141, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94145, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94140, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94149, 1, 0, 0);
SpartanSP hope its no problem that i made it or ?
I sawed that you have no time and the users want it so...
Anyway if u dont like that im sorry 
PS : .npc spawn 100000 1 to get the vendor
Edit : Admin T7 Vendor (items between 93023 and 93033)
.npc spawn 100001 1
Here is the SQL Script :
Code:
INSERT INTO creature_names
(`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
VALUES
(100001, 'Admin T7 by Spartansp', 'Tier 7 Vendor', '', 0, 7, 0, 3, 0, , 22963, 0, 0, 0, 1, 1, 0, 0);
INSERT INTO creature_proto
(`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
VALUES
(100001, 70, 70, 35, 100000, 100000, 100000, 1, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360000, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 2.5, 8, 14, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93033, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93032, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93031, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93030, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93029, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93028, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93027, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93026, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93025, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93024, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100001, 93023, 1, 0, 0);
Edit : GM T7 Vendor (items between 93100 and 93124)
.npc spawn 100002 1
Here is the SQL Script :
Code:
INSERT INTO creature_names
(`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
VALUES
(100002, 'GM T7 by Spartansp', 'Tier 7 Vendor', '', 0, 7, 0, 3, 0, , 22963, 0, 0, 0, 1, 1, 0, 0);
INSERT INTO creature_proto
(`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
VALUES
(100002, 70, 70, 35, 100000, 100000, 100000, 1, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360000, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 2.5, 8, 14, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93100, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93101, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93102, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93103, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93104, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93105, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93106, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93107, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93108, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93109, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93110, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93111, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93112, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93113, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93114, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93115, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93116, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93117, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93118, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93119, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93120, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93121, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93122, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93123, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100002, 93124, 1, 0, 0);
Edit : All-In-One Vendor (includes all items , all all)
.npc spawn 100003 1
Here is the SQL Script :
Code:
INSERT INTO creature_proto
(`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
VALUES
(100000, 100, 100, 35, 100000, 100000, 100000, 1, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360000, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 0, 0, 0, 2.5, 8, 14, 0);
INSERT INTO creature_names
(`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
VALUES
(100000, 'Tier 7 by Spartansp', 'All-In-One Tier 7 Vendor', '', 0, 7, 0, 3, 0, , 22963, 0, 0, 0, 1, 1, 0, 1);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94000, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94001, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94002, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94003, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94004, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94005, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94006, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94007, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94008, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94009, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94010, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94011, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94012, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94013, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94014, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94015, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94016, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94018, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94019, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94020, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94021, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94022, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94023, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94024, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94025, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94026, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94031, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94017, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94029, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94028, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94027, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94032, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94033, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94034, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94035, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94036, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94037, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94038, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94039, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94041, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94030, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94042, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94043, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94044, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94045, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94046, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94047, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94048, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94049, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94050, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94051, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94052, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 940453, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94054, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94055, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94056, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94057, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94058, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94059, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94060, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94061, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94062, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94063, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94064, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94065, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94066, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94067, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94068, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94069, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94070, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94071, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94072, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94073, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94074, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94075, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94076, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94077, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94078, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94079, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94080, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94081, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94082, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94083, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 90484, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94085, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94086, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94087, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94040, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94088, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94089, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94091, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94092, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94093, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94094, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94095, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94096, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94097, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94098, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94099, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94101, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94090, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94102, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94103, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94104, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94105, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94106, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94107, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94108, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94109, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94110, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94111, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94112, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94113, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94114, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94115, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94116, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94117, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94118, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94119, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94120, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94121, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94122, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94123, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94124, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94125, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94126, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94127, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94128, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94129, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94130, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94132, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94100, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94133, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94134, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94135, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94136, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94137, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94150, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94139, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94138, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94131, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94148, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94147, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94146, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94144, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94143, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94142, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94141, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94145, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94140, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 94149, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93033, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93032, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93031, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93030, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93029, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93028, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93027, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93026, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93025, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93024, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93023, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93100, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93101, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93102, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93103, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93104, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93105, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93106, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93107, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93108, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93109, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93110, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93111, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93112, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93113, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93114, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93115, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93116, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93117, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93118, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93119, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93120, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93121, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93122, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93123, 1, 0, 0);
INSERT INTO vendors
(`entry`, `item`, `amount`, `max_amount`, `inctime`)
VALUES
(100000, 93124, 1, 0, 0);
And il say again....if u dont liked these Spartan im sorry....but how i sayed , i sawed u have no time so i decided to make these
Note : Dont use both things . If u want separated vendors than use first 3 scripts if u want All-In-oNE Vendor than use the last script
PS: If u find any errors tell me or spartan please