; -------------- Cooking ----------------------------
if %1 = sack_of_flour || %1 = sack , #spc , of , #spc , flour || %1 = PGG
gosub _sub sack_of_flour PGG 5 trash Ingredients 1 0 1 cooking 20 1 wheat 1
if %1 = dough || %1 = LGG
gosub _sub dough LGG 5 trash Ingredients 1 1 1 cooking 20 1 flour 1
if %1 = sweet_dough || %1 = sweet , #spc , dough || %1 = LGG
gosub _sub sweet_dough LGG 5 trash Ingredients 1 2 1 cooking 20 1 dough 1
; -----bake
if %1 = miso_soup || %1 = miso , #spc , soup || %1 = LEP
gosub _sub miso_soup LEP 4 trash baking 3 12 1 cooking 20 1 fish 1
;---------------- Fletching ---------------------------------
if %1 = kindling || %1 = PEF
gosub _sub kindling PEF 4 trash Materials 1 0 1 bowcraft 30 1 boards 1
if %1 = shaft || %1 = SLK
gosub _sub shaft SLK 4 trash Materials 1 1 1 bowcraft 5 1 boards 1
if %1 = elven_fletching || %1 = elven , #spc , fletching || %1 = ...
gosub _sub elven_fletching ... 1 trash Materials 1 2 1 bowcraft 30 2 faery_dust 1 feathers 20
;------Ammo---
if %1 = arrow || %1 = RWF
gosub _sub arrow RWF 4 trash Ammunition 2 0 1 bowcraft 30 2 shaft 1 feathers 1
if %1 = crossbow_bolt || %1 = crossbow , #spc , bolt || %1 = LNK
gosub _sub crossbow_bolt LNK 1 trash Ammunition 2 1 1 bowcraft 30 2 shaft 1 feathers 1
if %1 = fukiya_dart || %1 = fukiya , #spc , dart || %1 = SGP
gosub _sub fukiya_dart SGP 1 trash Ammunition 2 2 1 bowcraft 50 1 boards 1
; ---------- Weapons -------------
if %1 = bow || %1 = WOH
gosub _sub bow WOH 4 trash Weapons 3 0 1 bowcraft 200 1 boards 7
if %1 = crossbow || %1 = JSF
gosub _sub crossbow JSF 4 trash Weapons 3 1 1 bowcraft 200 1 boards 7
if %1 = heavy_crossbow || %1 = heavy , #spc , crossbow || %1 = BFR
gosub _sub heavy_crossbow BFR 1 trash Weapons 3 2 1 bowcraft 220 1 boards 10
if %1 = composite_bow || %1 = composite , #spc , bow || %1 = BFR
gosub _sub composite_bow BFR 1 trash Weapons 3 3 1 bowcraft 200 1 boards 7
if %1 = repeating_crossbow || %1 = repeating , #spc , crossbow || %1 = PPO
gosub _sub repeating_crossbow PPO 1 trash Weapons 3 4 1 bowcraft 220 1 boards 10
if %1 = yumi || %1 = MDP
gosub _sub yumi MDP 4 trash Weapons 3 5 1 bowcraft 220 1 boards 10
if %1 = elven_composite_longbow || %1 = elven , #spc , composite , #spc , longbow || %1 = BFR
gosub _sub elven_composite_longbow BFR 1 trash Weapons 3 6 1 bowcraft 200 1 boards 20
if %1 = magical_shortbow || %1 = magical , #spc , shortbow || %1 = BFR
gosub _sub magical_shortbow BFR 1 trash Weapons 3 7 1 bowcraft 310 1 boards 15
[craft menu name with underscores]
[weight]
[item types] Especially in Carpentry, items can be locked down and turned which will give up to 4 item types
[recycle method]
[craft menu category name]
[craft menu category number]
[craft menu selection]
[how many skills are required]
[skill name] [minimum skill] These can repeat for as many skills as are required
[how many ingredient types are needed]
[ingredient] [amount] These can repeat for as many skills as are required
name:bone arms
types:bgh_qph
recycle: trash
category: bone_armor
category number: 10
menu selection: 2
how many skills: 1
skill 1: tailoring
skill 1 requirement: 920
how many ingredients: 2
ingredient 1: leather 8
ingredient 2: bones 4
; Inscription
if %1 = Reactive_Armor || %1 = Reactive , #spc , Armor || %1 = NXL
gosub _sub Reactive_Armor NXL 1 trash First_-_Second_Circle 1 0 1 inscription 0 4 blank_scroll 1 garlic 1 sulphurousash 1 spiderssilk 1
if %1 = Clumsy || %1 = QXL
gosub _sub Clumsy QXL 1 trash First_-_Second_Circle 1 1 1 inscription 0 3 blank_scroll 1 bloodmoss 1 nightshade 1
if %1 = emerald_bracelet || %1 = emerald , #spc , bracelet || %1 = IJG
gosub _sub emerald_bracelet IJG 1 trash Jewelry 1 17 1 tinkering 400 2 ingots 2 emerald 1
if %1 = emerald_earrings || %1 = emerald , #spc , earrings || %1 = HJG
gosub _sub emerald_earrings HJG 1 trash Jewelry 1 15 1 tinkering 400 2 ingots 2 emerald 1
if %1 = thigh_boots || %1 = thigh , #spc , boots || %1 in cwi_ZVI
gosub _sub thigh_boots cwi_ZVI 4 trash footwear 5 7 1 tailoring 414 1 leather 10
if %1 = leather_gorget || %1 = leather , #spc , gorget || %1 = jkh
gosub _sub leather_gorget jkh 1 scissors lether_armor 6 3 1 tailoring 539 1 leather 4
;- Cooking -
;- 3 items - large dough -
;-- open_sack_of_flour ? SGG ?
if %1 = Sweet_Cocoa_Butter || %1 = sweet , #spc , cocoa , #spc , butter || %1 = xxx
gosub _sub sweet_cocoa_butter xxx 1 trash chocolatering 1 0 1 cooking 15 2 sack_of_suger 1 cocoa_butter 1
if %1 = Sack_of_flour || %1 = sack , #spc , of , #spc , flour || %1 = pgg
gosub _sub sack_of_flour pgg 5 trash ingredients 1 0 1 cooking 0 1 wheat 2
if %1 = dough || %1 = lgg
gosub _sub dough lgg 1 trash ingredients 1 0 2 cooking 0 2 flour 1 water 1
;- 4 items - large unbaked pies
if %1 = unbaked_fruit_pie || %1 =
gosub _sub
;-- open source freedshard - https://github.com/TrueUO
;-- Cooking -
;-- open_sack_of_flour ? SGG ?
;-- sweet_cocoa_butter LGG , same as Dough ??
;-- all unbaked pies same type ? CCG ?
;-----------------------------------------
;- 3 items - large dough -
if %1 = Sweet_Cocoa_Butter || %1 = sweet , #spc , cocoa , #spc , butter || %1 = LGG
gosub _sub sweet_cocoa_butter LGG 1 trash chocolatiering 7 0 1 cooking 150 2 sack_of_sugar 1 cocoa_butter 1
if %1 = Sack_of_flour || %1 = sack , #spc , of , #spc , flour || %1 = pgg
gosub _sub sack_of_flour pgg 5 trash ingredients 2 0 1 cooking 0 1 wheat 2
if %1 = dough || %1 = lgg
gosub _sub dough lgg 1 trash ingredients 2 0 2 cooking 0 0 flour 1 water 1
;- 4 items - large unbaked pies
if %1 = unbaked_fruit_pie || %1 = unbaked , #spc , fruit , #spc , pie || %1 = ccg
gosub _sub unbaked_fruit_pie ccg 1 trash preparations 3 0 5 cooking 0 2 dough 1 pears 1
if %1 = unbaked_peach_cobbler || %1 = unbaked , #spc , peach , #spc , cobbler || %1 = ccg
gosub _sub unbaked_peach_cobbler ccg 1 trash preparations 3 0 6 cooking 0 2 dough 1 peaches 1
if %1 = unbaked_apple_pie || %1 = unbaked , #spc , apple , #spc , pie || %1 = ccg
gosub _sub unbaked_apple_pie ccg 1 trash preparations 3 0 7 cooking 0 2 dough 1 apple 1 ;
if %1 = unbaked_pumpkin_pie || %1 = unbaked , #spc , pumpkin , #spc , pie || %1 = ccg
gosub _sub unbaked_pumpkin_pie ccg 1 trash preparations 3 0 8 cooking 0 2 dough 1 pumpkin 1 ;
;-5 item - large bbq
if %1 = cooked_bird || %1 = cooked , #spc , bird || %1 = FUD
gosub _sub cooked_bird FUD 1 trash barbecue 5 0 1 cooking 0 1 raw_bird 1
if %1 = fish_steak || %1 = fish , #spc , steak || %1 = HND
gosub _sub fish_steak HND 1 trash barbecue 5 0 3 cooking 0 1 raw_fish_steak 1
if %1 = fried_eggs || %1 = fried , #spc , eggs || %1 = GUD
gosub _sub fried_eggs GUD 1 trash barbecue 5 0 4 cooking 0 1 eggs 1
if %1 = leg_of_lamb || %1 = leg , #spc , of , #spc , lamb || %1 = YLI
gosub _sub leg_of_lamb YLI 1 trash barbecue 5 0 5 cooking 0 1 raw_leg_of_lamb 1
if %1 = cut_ribs || %1 = cut , #spc , ribs || %1 = YRD
gosub _sub cut_ribs YRD 1 trash barbecue 5 0 6 cooking 0 1 raw_ribs 1
;- 4 items - large sweet
if %1 = pan_of_cookies || %1 = pan , #spc , of , #spc , cookies || %1 = XLI
gosub _sub pan_of_cookies XLI 1 trash baking 4 0 2 cooking 0 1 cookie_mix 1
if %1 = cake || %1 = cake || %1 = NRD
gosub _sub cake NRD 1 trash baking 4 0 3 cooking 0 1 cake_mix 1
if %1 = muffins || %1 = muffins || %1 = PRD
gosub _sub muffins PRD 1 trash baking 4 0 4 cooking 0 1 sweet_dough 1
if %1 = three_tiered_cake || %1 = three , #spc , tiered , #spc , cake || %1 = PTCB
gosub _sub three_tiered_cake PTCB 1 trash baking 4 1 8 cooking 600 1 cake_mix 3
;- 4items - large fruits
if %1 = enchanted_apple || %1 = enchanted , #spc , apple || %1 = CBS
gosub _sub enchanted_apple CBS 1 trash enchanted 6 0 2 cooking 600 2 apple 1 greater_heal_potion 1
if %1 = savage_kin_paint || %1 = savage , #spc , kin , #spc , paint || %1 = KRD
gosub _sub savage_kin_paint KRD 1 trash preparation 3 1 3 cooking 550 2 flour 1 tribal_berries 1
if %1 = grapes_of_wrath || %1 = grapes , #spc , of , #spc , wrath || %1 = RAS
gosub _sub grapes_of_wrath RAS 1 trash enchanted 6 0 3 cooking 950 2 grapes 1 greater_strenght_potion 1
if %1 = egg_bomb || %1 = egg , #spc , bomb || %1 = CHP
gosub _sub egg_bomb CHP 1 trash preparations 3 0 4 cooking 900 2 eggs 1 flour 3
;- 4 items - large miso
if %1 = miso_soup || %1 = miso , #spc , soup || %1 = LEP
gosub _sub miso_soup LEP 1 trash baking 4 1 3 cooking 600 2 raw_fish_steak 1 water 1
if %1 = white_miso_soup || %1 = white , #spc , miso , #spc , soup || %1 = OEP
gosub _sub white_miso_soup OEP 1 trash baking 4 1 4 cooking 600 2 raw_fish_steak 1 water 1
if %1 = red_miso_soup || %1 = red , #spc , miso , #spc , soup || %1 = NEP
gosub _sub red_miso_soup NEP 1 trash baking 4 1 5 cooking 600 2 raw_fish_steak 1 water 1
if %1 = awase_miso_soup || %1 = awase , #spc , miso , #spc , soup || %1 = YEP
gosub _sub awase_miso_soup YEP 1 trash baking 4 1 6 cooking 600 2 raw_fish_steak 1 water 1
;- 4 items - large sushi
if %1 = wasabi_clumps || %1 = wasabi , #spc , clumps || %1 = LXN
gosub _sub wasabi_clumps LXN 1 trash preparations 3 0 10 cooking 700 2 water 1 bowl_of_peas 3
if %1 = sushi_rolls || %1 = sushi , #spc , rolls || %1 = WIP
gosub _sub sushi_rolls WIP 1 trash preparations 3 1 1 cooking 900 2 water 1 raw_fish_steaks 10
if %1 = sushi_platter || %1 = sushi , #spc , platter || %1 = IEP
gosub _sub sushi_platter IEP 1 trash prepartions 3 1 3 cooking 900 2 water 1 raw_fish_steaks 10
if %1 = green_tea || %1 = green , #spc , tea || %1 = MEP
gosub _sub green_tea MEP 1 trash preparations 3 0 9 cooking 800 2 green_tea 1 water 1
;-- open source freedshard - https://github.com/TrueUO
; - inscription bod gumps-
;- contsize offer from npc
460_279 ;1 item small (asking npc)
460_327 ;3 item large (asking npc)
460_351 ;4 item large (asking npc)
460_375 ;5 item large (asking npc)
;- clickx #contposx + XXX clicky #contposy + XXX
110_250 ;1 item small (accept from npc - click ok
110_300 ;3 item large (accept from npc - click ok
110_320 ;4 item large (accept from npc - click ok
110_340 ;5 item large (accept from npc - click ok
;- contsize in backpack
510_260 ;1 item small (in backpack)
510_305 ;3 item large (in backpack)
510_329 ;4 item large (in backpack)
510_353 ;5 item large (in backpack)
;-- open source freedshard - https://github.com/TrueUO
;1 item small scribe
combine with the item 140_180
combine with contained 140_200
;3 item large scribe
combine with the item 140_225
combine with contained 140_250
;4 item large scribe
combine with the item 140_250
combine with container 140_275
;5 item large scribe
combine with the item 140_275
combine with contained 140_300
;-- open source freedshard - https://github.com/TrueUO
460_279 ; 1 item small normal smith
460_279 ; 1 item small except smith (npc offer)
460_279 ; 1 item small except smith & shadow (npc offer)
460_303 ; 2 item large normal smtih (npc offer)
460_303 ; 2 item large except smith (npc offer)
460_327 ; 3 item large except smtih
460_327 ; 3 item large except & gold smtih
460_375 ; 5 item large normal smith (npc offer)
460_375 ; 5 item large except smith (npc offer)
460_399 ; 6 item large except smith
510_308 ; 1 item small except smith (in backpack)
510_332 ; 1 item small except smith & shadow
510_281 ; 2 item large normal smtih (in backpack)
510_329 ; 2 item large except smith (in backpack)
510_353 ; 2 item large except smith & copper
510_353 ; 3 item large except smtih
510_377 ; 3 item large except & gold smtih
510_353 ; 5 item large normal smtih (in backpack)
510_401 ; 5 item large except smtih (in backpack)
510_425 ; 6 item large except smith (in backpack)
510_449 ; 6 item large except smith & copper (in backpack)
There have been a slew of updates in the past few weeks. I tried to send you copies of the 2 updated files. Give that a try and see if that fixes what you are experiencing.
Thanks!