Author Topic: C2's Potion Factory (Makes mass bottles - no kegs)  (Read 63193 times)

0 Members and 1 Guest are viewing this topic.

Offline gen2000

  • Full Member
  • ***
  • Posts: 123
  • Activity:
    0%
  • Reputation Power: 0
  • gen2000 has no influence.
  • Gender: Male
  • Respect: +40
  • Referrals: 1
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #15 on: October 24, 2009, 08:21:21 AM »
+1
I'm testing out your script and..

I had to change this..
Code: [Select]
sub set_ingots
finditem ENK C_ , %secure
for #findindex 1 #findcnt
{
Event property #findid
if copper || shadow || bronze || agapite || gold || verite || valorite in #property
   ignoreitem #findid   
if ingots in #property && shadow notin #property
   set %ingots #findid
}
return
It would ignore my valorite ingots last.
It would then set my valorite ingots to %ingots because they were still #findid.


To this..
Code: [Select]
set %ingots ENK ;I just added this with all the other varibles..

sub set_ingots
finditem %ingots C_ , %secure
for #findindex 1 #findcnt
{
Event property #findid
if copper || shadow || bronze || agapite || gold || verite || valorite in #property
   ignoreitem #findid
}
return
This will ignore all colored ingots and only leave iron..


I also added.
menu HideEUO ;Before the menu (Drives me crazy when a menu pops up behind euo and I have to minimize to see it.) ha!
menu Hide ;Before container setup (I would also have to minimize the menu so I could click on the "ok" to target containers)

Besides that it works flawlessly, great script!

Thanks,
Genesis


Offline _C2_Topic starter

  • AFK FtW
  • Global Moderator
  • *
  • *****
  • Posts: 4077
  • Activity:
    0%
  • Reputation Power: 48
  • _C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!
  • RIP Pen Trick
  • Respect: +254
  • Referrals: 4
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #16 on: October 24, 2009, 09:23:17 AM »
+1
Excellent good finds.  this has been out for ages and no one found that.  once i saw you first thing about ingots i immediatly saw why it happened.  i never run it with more than iron.

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #17 on: October 25, 2009, 05:35:04 AM »
+1
same here, I only keep iron ingots in resource bag as well :)

Offline msb9380

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 0
  • msb9380 has no influence.
  • Respect: +2
  • Referrals: 1
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #18 on: November 10, 2009, 03:51:22 PM »
+1
Just started running this script as of today, and so far so good. Very fast and efficient way to handle making potions. Well done sir.

Offline Oracle

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #19 on: November 30, 2009, 12:58:54 PM »
+1
Another great script C2!  Use this script about once a week now because of all the greater poison and greater cure potions that my plants madly drink up...

Would you please, when you get time add the option to add this to kegs, as Gardening uses kegs and not bottles?  Right now I just dump the bottles into the kegs, so it is no big deal...just a request.

ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline _C2_Topic starter

  • AFK FtW
  • Global Moderator
  • *
  • *****
  • Posts: 4077
  • Activity:
    0%
  • Reputation Power: 48
  • _C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!
  • RIP Pen Trick
  • Respect: +254
  • Referrals: 4
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #20 on: November 30, 2009, 01:25:04 PM »
+1
Another great script C2!  Use this script about once a week now because of all the greater poison and greater cure potions that my plants madly drink up...

Would you please, when you get time add the option to add this to kegs, as Gardening uses kegs and not bottles?  Right now I just dump the bottles into the kegs, so it is no big deal...just a request.


I won't be adding  kegs but there is an updated hort-o-matic2 version in the second to last page of the comments that is updated to handle potion stacks.  It recognizes my stacks so i don't have to do kegs.  it is worth grabbing.

Offline Oracle

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #21 on: November 30, 2009, 01:41:09 PM »
+1
Found it, C2!  I wont worry about using Kegs from now on since that works, plus my wrist is spared seperating all those seeds from the stack of seeds into 120 seperate seeds!

ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline _C2_Topic starter

  • AFK FtW
  • Global Moderator
  • *
  • *****
  • Posts: 4077
  • Activity:
    0%
  • Reputation Power: 48
  • _C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!
  • RIP Pen Trick
  • Respect: +254
  • Referrals: 4
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #22 on: November 30, 2009, 02:21:12 PM »
+1
Found it, C2!  I wont worry about using Kegs from now on since that works, plus my wrist is spared seperating all those seeds from the stack of seeds into 120 seperate seeds!



Yeah , nice improvements on that one right!

Offline darian

  • Jr. Member
  • **
  • Posts: 44
  • Activity:
    0%
  • Reputation Power: 1
  • darian has no influence.
  • Gender: Male
  • Legendary Noobie
  • Respect: +10
  • Referrals: 2
    • View Profile
    • Check out my guild City of the Damned
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #23 on: December 04, 2009, 02:36:46 PM »
+1
this is awesome!! makes pots faster than any other. Great job!!


Beware of Dragons, For thou art crunchy and taste good with Catsup

Offline Oracle

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #24 on: December 19, 2009, 04:50:26 PM »
+1
C2,

Was running this today and when the menu said to make 1000 Greater Explosion Potions the script started to mess up.  Looks like the gump positions changed?   I also tried making the Greater Explosions as the only ption and it did the same thing.

ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline _C2_Topic starter

  • AFK FtW
  • Global Moderator
  • *
  • *****
  • Posts: 4077
  • Activity:
    0%
  • Reputation Power: 48
  • _C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!
  • RIP Pen Trick
  • Respect: +254
  • Referrals: 4
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #25 on: December 19, 2009, 05:09:58 PM »
+1
C2,

Was running this today and when the menu said to make 1000 Greater Explosion Potions the script started to mess up.  Looks like the gump positions changed?   I also tried making the Greater Explosions as the only ption and it did the same thing.



is there  a new potion on the page?  what did it make for u instead?  was it the smae item both times that was made?

jesterboo

  • Guest
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #26 on: February 13, 2010, 02:23:17 PM »
+1
awesome script, just one of many of them i was looking for. works flawlessly

Offline darian

  • Jr. Member
  • **
  • Posts: 44
  • Activity:
    0%
  • Reputation Power: 1
  • darian has no influence.
  • Gender: Male
  • Legendary Noobie
  • Respect: +10
  • Referrals: 2
    • View Profile
    • Check out my guild City of the Damned
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #27 on: March 04, 2010, 09:44:53 PM »
+1
C2, I use it dailly to fill my vendors with no trouble on any potions. I make 2500 each, every night. works flawlessly for me.


Beware of Dragons, For thou art crunchy and taste good with Catsup

Offline Pyargy

  • Jr. Member
  • **
  • Posts: 31
  • Activity:
    0%
  • Reputation Power: 0
  • Pyargy has no influence.
  • Respect: +6
  • Referrals: 0
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #28 on: March 05, 2010, 02:59:49 PM »
+1
Tried this for the first time today and although I have few issues I was able to produce 1000 each of GH, GC and TR.

Some of the issues I had were, the script would grab the correct reagent but then it would try to make the wrong postions and say I was out of that reagent and just loop.  Restarting script seemed to right itself and work the second time around.

I was using the tinkering feature to make Morters, but when Tinker kit broke script haulted with no more tinker kits. I was expecting it to just make more tinker kits, but no biggie I just made sure I had a bag full before restarting script.

When I did restart script something a bit odd happened as it started making the last postion instead of starting at the begining again so it grabbed the correct reagent but then started making the last potion it was making before script haulted for not having tinker kits.  Again a simple restart right itself and it finished my order.

Thanks for another quality script.  Nice to know whe can still get scripts that just seem to work with out trying to futz with outdated ones.

Offline Hoby

  • Elite
  • *
  • *
  • Posts: 1344
  • Activity:
    0%
  • Reputation Power: 14
  • Hoby barely matters.Hoby barely matters.
  • Gender: Male
  • Respect: +79
  • Referrals: 1
    • View Profile
Re: C2's Potion Factory (Makes mass bottles - no kegs)
« Reply #29 on: April 02, 2010, 03:55:47 AM »
+1
Hey c2 does the gump need to be updated again, thought someone said the gump size changed again since last patch.  Only way i can get it to work is to make the first one then it will make last.  thanks.
I like you, your death shall be quick and painless!!
I may have alzheimers, but at least I don't have alzheimers.
Walruses are like vampires, only awesome
Pwned-The total domination or shut down of a person or thing. 
I believe a hangover is gods way of saying you kicked ass last night!
Life's to short to remove usb safely.

Tags: