Results 1 to 4 of 4

Thread: sammu for heavy crossbow bolts

  1. #1

    Default sammu for heavy crossbow bolts

    Has anyone use sammu before to create crossbow bolts?

    It looks like it still tries to do the nock state, which is not required for crossbow bolts.

    It loops over and over again doing this:

    Code:
    -- current state: nock
    [sammu]>get knife from #74418301
    You remove a honed steel whittling knife with a polished acacia handle from in your rucksack.
    s>
    [sammu]>cut nock in #74446816 with #74418305
    Crossbow shafts do not require nocks.
    s>
    [sammu: -- checking haste]
    [sammu]>put #74418305 in #74418301
    You put a honed steel whittling knife with a polished acacia handle in your rucksack.
    s>
    [sammu]>look at my shaft
    You see a single faewood heavy crossbow shaft, made from faewood, probably intended to be used with a heavy crossbow.  The heavy crossbow shaft has been pared down and smoothed.
    Is this script still being maintained? Does anyone know a work around? If not I can start looking into it and will see if I can fix it.

  2. #2

    Default

    I had to make some minor modifications to get it to work for heavy bolts just last week, but I honestly have already forgotten what I did... I can rename it and upload something like "sammubolts" if you want.

  3. #3

    Default

    So I believe this was a simple fix.

    I just changed line 861 from:

    Code:
    @state = :measure_and_cut if @settings['product'].strip =~ /dart/
    to:

    Code:
    @state = :measure_and_cut if @settings['product'].strip =~ /dart|bolt/
    Edit: After further testing, I can confirm this works.
    Last edited by Dugoar; 10-08-2016 at 07:04 PM.

  4. #4
    Join Date
    Dec 2008
    Location
    Bishop, CA
    Posts
    494

    Default

    I'm marking this post for future reference. I have a ranger doing fletching now and he uses a crossbow.

    Thanks!

Similar Threads

  1. Replies: 1
    Last Post: 03-12-2020, 04:29 PM
  2. master fletched crossbow bolts
    By Enuch in forum Wanted
    Replies: 0
    Last Post: 03-23-2017, 10:35 PM
  3. 5x mechanical heavy crossbow temp heavy sighting
    By stormcrow in forum High-End Valuables
    Replies: 0
    Last Post: 03-03-2015, 10:40 AM
  4. Replies: 4
    Last Post: 02-07-2014, 01:09 AM
  5. master fletched light crossbow bolts
    By Vorpodu in forum Wanted
    Replies: 0
    Last Post: 10-07-2012, 03:20 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •