Author Topic: Guadah's Alchimests Assistant  (Read 20448 times)

0 Members and 1 Guest are viewing this topic.

Offline cdavbar

  • Jr. Member
  • **
  • Posts: 36
  • Activity:
    0%
  • Reputation Power: 2
  • cdavbar has no influence.
  • Respect: +2
  • Referrals: 1
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #30 on: August 06, 2012, 05:19:11 PM »
0
Once I can figure out how to make the %finished_items to use the resource name for blackpowder instead of the id, then this will work flawlessly for blackpowder! :)

Offline LV

  • Jr. Member
  • **
  • Posts: 16
  • Activity:
    0%
  • Reputation Power: 1
  • LV has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #31 on: October 08, 2012, 06:45:11 PM »
0
I have worked around similar issues using event property to further refine a search on an object type (like blackrock having the same object type as diamonds, or discerning between runic hammers for example) if that helps.  I never got around to fixing it when i posted the problem for Gudah, but if you are stumped I could take a look.

Offline Grandewd

  • Full Member
  • ***
  • Posts: 239
  • Activity:
    0%
  • Reputation Power: 3
  • Grandewd has no influence.
  • Respect: +24
  • Referrals: 0
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #32 on: December 02, 2012, 03:44:52 PM »
0
Just grab'd this script, and it's not recognizing the Endless Water Pitcher that's in my resource box. I check'd and the item type for it is VBM, just like regular water pitchers.  All references to water in the script are already set to VBM, so not sure what's wrong.  I'll look thru it and see if I can figure it out...

Offline cdavbar

  • Jr. Member
  • **
  • Posts: 36
  • Activity:
    0%
  • Reputation Power: 2
  • cdavbar has no influence.
  • Respect: +2
  • Referrals: 1
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #33 on: March 11, 2013, 12:45:28 PM »
0
After frying my brain, then taking a small break from UO, I think its time for me to give this black powder thing another shot.  Hopefully within the week I will have it fixed and working then post an update!

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: Guadah's Alchimests Assistant
« Reply #34 on: March 11, 2013, 01:58:33 PM »
0
Recommend:

- finditem SFZ in backpack
- Event Property #findid
- if "Saltpeter" IN #PROPERTY, ignoreid
- if "charcoal" IN #PROPERTY, ignoreid
- Then count the remaining SFZ items

That should get around the problem.

Offline cdavbar

  • Jr. Member
  • **
  • Posts: 36
  • Activity:
    0%
  • Reputation Power: 2
  • cdavbar has no influence.
  • Respect: +2
  • Referrals: 1
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #35 on: March 12, 2013, 03:07:57 PM »
0
Recommend:

- finditem SFZ in backpack
- Event Property #findid
- if "Saltpeter" IN #PROPERTY, ignoreid
- if "charcoal" IN #PROPERTY, ignoreid
- Then count the remaining SFZ items

That should get around the problem.

Ill give this a shot.

Offline J E T S

  • Newbie
  • *
  • Posts: 9
  • Activity:
    0%
  • Reputation Power: 1
  • J E T S has no influence.
  • Respect: 0
  • Referrals: 1
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #36 on: April 26, 2013, 11:09:01 AM »
0
Just got this script and I am having the same problem with the endless water container not being recognized.  I even put pitchers of water in the resource container also and its still not recognizing any water.  Anyone look into this and find the problem yet?

Offline cdavbar

  • Jr. Member
  • **
  • Posts: 36
  • Activity:
    0%
  • Reputation Power: 2
  • cdavbar has no influence.
  • Respect: +2
  • Referrals: 1
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #37 on: May 08, 2013, 07:56:47 AM »
0
Just got this script and I am having the same problem with the endless water container not being recognized.  I even put pitchers of water in the resource container also and its still not recognizing any water.  Anyone look into this and find the problem yet?

I've never had any issues with the Endless Water Decanter.  Just my issues with the cannon ingredients that I for some reason cannot get fixed. 

Offline chiangwei

  • Newbie
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • chiangwei has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #38 on: November 09, 2013, 02:09:44 AM »
0
need  fix Greater Heal
Garlic 7


line 620:36 5 >>> 7
   set %minimum_required_resource2 7
 

Offline rwek

  • Jr. Member
  • **
  • Posts: 24
  • Activity:
    0%
  • Reputation Power: 1
  • rwek has no influence.
  • Respect: +4
  • Referrals: 0
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #39 on: February 04, 2015, 06:06:13 AM »
0
It seems the script requires 500 ginseng whenever it draws from container.

I had 270 left, and it said not enough (needed to finish 10 more potions)

Also had 2 stacks of ginseng, one stack has 27 the other 800, got the msg not enough in container halting script.


Also wouldn't start when i was testing it to make 1 potion until I had hundreds in there. Kept saying not enough.


I don't know if this is by design but its not making sense to me just yet.


Still testing it -



Fixed the typo where it was saying out of garlic when It should say out of ginseng (it had the correct item type, just typo for Gheal)



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: Guadah's Alchimests Assistant
« Reply #40 on: February 04, 2015, 11:15:43 AM »
0
Don't know if Guaduh is still around
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.

Offline Toymaker

  • Jr. Member
  • **
  • Posts: 14
  • Activity:
    0%
  • Reputation Power: 1
  • Toymaker has no influence.
  • Respect: +4
  • Referrals: 0
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #41 on: July 01, 2020, 09:19:58 PM »
0
First time i tried this script. wanted to say thank you for it because it is awesome!  ;D saved my trigger finger from the several thousand clicks..

Offline dirtmcgirt

  • Jr. Member
  • **
  • Posts: 54
  • Activity:
    0%
  • Reputation Power: 1
  • dirtmcgirt has no influence.
  • Respect: 0
  • Referrals: 1
    • View Profile
Re: Guadah's Alchimests Assistant
« Reply #42 on: July 07, 2020, 09:13:35 PM »
0
This script is fantastic.  Great job!!  Would you ever consider adding lesser poison?  Trying to train poisoning and need a ton of lesser to get from 25-45. 

Tags: