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

0 Members and 1 Guest are viewing this topic.

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
TG Crafting Factory 2.8
« on: May 13, 2015, 06:33:06 PM »
0
Code: [Select]
;===================================================================
; Script Name: TG Crafting Factory
; Author: The Ghost
; Version: 2.8
; Client Tested with: 7.0.79.1
; EUO version tested with: 1.5 (version 334)
; Shard OSI / FS: OSI
; Release Date: 13 May 15
; Revision Date: 15 Oct 2019
; Purpose:
;     Craft Wood Pulps ,Blank Scroll, Arrow, Lockpick, Aids, Empty Bottles
;          Dough ; Sack Flour, Ethereal Soulbinder  Until no supply left.
; ========================================
;      _____________            ______________              _____
___  __/__  /______      __  ____/__  /________________  /_
__  /  __  __ \  _ \     _  / __ __  __ \  __ \_  ___/  __/
_  /   _  / / /  __/     / /_/ / _  / / / /_/ /(__  )/ /_
/_/    /_/ /_/\___/      \____/  /_/ /_/\____//____/ \__/

; ====================================
Code: [Select]
; ================== Variable that can be change by User ==========
Set %HideWhileWorking #true     ;  Set to #false if you don't Want to hide.
Set %ToolBag #true              ; set to true to  use Grab tool for bag
set %None_Stack #true          ; set to true to  set Drop not stack item bag
set %grabtool #false
set %Supply_Drag_Amount 80     ; <-------- Enter the Number of Supply Item you want.
set %ingot_Drag_Amount 50      ; <--------- Enter the Number of Ingot
set %wood_Drag_Amount 100
set %Fletching_Drag_Amount 2   ; Number of Arror to make
set %Cloth_Drag_Amount 500    ; <--------- Enter the Number of Cloth
set %Sand_Drag_Amount 1500     ; <--------- Enter the Number of Sand
set %EtherealSand_Drag_Amount 300  ; <--------- Enter the Number of Sand
; ==================== End Variable that can be change by User ==========
Special Thanks:
     - Manwinc for used of his crafting subs
     - Crisis  for used of sub container
     - TrailMyx for used Back pack sub
     - Cush for testing
     - Nobama for the coking suggestion

 Requirements:
    - You need to have a secure with appropriated supply needed (Bark Fragment, Wood Pulp Wood, Feather and
       iron ingots) inside it and within reach. Only have regular supply, no colours ingots or woods
    - Must have 29 tinker to craft tool and at least one tinker tool in your backpack.
    - ( This option is not  working right now) If you have no tinker skill, fill up your Resource bag with 
        appropriated tools.
    - It assume that you use an endless Decanter of Water to make Wood Pulp.

 Revisions:  Ver 1.0 First release
                  Ver 1.4 Change the menu
                  Ver 1.5 Add wait time to look for tinker tool.
                  Ver 1.6 Add fletching (Arrow ) and Hiding Option
                  Ver 1.7 Move Restock location and separate pause from Check Menu
                  Ver 1.8 Add the FindCol so we don't use colour resources.
                  Ver 1.9 Change sub status Box . Fine tune colour protection
                  Ver 2.1 Add Bottle making  (15 ept 15)
                  Ver 2.2 Remove Bottle and add Lockpick (14 Apr 16)
                  Ver 2.3 Add Aids Maker  ( 1 May 16)
                  Ver 2.4 Add Bottle making  (20 Jan 17)
                  Ver 2.5 Add Dough (21 Jan 17) . It only move Sack of Flour, not open Sack
                   Ver 2.6 Add Sack Flour (16 Feb 17)
                   Ver 2.7 Add Sweet Dough  in 2 stage( make dough and after make Sweet dough) 20 Feb 17).
;                             Fix the auto refil tool from a container.  Add a Check box  Bottle will auto setup.
;                             Add auto detect to make Rolking pin if low tinker and Skillet if higher Tinker.
 ;               Ver 2.8  Add Soulbinder Bottle (14 Oct 2019) With capability to store them in a own bag.
 
TO DO:  Fix the Status update. Not dispplay the update properly when less words use.
              Might add a weight Max & timer
              Fix the Resources bag tool.
              Add Regular water pitcher.

 Future Updates:
           Who know what I will be adding next?


Comment
        Choose the type of items you desire to crafting and this Script will craft it for you until he can't find  any supply.

 I have spend a great effort to make this friendly and easy to used. 
 
This should be a good support script for Crisis Fill Spellbook. http://www.scriptuo.com/index.php?topic=13136.0


There are 4 attachment(s) in this post. You must register and post an acceptable introduction to download
TG_Crafting Factery 2.5.txt
TG_Crafting Factery 2.6.txt
TG_Crafting Factery 2.7.txt
TG_Crafting Factery 2.8.txt
« Last Edit: October 15, 2019, 07:39:03 PM by The Ghost »

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: TG Crafting Factory 1.0
« Reply #1 on: May 13, 2015, 07:36:55 PM »
0
Looks good Ghost! I will give a workout tomorrow, running low on scrolls working on my Legendary Scribe script.

Offline KaliOfLS

  • That's "Dr." Kali to you!
  • Sr. Member
  • *
  • Posts: 406
  • Activity:
    0%
  • Reputation Power: 6
  • KaliOfLS has no influence.
  • Gender: Male
  • Respect: +33
  • Referrals: 2
    • View Profile
Re: TG Crafting Factory 1.0
« Reply #2 on: May 13, 2015, 09:37:20 PM »
0
Nice, me too.
R~~~~ B~~~~~~~~ 
^ real life signature for sure

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 #3 on: May 14, 2015, 03:15:40 AM »
0
for the two person that download it. 
at Line 545.   the tinker skill read 50 and it should be 500.  thx.

Offline manwinc

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: TG Crafting Factory 1.0
« Reply #4 on: May 14, 2015, 05:25:00 PM »
0
I'll need to get you some more updated crafting subs of mine that make the tools for you if you are low. Super useful.
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

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 #5 on: May 15, 2015, 06:58:08 AM »
0
I'll need to get you some more updated crafting subs of mine that make the tools for you if you are low. Super useful.

I heart your crafting subs :)
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 #6 on: May 23, 2015, 03:44:00 PM »
0
So any problem from the people who try it.

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6191
  • Activity:
    3%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +273
  • Referrals: 3
    • View Profile
Re: TG Crafting Factory 1.0
« Reply #7 on: May 23, 2015, 04:14:39 PM »
0
Hope to try it in the next day or 2!

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: TG Crafting Factory 1.0
« Reply #8 on: May 23, 2015, 08:39:20 PM »
0
Works good, you may want to add in EN's sub for filling pitchers from a water trough in case users do not have an endless decanter. :)


http://www.scriptuo.com/index.php?topic=2454.msg64243#msg64243

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 #9 on: May 24, 2015, 03:34:38 AM »
0
I rebuild one of my oldest build.   After seening what you got, I had to get my hand busy again with something light.   I will see how to add EN's sub.

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 #10 on: June 26, 2015, 08:50:07 AM »
0
I will run this in the next couple days for you. I have a TON of bark and need blank scrolls. The current script I use takes forever.

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 #11 on: June 26, 2015, 01:37:49 PM »
0
I have created about 75K scrolls so far the script has been running great.

Every once in awhile it hangs up and the status bar says getting more wood pulp. Plenty in the bin and a couple in the backpack. I have to shut down and restart the script at that point.

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 #12 on: June 26, 2015, 02:36:25 PM »
0
Glad it work for you.  Thx for the 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 #13 on: June 27, 2015, 12:19:29 PM »
0
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

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 #14 on: June 27, 2015, 01:12:36 PM »
0
Ver 1.7 posted

Cush that should work better now.  
« Last Edit: August 17, 2015, 03:17:37 PM by The Ghost »

Tags: