View Single Post
  #6  
Old 08-07-2024, 09:56 PM
ccyre3
Sarnak
 
Join Date: Nov 2022
Posts: 43
Default

HAH got it!!

INSERT INTO `peq`.`tradeskill_recipe_entries` (`id`, `recipe_id`, `item_id`, `successcount`, `failcount`, `componentcount`, `salvagecount`, `iscontainer`) VALUES
(322235, 31210, 17727, 0, 0, 0, 0, 1),
(322236, 31210, 17726, 0, 0, 1, 0, 0),
(322237, 31210, 4038, 0, 0, 1, 0, 0),
(322238, 31210, 147536, 1, 0, 1, 0, 0);


Just had to have a chat with gpt and eventually it caught on and did all remaining 80, thats 4 entries per 1 of those 80 haha
Reply With Quote