Page 24 of 26 FirstFirst ... 142223242526 LastLast
Results 231 to 240 of 253

Thread: Alchemy Script of Doom!!!1!one

  1. Default

    Bottling "strands of seaweed" changes it to just "seaweeds" which makes the script not recognize that I do, in fact, have the seaweed. Can we update this, please?

    Also, ogre teeth are not being recognized when bundled, only when they are separate as ogre tooth. Can we get it to recognize bundles, please?
    Last edited by Ltlprprincess; 04-18-2018 at 08:25 PM.
    ~@~The Alliance of High Elven Society's GSWiki Page~@~
    ~@~Support the Alliance: Check Out Our Endowment Shop~@~
    ~@~Ensorcelling Services - Enchanting Services - Sheath Making~@~
    ~@~COMING SOON: Forging Services - Cobbling Services - Fletching Services~@~

  2. Default

    When i run Alchemy it takes about 10 minutes to either tell me what i need or just to start running the script. is there anything i could do to speed this up?

  3. #233

    Default

    if contents_line =~ /There is nothing on there\./

    needs to become

    if contents_line =~ /There is nothing on/

    Since "there" can be returned from the game as "shelf", hanging the script on a grind-for-the-guild task.
    Last edited by Merzbow; 01-01-2019 at 08:42 PM.

  4. #234

    Default

    Sisfu potions recipe may be wrong, I am trying to confirm this. Wiki entries seem to indicate there is a missing 'infuse' and 'boil' steps that need to be added.

    :steps => [ 'light', 'add flask of clear water', 'add some ground ayana', 'add some ground ayana', 'add some ground ayana', 'add some essence of water', 'add some essence of water', 'add some essence of water', 'chant 925', 'add some faintly radiant dust', 'add some faintly radiant dust', 'infuse' 'refract moonlight through diamond lens', 'boil', 'seal' ],
    Above is the changes I believe should work properly, based on http://www.virilneus.com/recipes/recipeview.php?rid=563

    I should just be able to save this change to the alchemy-recipes.lic , run it inside the client, and then try and make the potion correct?

  5. Default

    I'm getting a strange response all of a sudden - the script stops on jar, auto, etc after either adding water to a cauldron, pulling a jar out of my alchemy sack, or purchasing a flask of water. Any thoughts?

    **Update - figured it out. My alchemy sack was a scripted container, and was causing some sort of error. We can't use scripted?
    Last edited by Goldtree; 12-05-2019 at 04:51 PM.

  6. #236
    Join Date
    Aug 2004
    Location
    Tampa Bay, FL
    Posts
    129

    Default

    I just got the attack script from post 27. I'm also using loot. It seems to be moving rooms before skinning. Any help?

    start_script 'loot' unless running? 'loot'
    target_list = GameObj.npcs.find_all { |npc| script.vars[1..-1].include?(npc.id) and (npc.status !~ /dead/) }
    if target_list.length > 2
    cast 709
    elsif target = target_list[rand(target_list.length)]
    if target.noun == 'kobold'
    cast 705, target
    elsif target.name == 'forest troll'
    cast 705, target
    else
    cast 702, target
    end

    start_script 'loot'
    wait_while { running?('waitloot') }
    end

  7. Default

    You didn't mention if you've also got the waitloot.lic script which is what will make it wait for loot to finish.

    That may be the problem?

  8. #238
    Join Date
    Aug 2004
    Location
    Tampa Bay, FL
    Posts
    129

    Default

    ahh thanks!

    correcting

  9. #239

    Default

    For some reason the script is not buying green starstones from the Teras alchemy shop, not sure about the other color, I forget which one that is. I can manually buy them then the script will run perfectly but it will not actually purchase them.

  10. Default

    The recipes list is missing the recipe for minor mana regeneration potion.

Similar Threads

  1. Alchemy and attack script
    By Eddge in forum The Lich Project
    Replies: 0
    Last Post: 06-03-2021, 11:34 AM
  2. ;Alchemy script
    By Eoghain in forum Scripting Discussion
    Replies: 0
    Last Post: 12-23-2017, 01:55 AM
  3. alchemy script
    By goremouth in forum The Lich Project
    Replies: 2
    Last Post: 07-15-2011, 12:30 PM
  4. Auto alchemy script! (for use with :alchemy)
    By badzmarket in forum The Lich Project
    Replies: 3
    Last Post: 11-01-2010, 04:35 PM
  5. Alchemy boiling script
    By garlandor in forum Scripting Discussion
    Replies: 3
    Last Post: 05-08-2008, 06:21 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •