Results 1 to 4 of 4

Thread: Fletching script update

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2

    Default

    heres where I am at on this script getting stuff to work properly

    Code:
    if settings['fletch_flip'] != true
    		fput "flip my shaft"
    		return
    	end
    	haste!
    	if settings['fletch_arrowhead'].length > 0
    		fput "get my #{settings['fletch_drill']} from my #{settings['fletch_sack']}"
    		fput "turn my #{settings['fletch_drill']}"
    		waitrt?
    		fput "put my #{settings['fletch_drill']} in my #{settings['fletch_sack']}"
    		fput "get my #{settings['fletch_arrowhead']} from my #{settings['fletch_sack']}"
    		fput "turn my #{settings['fletch_arrowhead']}"
    		return
    	elsif
    		get_knife(settings)	
    		put "cut my shaft with my  #{settings['fletch_knife']}"
    		put "cut my shaft with my  #{settings['fletch_knife']}"
    			check = matchtimeout 6, "With a few quick cuts,", "Working a bit too hastily, you slice the end right off!"
    			if check == false
    				echo "didnt see you cut the shaft for some reason, stopping"
    			exit
    			end
    	end
    Last edited by Aethor; 12-15-2015 at 01:19 AM.
    Current
    Kitac, halfling cleric
    Marchese dwarven empath
    Chuco, halfling wizard
    Ex-Player of Aethor Whiteaxe, Giantman Cleric

Similar Threads

  1. Fletching script?
    By Vorpodu in forum The Lich Project
    Replies: 1
    Last Post: 08-25-2015, 08:39 AM
  2. Fletching script
    By ThadJarvis in forum The Lich Project
    Replies: 1
    Last Post: 05-31-2010, 11:41 AM
  3. Looking for a fletching script.
    By Asha in forum Scripting Discussion
    Replies: 10
    Last Post: 06-03-2006, 11:37 AM
  4. Fletching script please.
    By crazymage in forum Scripting Discussion
    Replies: 22
    Last Post: 09-02-2004, 04:30 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
  •