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

0 Members and 1 Guest are viewing this topic.

Offline Tidus

  • Lazy
  • Administrator
  • *
  • *
  • Posts: 1291
  • Activity:
    0%
  • Reputation Power: 15
  • Tidus is working their way up.Tidus is working their way up.Tidus is working their way up.
  • Gender: Male
  • Mind Blown
  • Respect: +151
  • Referrals: 2
    • View Profile
    • Ultimate Apparel
Re: TG Crafting Factory 1.0
« Reply #15 on: July 14, 2015, 11:43:20 AM »
+1
Ok I have run another 50K scrolls.

It will run for about 18K or so when first started then it seems to glitch.

I gets stuck at Restocking Wood Pulp. Currently there is over 180K of woodpulp in the resource bin.

I hit the scroll button and it runs another 2K scrolls and stops again with the same

Do you ever use F7 to step through it and see where it is stuck in the script?  Or is the script completely stopped?
For those who have fought for it, freedom has a taste the protected will never know ~ Anonymous, Vietnam, 1968

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.0
« Reply #16 on: July 16, 2015, 02:09:44 PM »
+1
For some reason after it had make the 4 crafting tools,  it return to the beginning loop. 
Line 359  gosub GetMoreTools, when it return from their it make it jump to
Code: [Select]
while #true
{
  gosub CheckMenu
}
 


I need to figure how ManWinc sub work before I can fix it. 
I just load up with 40 craft tools and didn't have any issue.

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.0
« Reply #17 on: July 21, 2015, 07:26:20 AM »
+1
Sorry been out backpacking for a few weeks and I leave again in the morning.

I will run it all day today and note at what point it stops and use the F7 for you.

Stay tuned.

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.0
« Reply #18 on: July 21, 2015, 07:49:59 AM »
+1
First run made 2600 scrolls

and stopped here on if #menubutton = EUOButton2

Code: [Select]
sub CheckMenu
  if #menubutton = EUOButton1
     gosub Button_CraftPulp
  if #menubutton = EUOButton2
     gosub Button_CraftScroll
  if #menubutton = EUOButton3
     gosub PauseCraft
    return

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.0
« Reply #19 on: July 21, 2015, 08:13:58 AM »
+1
This run stopped at 2900 scrolls

Status says "restocking Wood Pulps"

Hung up on Return

Code: [Select]
sub CheckMenu
  if #menubutton = EUOButton1
     gosub Button_CraftPulp
  if #menubutton = EUOButton2
     gosub Button_CraftScroll
  if #menubutton = EUOButton3
     gosub PauseCraft
    return

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.0
« Reply #20 on: July 21, 2015, 08:26:27 AM »
+1
Thx Crush. 
I figure that one out too.  If you hit the make pulp buttun it will start making now.

 I had 50 pens and made 64900 scrolls.  The issue is that when it exit crafting tool it reset the menue button. 

I will see if I can scan another place to make the tool.   
















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.0
« Reply #21 on: July 22, 2015, 05:48:53 AM »
+1
I did load my backpack up with scribe pens and it ran about 70K scrolls non stop.

For sure it seems to be something in the pen creation process that creates the hang up.

It would be nice to not have to hit the scroll button again to get it going.

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.0
« Reply #22 on: July 22, 2015, 08:18:44 AM »
+1
 it just a tinny problem, I'm working on it.  This build is in early contruction.   I need to get more supply to proceed with more testing.

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.0
« Reply #23 on: July 28, 2015, 06:43:34 AM »
+1
Just let me know what you need done for further testing. I am around all day

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.0
« Reply #24 on: July 28, 2015, 08:08:30 AM »
+1
Need to figure  why it jump to the crafting button and not returning properly.   I think  MWinc have a fix in is new build.    I'm just trying work around the issue.

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.0
« Reply #25 on: July 29, 2015, 08:41:49 AM »
+1
Cush,  Find out that after I finish making the new tools, it seen that the timer to menu been gone to long and exit me from the crating sub.    I'm working on changing the menu selection, so I don't use button.   

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.0
« Reply #26 on: July 30, 2015, 10:00:49 AM »
+1
Sounds good. I have 25K pulp left to finish converting to scrolls then I will try out the pulp making side of this.

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.0
« Reply #27 on: July 30, 2015, 01:29:00 PM »
+1
If you don't run out of tools in ur pack,  you will be fine I have make over 73K scroll so far. with 3 re-start.  ( had lot of pens)

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.0
« Reply #28 on: July 30, 2015, 03:58:27 PM »
+1
this run is 218K but I had to reload my pack with pens a couple of times.  ;D

I think I have done about a million with your script in testing

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.0
« Reply #29 on: July 30, 2015, 05:26:28 PM »
+1
I got the update almost done.  Manage to get loop 4 times.  I will seed you a copy soon.  kept some supply

Tags: