Author Topic: TG Crafting Factory 2.8  (Read 39861 times)

0 Members and 1 Guest are viewing this topic.

Offline Cush

  • Sr. Member
  • *
  • Posts: 281
  • Activity:
    0%
  • Reputation Power: 4
  • Cush has no influence.
  • Respect: +42
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 1.7
« Reply #45 on: August 25, 2015, 11:19:16 AM »
0
Ran another 2 million arrows through the system seems to be working fine except it doesn't distinguish wood type

When you run out of feathers it states you are out of wood.
« Last Edit: August 25, 2015, 11:25:10 AM by Cush »

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 1.7
« Reply #46 on: August 25, 2015, 02:51:18 PM »
0
In line 316 chance word wood for Feather :)

« Last Edit: August 25, 2015, 06:22:28 PM by The Ghost »

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 1.8
« Reply #47 on: August 27, 2015, 06:48:04 PM »
0
Ver 1.8  had been posted. 

If some can help me and see what I'm doing wrong is my sub StatusBox.    The sub work but so some reason, when I'm asking  gosub StatusBox Making Arrow  the box show Making Arrow 540_240.     Those the way I build the StatuxBox sub is correct, can't seen to find out why it not showing what I want properly.

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: TG Crafting Factory 1.8
« Reply #48 on: August 31, 2015, 05:11:35 PM »
0
Something to think about......

Code: [Select]
gosub TestSub  this is a test

sub TestSub
  set %text
  for %i 1 %0
  {
    set %temp % . %i
    set %text %text , %temp , #SPC
  }
  display ok %text
return
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 1.8
« Reply #49 on: August 31, 2015, 05:59:45 PM »
0
Thx,  work great

Offline Cush

  • Sr. Member
  • *
  • Posts: 281
  • Activity:
    0%
  • Reputation Power: 4
  • Cush has no influence.
  • Respect: +42
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 1.8
« Reply #50 on: September 10, 2015, 05:53:54 AM »
0
Why don't you add crossbow bolts to this. Since you have arrows it shouldn't be that big of an update?

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 1.8
« Reply #51 on: September 10, 2015, 06:38:49 AM »
0
Code: [Select]
If you look in the sub MakeArrow you will notice a quicknote at line 323.  Bolt    <  just turn this one on to make Bolt   I wil look at making it more friendly.  For now that how it is.

This will make Arrow
[code]
                gosub MWCraft fletching N/A 2 1 1 ; Arrow
             ;  gosub MWCraft fletching N/A 2 1 2 ; Bolt    <  just turn this one on to make Bolt
              gosub CheckPause

This will make Bolt
code]
              ;  gosub MWCraft fletching N/A 2 1 1 ; Arrow
                gosub MWCraft fletching N/A 2 1 2 ; Bolt    <  just turn this one on to make Bolt
              gosub CheckPause
[/code]

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 1.8
« Reply #52 on: May 04, 2016, 11:39:28 AM »
0
Ver 2.3 had been posted,  it now  will make aids for you.   For now it only use cloth.  I will the both to cloth soon. 

This was a kindle request. 

Offline Cush

  • Sr. Member
  • *
  • Posts: 281
  • Activity:
    0%
  • Reputation Power: 4
  • Cush has no influence.
  • Respect: +42
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 1.8
« Reply #53 on: May 06, 2016, 08:59:08 AM »
0
I am happy to test this some more. What should I be looking for?

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 1.8
« Reply #54 on: May 06, 2016, 03:24:28 PM »
0
I just put the sub together to help a friend,  I need a find a better flow,  it seen a bit slow but it stable.   I will take stable any day.   If you need aids, just test the aids menu  :)   

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 2.4
« Reply #55 on: January 20, 2017, 04:23:16 PM »
0
With the new BoD, I receive a request from Nobama.

  TG Crafting Factory Ver 2.4 include making Empty bottle.

Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: TG Crafting Factory 2.4
« Reply #56 on: January 21, 2017, 05:45:32 AM »
0
Includes dough in this version 2.5.

Strangely, it spams 'Dough'...I must have fat-fingered something.

« Last Edit: January 21, 2017, 08:49:42 AM by NObama »

Offline REEFHAWK

  • Jr. Member
  • **
  • Posts: 43
  • Activity:
    0%
  • Reputation Power: 0
  • REEFHAWK has no influence.
  • Gender: Male
  • Respect: +2
  • Referrals: 1
    • View Profile
Re: TG Crafting Factory 2.5
« Reply #57 on: February 15, 2017, 11:43:37 AM »
0
Awesome script.  I just used the Arrow and Dough maker with no problems.  I also changed the %swait, %mwait and the wait times, and it made the items with no problems an fast.  Thanks  so much for letting me use this script. 

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: TG Crafting Factory 2.5
« Reply #58 on: February 15, 2017, 01:42:37 PM »
0

Some who use the setup as intended :)     
We all have different connection, so by changing those few wait u can adjust the speed as u want.   
Glad you like it.

Offline REEFHAWK

  • Jr. Member
  • **
  • Posts: 43
  • Activity:
    0%
  • Reputation Power: 0
  • REEFHAWK has no influence.
  • Gender: Male
  • Respect: +2
  • Referrals: 1
    • View Profile
Re: TG Crafting Factory 2.5
« Reply #59 on: February 15, 2017, 02:35:05 PM »
0
Just curious, would it be hard to change it to make arrows from Shafts instead of using the wood to make the shaft then the arrow or the bolt.  Awhile back, at an IDOC, I picked up a couple hundred thousand Shafts in deed form.  Thanks

Tags: