Jump to content

[Howto] Add all upgraded vehicles to Chernarus Hero trader


f3cuk

Recommended Posts

Title says it all.

 

ALWAYS BACK UP YOUR DATABASE BEFORE DOING CHANGES

 

1.) First run this query to add the category (double check if 143 is the hero trader for you)

INSERT INTO `trader_tids` (`sort`, `name`, `trader`) VALUES
(NULL, 'Upgraded Vehicles', 143);

Copy the id of the inserted row.

 

---

 

2.) Then run this query to add the vehicles:

  • IMPORTANT: Replace [iNSERT TRADER ID HERE] with the id of the inserted row.
  • Change prizes to suit your needs
INSERT INTO `traders_data` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES
('["SUV_TK_CIV_EP1_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SUV_Green_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SUV_Yellow_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SUV_White_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SUV_Silver_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SUV_Red_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SUV_Pink_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SUV_Orange_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SUV_Charcoal_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SUV_Blue_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SUV_Camo_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["Offroad_DSHKM_Gue_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["VolhaLimo_TK_CIV_EP1_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["Volha_1_TK_CIV_EP1_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["Volha_2_TK_CIV_EP1_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["VWGolf_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["Skoda_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SkodaBlue_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SkodaRed_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["SkodaGreen_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["car_hatchback_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["car_sedan_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["datsun1_civil_1_open_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["datsun1_civil_3_open_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["Lada1_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["Lada2_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["LadaLM_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["Lada1_TK_CIV_EP1_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["Lada2_TK_CIV_EP1_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["hilux1_civil_1_open_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["hilux1_civil_2_covered_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["hilux1_civil_3_open_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["UAZ_CDF_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["UAZ_INS_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["UAZ_RU_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["UAZ_Unarmed_TK_EP1_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["UAZ_Unarmed_UN_EP1_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle'),
('["UAZ_Unarmed_TK_CIV_EP1_DZE4",2]', 250, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]',0, [INSERT TRADER ID HERE], 'trade_any_vehicle');

3.) Find server_traders.sqf in your mission PBO and add

  • IMPORTANT: Replace [iNSERT TRADER ID HERE] with the id of the inserted row
  • Note: Place it somewhere else in the array if you want to change the sort position
["Upgraded Vehicles",[INSERT TRADER ID HERE]],

After

["Military Armed",562]

4.) Additionaly you can also add the documents to the trader, use this

  • IMPORTANT: Replace [iNSERT TRADER ID HERE] with the id of the inserted row.
  • change prizes to suit your needs
INSERT INTO `traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES
('["ItemORP",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemTNK",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemLRK",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemAVE",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items');

--

 

Edit: Almost perfect. Anyone know a fix how to add the vehicles names and not only show the classnames?

Edit: I'm an idiot, forgot to add the vehicles using 2. Working fine now.

 

Link to comment
Share on other sites

I have nuanced ours a bit. Setting realistic prices and removing some vehicles that are not popular. For anyone interested:

 

Vehicles

INSERT INTO `traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES
('["SUV_TK_CIV_EP1_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["datsun1_civil_1_open_DZE4",2]', 10, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["datsun1_civil_3_open_DZE4",2]', 10, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["hilux1_civil_1_open_DZE4",2]', 10, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["hilux1_civil_2_covered_DZE4",2]', 10, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["hilux1_civil_3_open_DZE4",2]', 10, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["UAZ_CDF_DZE4",2]', 10, '[5,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["UAZ_INS_DZE4",2]', 10, '[5,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["UAZ_RU_DZE4",2]', 10, '[5,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["UAZ_Unarmed_TK_EP1_DZE4",2]', 10, '[5,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["UAZ_Unarmed_UN_EP1_DZE4",2]', 10, '[5,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["VWGolf_DZE4",2]', 9, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["VolhaLimo_TK_CIV_EP1_DZE4",2]', 10, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["Offroad_DSHKM_Gue_DZE4",2]', 10, '[8,"ItemGoldBar10oz",1]', '[4,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["SUV_Green_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["SUV_Yellow_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["SUV_White_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["SUV_Silver_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["SUV_Red_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["SUV_Pink_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["SUV_Orange_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["SUV_Charcoal_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["SUV_Blue_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["SUV_Camo_DZE4",2]', 10, '[1,"ItemBriefcase100oz",1]', '[5,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle'),
('["UAZ_Unarmed_TK_CIV_EP1_DZE4",2]', 10, '[5,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 0, [INSERT_TRADER_ID_HERE], 'trade_any_vehicle');

Vehicle upgrade items

INSERT INTO `traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES
('["ItemORP",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemTNK",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemLRK",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemAVE",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items');
Link to comment
Share on other sites

Vehicle upgrade items

INSERT INTO `traders_data` (`id`, `item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES
('["ItemORP",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemTNK",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemLRK",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemAVE",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items');

 

Minor correction needed, remove the 'id' from the columns list (as such):

INSERT INTO `traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES
('["ItemORP",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemTNK",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemLRK",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items'),
('["ItemAVE",1]', 250, '[1,"ItemGoldBar10oz",1]', '[5,"ItemGoldBar",1]', 0, [INSERT TRADER ID HERE], 'trade_items');

Thanks for posting these f3cuk!

Link to comment
Share on other sites

  • 4 weeks later...
  • 6 months later...

now i have no idea if the jackal2 is considered an upgraded vehicle, and if it needs step 1) sql query from OP, but i tried adding it in yesterday.
this is what i got:

R7GZaHM.png

 

dafuq!

 

i checked, re checked and re re checked my sql command to see if it was correct...seems as though it is. please, if i missed something, tell me :)

 

thanks guys.

Link to comment
Share on other sites

did you include the inert command ???

INSERT INTO `traders_data` (`id`, `item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES

('[bAF

 

now i have no idea if the jackal2 is considered an upgraded vehicle, and if it needs step 1) sql query from OP, but i tried adding it in yesterday.
this is what i got:

R7GZaHM.png

 

dafuq!

 

i checked, re checked and re re checked my sql command to see if it was correct...seems as though it is. please, if i missed something, tell me :)

 

thanks guys.

Link to comment
Share on other sites

And if you run config-based traders:

 

class VWGolf_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};


class VWGolf_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class VWGolf_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class VWGolf_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class hilux1_civil_3_open_EP1 {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class datsun1_civil_3_open {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class datsun1_civil_3_open_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class datsun1_civil_3_open_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class datsun1_civil_3_open_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class datsun1_civil_3_open_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class hilux1_civil_1_open {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class hilux1_civil_1_open_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class hilux1_civil_1_open_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class hilux1_civil_1_open_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class hilux1_civil_1_open_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class datsun1_civil_2_covered {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class datsun1_civil_2_covered_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class datsun1_civil_2_covered_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class datsun1_civil_2_covered_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class datsun1_civil_2_covered_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class datsun1_civil_1_open {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class datsun1_civil_1_open_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar"};};
class datsun1_civil_1_open_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class datsun1_civil_1_open_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class datsun1_civil_1_open_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class hilux1_civil_2_covered {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class hilux1_civil_2_covered_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {4,"ItemGoldBar"};};
class hilux1_civil_2_covered_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class hilux1_civil_2_covered_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class hilux1_civil_2_covered_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_TK_CIV_EP1 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class SUV_TK_CIV_EP1_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_TK_CIV_EP1_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_TK_CIV_EP1_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_TK_CIV_EP1_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class SUV_Blue {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class SUV_Blue_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_Blue_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Blue_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Blue_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class SUV_Charcoal {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class SUV_Charcoal_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_Charcoal_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Charcoal_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Charcoal_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class SUV_Green {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class SUV_Green_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_Green_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Green_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Green_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class SUV_Orange {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class SUV_Orange_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_Orange_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Orange_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Orange_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class SUV_Pink {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class SUV_Pink_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_Pink_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Pink_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Pink_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class SUV_Red {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class SUV_Red_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_Red_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Red_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Red_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class SUV_Silver {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class SUV_Silver_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_Silver_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Silver_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Silver_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class SUV_White {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class SUV_White_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_White_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_White_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_White_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class SUV_Yellow {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class SUV_Yellow_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_Yellow_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Yellow_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Yellow_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class SUV_Camo {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_Camo_DZE1 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class SUV_Camo_DZE2 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Camo_DZE3 {type = "trade_any_vehicle";buy[] = {5,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class SUV_Camo_DZE4 {type = "trade_any_vehicle";buy[] = {6,"ItemGoldBar10oz"};sell[] = {3,"ItemGoldBar10oz"};};
class UAZ_CDF {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class UAZ_CDF_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class UAZ_CDF_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_CDF_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_CDF_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class UAZ_INS {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class UAZ_INS_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class UAZ_INS_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_INS_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_INS_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class UAZ_RU {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class UAZ_RU_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class UAZ_RU_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_RU_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_RU_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class UAZ_Unarmed_TK_CIV_EP1 {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class UAZ_Unarmed_TK_CIV_EP1_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class UAZ_Unarmed_TK_CIV_EP1_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_Unarmed_TK_CIV_EP1_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_Unarmed_TK_CIV_EP1_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class UAZ_Unarmed_TK_EP1 {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class UAZ_Unarmed_TK_EP1_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class UAZ_Unarmed_TK_EP1_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_Unarmed_TK_EP1_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_Unarmed_TK_EP1_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};
class UAZ_Unarmed_UN_EP1 {type = "trade_any_vehicle";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class UAZ_Unarmed_UN_EP1_DZE1 {type = "trade_any_vehicle";buy[] = {1,"ItemGoldBar10oz"};sell[] = {5,"ItemGoldBar"};};
class UAZ_Unarmed_UN_EP1_DZE2 {type = "trade_any_vehicle";buy[] = {2,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_Unarmed_UN_EP1_DZE3 {type = "trade_any_vehicle";buy[] = {3,"ItemGoldBar10oz"};sell[] = {1,"ItemGoldBar10oz"};};
class UAZ_Unarmed_UN_EP1_DZE4 {type = "trade_any_vehicle";buy[] = {4,"ItemGoldBar10oz"};sell[] = {2,"ItemGoldBar10oz"};};

Link to comment
Share on other sites

did you include the inert command ???

INSERT INTO `traders_data` (`id`, `item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES

('[bAF

vJbXFfT.png

now this.

 

i understand the duplicate entry...it's IN the database but when i try to buy it fromt he trader, there is no icon/picture in the trader and when i buy it, it takes my money, gives me a key, shows red arrow where the vehicle is supposed to appear, but never appears.

Link to comment
Share on other sites

And if you run config-based traders with coin system

class Category_762 {
	class SUV_Silver_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={300,"Coins"};
	};
	class SUV_Orange_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={200,"Coins"};
	};
	class SUV_Charcoal_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={200,"Coins"};
	};
	class SUV_Pink_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={200,"Coins"};
	};
	class SUV_White_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={300,"Coins"};
	};
	class SUV_Red_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={400,"Coins"};
	};
	class SUV_Yellow_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={400,"Coins"};
	};
	class SUV_Green_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={400,"Coins"};
	};
	class SUV_Blue_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={400,"Coins"};
	};
	class SUV_Camo_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={400,"Coins"};
	};
	class SUV_TK_CIV_EP1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={600,"Coins"};
		sell[] ={400,"Coins"};
	};
	class UAZ_Unarmed_TK_CIV_EP1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class UAZ_Unarmed_UN_EP1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class UAZ_Unarmed_TK_EP1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class UAZ_RU_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class UAZ_INS_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class UAZ_CDF_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class hilux1_civil_2_covered_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class hilux1_civil_1_open_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class Lada2_TK_CIV_EP1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class Lada1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class Lada2_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class LadaLM_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class Lada1_TK_CIV_EP1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class hilux1_civil_3_open_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class datsun1_civil_3_open_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class VolhaLimo_TK_CIV_EP1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class Volha_1_TK_CIV_EP1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class Volha_2_TK_CIV_EP1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class VWGolf_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class Skoda_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class SkodaBlue_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class SkodaRed_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class SkodaGreen_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class car_hatchback_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class car_sedan_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class datsun1_civil_1_open_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class datsun1_civil_2_covered_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={500,"Coins"};
		sell[] ={300,"Coins"};
	};
	class Offroad_DSHKM_Gue_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={700,"Coins"};
		sell[] ={500,"Coins"};
	};
	class Pickup_PK_GUE_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={650,"Coins"};
		sell[] ={300,"Coins"};
	};
	class Pickup_PK_TK_GUE_EP1_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={650,"Coins"};
		sell[] ={300,"Coins"};
	};
	class Pickup_PK_INS_DZE4 {
		type = "trade_any_vehicle";
		buy[] ={650,"Coins"};
		sell[] ={300,"Coins"};
	};
};

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...