Jump to content

Trader - neue Items


Recommended Posts

Hallo. Ich habe entschlossen, auf unserem Epoch Server alle Waffen und Items freizugeben. Die Loottables sind angepasst und es spawnt auch alles. Wenn ich die Sachen allerdings den Tradern zuweise, bleibt man beim Verbinden bei "Waiting for Start authentication" Hängen. Wenn ich die Items aus der DB wieder lösche, dann läuft der Server normal. Alle tids, classnames, afile, klammern und " stimmen. Kann hier jemand helfen?

Wenn jemand helfen kann und alles läuft bin ich gerne bereit die Trader_DATA hier zu teilen / anzubieten

-----------------------------------------

Hello. I've chosen to unlock all weapons and Items on our Epoch Server. So I updatet the loot tables and the Items spawn finely. When I put the new Items to the Database for Trading them, the Server Stucks on "Waiting for start authentication" and no One can join the Server. By deleting the new Items out of the Database, the Server Runs Fine. Every TID, classname, afile, [ and " are set correctly. Can anyone help? If anyone can and the Server Runs with the new Items, i will Share my trader_DATA here.

Edit: keine nutzbaren .rpt oder HiveExt Einträge / no useful .rpt or HiveExt entries.

Link to comment
Share on other sites

kommt mir bekannt vor :)

scheinbar fehlt irgendwo in der spalte item, buy, sell ein anführungszeichen, komma oder die kategorie 1,2,3

 

alternativ

check mal deine server_traders.sqf ob da nicht ein fehler drin ist, der beliebteste ist immer noch ein fehlendes ;

Link to comment
Share on other sites

Hab mehrere Male drübergeschaut, da fehlt nix. Aber ich kann wenn ich am Sonntag wieder zu Hause bin gerne mal die Sachen posten. Der hängt sich schon auf wenn ich z.b. Manuell die 9 Waffen zum schon vorhandenen Hero Trader hinzufüge. Ohne SQL abfrage sondern über phpmyadmin.

Link to comment
Share on other sites

Du bekommst mehr Tips etc. wenn du das ganze hier auf Englisch verfasst.

 

INSERT INTO Traders_DATA (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES ('["RPG7V",3]', 10, '[3,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 477, 'trade_weapons'); 

 

The number behind the item/weapon/vehicle, which is 3 in this case means that its a weapon and it must be correct or it might not work ingame.
You can also see that I've set the price to buy the RPG to 3x full briefcases, and the selling price at 1x. The 10 is just the quantity you want the trader to have.

 

The number behind the weapon/item/vehicle like i mentioned must be the right one or It might not work(either its not showing in the menu or the picture doesnt appear).
Use the following IDs when adding new stuff.

Weapons = 3
Vehicles and backpacks = 2
Magazines = 1

The "trade_weapons" at the end is also very important and the different ones are.

trade_items
trade_weapons
trade_any_vehicle
trade_any_boat
trade_backpacks

 

Got these hints by bFe, can find him here: http://epochmod.com/forum/index.php?/user/3416-bfe/ .

There have to be only a little comma or a bracket you are missing.

Link to comment
Share on other sites

Ok,

 

no [ ] or " are missing. (look at the codes etc..), the traders / categories are set up fine. I am even getting an error, if i would manually add the new things over phpmyadmin instead of sql-insert code.

That's why it's gonna be very strange. only some building-parts etc. are working.

 

sql insert-code of the building parts:

(7622,'["ItemBurlap",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,508,'trade_items'),
(7623,'["ItemBurlap",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,530,'trade_items'),
(7624,'["ItemBurlap",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,662,'trade_items'),
(7625,'["ItemCanvas",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,508,'trade_items'),
(7626,'["ItemCanvas",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,530,'trade_items'),
(7627,'["ItemCanvas",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,662,'trade_items'),
(7628,'["ItemComboLock",1]',250,'[6,"ItemGoldBar10oz",1]','[3,"ItemGoldBar10oz",1]',0,508,'trade_items'),
(7629,'["ItemComboLock",1]',250,'[6,"ItemGoldBar10oz",1]','[3,"ItemGoldBar10oz",1]',0,530,'trade_items'),
(7630,'["ItemComboLock",1]',250,'[6,"ItemGoldBar10oz",1]','[3,"ItemGoldBar10oz",1]',0,662,'trade_items'),
(7631,'["ItemKiloHemp",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,508,'trade_items'),
(7632,'["ItemKiloHemp",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,530,'trade_items'),
(7633,'["ItemKiloHemp",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,662,'trade_items'),
(7634,'["ItemLockbox",1]',250,'[1,"ItemBriefcase100oz",1]','[5,"ItemGoldBar10oz",1]',0,508,'trade_items'),
(7635,'["ItemLockbox",1]',250,'[1,"ItemBriefcase100oz",1]','[5,"ItemGoldBar10oz",1]',0,530,'trade_items'),
(7636,'["ItemLockbox",1]',250,'[1,"ItemBriefcase100oz",1]','[5,"ItemGoldBar10oz",1]',0,662,'trade_items'),
(7637,'["ItemShovel",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,510,'trade_items'),
(7638,'["ItemShovel",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,532,'trade_items'),
(7639,'["ItemShovel",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,663,'trade_items'),
(7640,'["ItemSledgeHandle",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,510,'trade_items'),
(7641,'["ItemSledgeHandle",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,532,'trade_items'),
(7642,'["ItemSledgeHandle",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,663,'trade_items'),
(7643,'["ItemSledgeHead",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,510,'trade_items'),
(7644,'["ItemSledgeHead",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,532,'trade_items'),
(7645,'["ItemSledgeHead",1]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,663,'trade_items'),
(7646,'["Skin_SurvivorWsequisha_DZ",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,497,'trade_items'),
(7647,'["Skin_SurvivorWsequisha_DZ",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,628,'trade_items'),
(7648,'["Skin_SurvivorWsequisha_DZ",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,631,'trade_items'),
(7649,'["Skin_SurvivorWsequishaD_DZ",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,497,'trade_items'),
(7650,'["Skin_SurvivorWsequishaD_DZ",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,628,'trade_items'),
(7651,'["Skin_SurvivorWsequishaD_DZ",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,631,'trade_items'),

here's my server_traders.sqf: (changes made at the blackmarket dealer)

// DayZ Epoch TRADERS for 11
serverTraders = ["RU_Functionary1","RU_Citizen3","Rocker4","Profiteer4","Rita_Ensler_EP1","CIV_EuroMan01_EP1","CIV_EuroMan02_EP1","TK_GUE_Soldier_5_EP1","GUE_Soldier_MG","Worker2","Worker3","Woodlander1","UN_CDF_Soldier_Pilot_EP1","RU_WorkWoman1","Dr_Annie_Baker_EP1","RU_Citizen4","RU_WorkWoman5","RU_Citizen1","RU_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","Woodlander3","Dr_Hladik_EP1","Doctor","HouseWife1","GUE_Woodlander2"];
// Hero Vendor
menu_RU_Functionary1 = [
	[["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
	[],
	"hero"
];
// Ammunition Friendly
menu_RU_Citizen3 = [
	[["Assault Rifle Ammo",480],["Light Machine Gun Ammo",481],["Pistol Ammo",484],["Shotguns and Single-shot Ammo",573],["Sniper Rifle Ammo",482],["Submachine Gun Ammo",483]],
	[],
	"friendly"
];
// Weapons Friendly
menu_Rocker4 = [
	[["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
	[],
	"friendly"
];
// Friendly Vehicles
menu_Profiteer4 = [
	[["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565]],
	[],
	"friendly"
];
// General Store
menu_Rita_Ensler_EP1 = [
	[["Backpacks",496],["Clothes",497],["Cooked Meats",580],["Drinks",498],["Packaged Food",579]],
	[["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
	"neutral"
];
// Weapons neutral
menu_CIV_EuroMan01_EP1 = [
	[["Assault Rifle",602],["Light Machine Gun",603],["Pistols",606],["Shotguns and Single-shot",607],["Sniper Rifle",605],["Submachine Guns",604]],
	[],
	"neutral"
];
// Ammunition Neutral
menu_CIV_EuroMan02_EP1 = [
	[["Assault Rifle Ammo",609],["Light Machine Gun Ammo",610],["Pistol Ammo",611],["Shotguns and Single-shot Ammo",613],["Sniper Rifle Ammo",614],["Submachine Gun Ammo",612]],
	[],
	"neutral"
];
// Neutral Building/Parts
menu_TK_GUE_Soldier_5_EP1 = [
	[["Building Supplies",508],["Toolbelt Items",510],["Vehicle Parts",509]],
	[],
	"neutral"
];
// Bandit Trader
menu_GUE_Soldier_MG = [
	[["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
	[],
	"hostile"
];
// Aircraft Dealer
menu_Worker2 = [
	[["Airplanes",517],["Helicopter Unarmed",519]],
	[],
	"neutral"
];
// Vehicles Neutral
menu_Worker3 = [
	[["Bikes and ATV",587],["Buses and Vans",588],["Cargo Trucks",586],["Fuel Trucks",589],["Military Unarmed",598],["Trucks",590],["Used Cars",520],["Utility Vehicles",591]],
	[],
	"neutral"
];
// Friendly Building/Parts
menu_Woodlander1 = [
	[["Building Supplies",530],["Toolbelt Items",532],["Vehicle Parts",531]],
	[],
	"friendly"
];
// Friendly Vehicles 2
menu_UN_CDF_Soldier_Pilot_EP1 = [
	[["Bikes and ATV",536],["Buses and Vans",592],["Cargo Trucks",570],["Fuel Trucks",595],["Military Unarmed",599],["Trucks Unarmed",535],["Used Cars",600],["Utility Vehicles",568]],
	[],
	"friendly"
];
// General Store 2
menu_RU_WorkWoman1 = [
	[["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
	[["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
	"friendly"
];
// Medical Supplies
menu_Dr_Annie_Baker_EP1 = [
	[["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
	[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
	"friendly"
];
// East Wholesaler
menu_RU_Citizen4 = [
	[["Wholesale",555]],
	[],
	"neutral"
];
// General Store 3
menu_RU_WorkWoman5 = [
	[["Backpacks",632],["Clothes",631],["Cooked Meats",634],["Drinks",633],["Packaged Food",635]],
	[["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
	"neutral"
];
// West Wholesaler
menu_RU_Citizen1 = [
	[["Wholesale",636]],
	[],
	"neutral"
];
// Boat Vendor
menu_RU_Villager3 = [
	[["Boats Armed",558],["Boats Unarmed",557]],
	[],
	"neutral"
];
// Weapons neutral 2
menu_TK_CIV_Takistani04_EP1 = [
	[["Assault Rifle",637],["Light Machine Gun",638],["Pistols",674],["Shotguns and Single-shot",641],["Sniper Rifle",640],["Submachine Guns",642]],
	[],
	"neutral"
];
// Ammunition Neutral 2
menu_Pilot_EP1 = [
	[["Assault Rifle Ammo",643],["Light Machine Gun Ammo",644],["Pistol Ammo",646],["Shotguns and Single-shot Ammo",649],["Sniper Rifle Ammo",647],["Submachine Gun Ammo",648]],
	[],
	"neutral"
];
// Vehicles Neutral 2
menu_RU_Profiteer4 = [
	[["Bikes and ATV",650],["Buses and Vans",651],["Cargo Trucks",653],["Fuel Trucks",655],["Military Unarmed",658],["Trucks",659],["Used Cars",660],["Utility Vehicles",661]],
	[],
	"neutral"
];
// Neutral Building/Parts
menu_Woodlander3 = [
	[["Building Supplies",662],["Toolbelt Items",663],["Vehicle Parts",664]],
	[],
	"neutral"
];
// Medical Supplies 2
menu_Dr_Hladik_EP1 = [
	[["Chem-lites/Flares",666],["Medical Supplies",665],["Smoke Grenades",668]],
	[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
	"neutral"
];
// Medical Supplies 3
menu_Doctor = [
	[["Chem-lites/Flares",669],["Medical Supplies",670],["Smoke Grenades",671]],
	[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
	"neutral"
];
// Boat Trader 2
menu_HouseWife1 = [
	[["Boats Armed",673],["Boats Unarmed",672]],
	[],
	"neutral"
];
// Black market
menu_GUE_Woodlander2 = [
	[["Test",705],["Assault Rifles",696],["Assault Rifles Ammo",697],["Light Machine Gun",698],["Light Machine Gun Ammo",699],["Shotgun",700],["Shotgun Ammo",701],["Sniper Rifles",702],["Sniper Rifles Ammo",703],["Explosives",529],["Backpacks",693],["Sonstiges",704]],
	[],
	"neutral"
];

here's a part of my SQL-Data i'd would like to insert:

(7652,'["AKS_74_UN_kobra",3]',250,'[4,"ItemSilverBar10oz",1]','[2,"ItemSilverBar10oz",1]',0,477,'trade_weapons'),
(7653,'["bizon_silenced",3]',250,'[1,"ItemGoldBar10oz",1]','[5,"ItemGoldBar",1',0,477,'trade_weapons'),
(7654,'["G36_C_SD_eotech",3]',250,'[6,"ItemGoldBar",1]','[3,"ItemGoldBar",1]',0,477,'trade_weapons'),
(7655,'["M4A1_HWS_GL_SD_Camo",3]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,477,'trade_weapons'),
(7656,'["m8_holo_sd",3]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,477,'trade_weapons'),
(7657,'["m8_tws_sd",3]',250,'[8,"ItemGoldBar10oz",1]','[4,"ItemGoldBar10oz",1]',0,477,'trade_weapons'),
(7658,'["SCAR_H_CQC_CCO_SD",3]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,477,'trade_weapons'),
(7659,'["SCAR_H_STD_TWS_SD",3]',250,'[8,"ItemGoldBar10oz",1]','[4,"ItemGoldBar10oz",1]',0,477,'trade_weapons'),
(7660,'["SCAR_L_CQC_CCO_SD",3]',250,'[2,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,477,'trade_weapons'),
(7652,'["100Rnd_127x99_L2A1",1]',250,'[6,"ItemSilverBar10oz",1]','[3,"ItemSilverBar10oz",1]',0,699,'trade_items'),
(7653,'["100Rnd_556x45_BetaCMag",1]',250,'[6,"ItemSilverBar10oz",1]','[3,"ItemSilverBar10oz",1]',0,699,'trade_items'),
(7654,'["100Rnd_556x45_M249",1]',250,'[6,"ItemSilverBar10oz",1]','[3,"ItemSilverBar10oz",1]',0,699,'trade_items'),
(7655,'["10Rnd_127x99_m107",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,703,'trade_items'),
(7656,'["1Rnd_HE_GP25",1]',250,'[4,"ItemGoldBar",1]','[2,"ItemGoldBar",1]',0,695,'trade_items'),
(7657,'["1Rnd_SMOKE_GP25",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7658,'["1Rnd_SmokeGreen_GP25",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7659,'["1Rnd_SmokeRed_GP25",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7660,'["1Rnd_SmokeYellow_GP25",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7661,'["200Rnd_556x45_L110A1",1]',250,'[1,"ItemGoldBar",1]','[5,"ItemSilverBar10oz",1]',0,697,'trade_items'),
(7662,'["20Rnd_556x45_Stanag",1]',250,'[5,"ItemSilverBar",1]','[3,"ItemSilverBar",1]',0,697,'trade_items'),
(7663,'["20Rnd_762x51_B_SCAR",1]',250,'[5,"ItemSilverBar10oz",1]','[3,"ItemSilverBar10oz",1]',0,697,'trade_items'),
(7664,'["20Rnd_9x39_SP5_VSS",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,703,'trade_items'),
(7665,'["20Rnd_B_AA12_74Slug",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,701,'trade_items'),
(7666,'["20Rnd_B_AA12_HE",1]',250,'[4,"ItemGoldBar",1]','[2,"ItemGoldBar",1]',0,701,'trade_items'),
(7667,'["20Rnd_B_AA12_Pellets",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,701,'trade_items'),
(7668,'["30Rnd_545x39_AKSD",1]',250,'[4,"ItemSilverBar10oz",1]','[2,"ItemSilverBar10oz",1]',0,478,'trade_items'),
(7669,'["30Rnd_545x39_AKSD",1]',250,'[4,"ItemSilverBar10oz",1]','[2,"ItemSilverBar10oz",1]',0,577,'trade_items'),
(7670,'["30Rnd_556x45_G36",1]',250,'[4,"ItemSilverBar",1]','[2,"ItemSilverBar",1]',0,480,'trade_items'),
(7671,'["30Rnd_556x45_G36",1]',250,'[4,"ItemSilverBar",1]','[2,"ItemSilverBar",1]',0,609,'trade_items'),
(7672,'["30Rnd_556x45_G36",1]',250,'[4,"ItemSilverBar",1]','[2,"ItemSilverBar",1]',0,643,'trade_items'),
(7673,'["30Rnd_556x45_G36SD",1]',250,'[4,"ItemSilverBar10oz",1]','[2,"ItemSilverBar10oz",1]',0,478,'trade_items'),
(7674,'["30Rnd_556x45_G36SD",1]',250,'[4,"ItemSilverBar10oz",1]','[2,"ItemSilverBar10oz",1]',0,577,'trade_items'),
(7675,'["5Rnd_127x108_KSVK",1]',250,'[2,"ItemSilverBar10oz",1]','[1,"ItemSilverBar10oz",1]',0,703,'trade_items'),
(7676,'["5Rnd_127x99_as50",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,703,'trade_items'),
(7677,'["5Rnd_86x70_L115A1",1]',250,'[1,"ItemGoldBar",1]','[5,"ItemSilverBar10oz",1]',0,482,'trade_items'),
(7678,'["5Rnd_86x70_L115A1",1]',250,'[1,"ItemGoldBar",1]','[5,"ItemSilverBar10oz",1]',0,614,'trade_items'),
(7679,'["5Rnd_86x70_L115A1",1]',250,'[1,"ItemGoldBar",1]','[5,"ItemSilverBar10oz",1]',0,647,'trade_items'),
(7680,'["60Rnd_762x54_DT",1]',250,'[6,"ItemSilverBar10oz",1]','[3,"ItemSilverBar10oz",1]',0,699,'trade_items'),
(7681,'["64Rnd_9x19_Bizon",1]',250,'[1,"ItemSilverBar10oz",1]','[5,"ItemSilverBar",1]',0,483,'trade_items'),
(7682,'["64Rnd_9x19_Bizon",1]',250,'[1,"ItemSilverBar10oz",1]','[5,"ItemSilverBar",1]',0,612,'trade_items'),
(7683,'["64Rnd_9x19_Bizon",1]',250,'[1,"ItemSilverBar10oz",1]','[5,"ItemSilverBar",1]',0,648,'trade_items'),
(7684,'["64Rnd_9x19_SD_Bizon",1]',250,'[4,"ItemSilverBar10oz",1]','[2,"ItemSilverBar10oz",1]',0,478,'trade_items'),
(7685,'["64Rnd_9x19_SD_Bizon",1]',250,'[4,"ItemSilverBar10oz",1]','[2,"ItemSilverBar10oz",1]',0,577,'trade_items'),
(7686,'["6Rnd_FlareGreen_M203",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7687,'["6Rnd_FlareRed_M203",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7688,'["6Rnd_FlareWhite_M203",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7689,'["6Rnd_FlareYellow_M203",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7690,'["6Rnd_HE_M203_heli",1]',250,'[4,"ItemGoldBar",1]','[2,"ItemGoldBar",1]',0,695,'trade_items'),
(7691,'["6Rnd_Smoke_M203",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7692,'["6Rnd_SmokeGreen_M203",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7693,'["6Rnd_SmokeRed_M203",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7694,'["6Rnd_SmokeYellow_M203",1]',250,'[2,"ItemGoldBar",1]','[1,"ItemGoldBar",1]',0,695,'trade_items'),
(7695,'["75Rnd_545x39_RPK",1]',250,'[3,"ItemSilverBar10oz",1]','[1,"ItemSilverBar10oz",1]',0,481,'trade_items'),
(7696,'["75Rnd_545x39_RPK",1]',250,'[3,"ItemSilverBar10oz",1]','[1,"ItemSilverBar10oz",1]',0,610,'trade_items'),
(7697,'["75Rnd_545x39_RPK",1]',250,'[3,"ItemSilverBar10oz",1]','[1,"ItemSilverBar10oz",1]',0,644,'trade_items'),
(7698,'["8Rnd_B_Saiga12_74Slug",1]',250,'[5,"ItemSilverBar",1]','[3,"ItemSilverBar",1]',0,573,'trade_items'),
(7699,'["8Rnd_B_Saiga12_74Slug",1]',250,'[5,"ItemSilverBar",1]','[3,"ItemSilverBar",1]',0,613,'trade_items'),
(7700,'["8Rnd_B_Saiga12_74Slug",1]',250,'[5,"ItemSilverBar",1]','[3,"ItemSilverBar",1]',0,649,'trade_items'),
(7701,'["8Rnd_B_Saiga12_Pellets",1]',250,'[5,"ItemSilverBar",1]','[3,"ItemSilverBar",1]',0,573,'trade_items'),
(7702,'["8Rnd_B_Saiga12_Pellets",1]',250,'[5,"ItemSilverBar",1]','[3,"ItemSilverBar",1]',0,613,'trade_items'),
(7703,'["8Rnd_B_Saiga12_Pellets",1]',250,'[5,"ItemSilverBar",1]','[3,"ItemSilverBar",1]',0,649,'trade_items'),

the traders configured in the SQL-Database:

trader.PNG

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...