Page 23 of 26 FirstFirst ... 132122232425 ... LastLast
Results 221 to 230 of 253

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

  1. Default

    On Teras Isle in Prime.

    [alchemy: error: failed to find trash room]
    >
    [alchemy: error: failed to find a reagent shop]

    I went to room 13063 [Thistleberry's Hut, Repository - 13063]
    and checked for tags. None.
    Your disk arrives, following you dutifully.
    >;e echo Room.current.tags
    --- Lich: exec1 active.
    [exec1: []]
    --- Lich: exec1 has exited.


    I have no idea how to do this and don't want to mess anything up.
    Not sure what room should be tagged for a trash room.

    Can someone fix this or walk me through it?

  2. #222

    Default

    Looks like it's just "trash"

    You can add the the tag proper like to the room using the steps outlined in the lrn2map thread. If you just want to get it working for you go to whatever room you want to use for tags and do:
    Room.current.tags.push('trash')
    or from another room
    Room[####].tags.push('trash')

    You'll have to do that everytime you login.
    Last edited by Donquix; 03-23-2017 at 08:48 PM.
    Mithrilschlong, 2015-03-10 to slightly later on 2015-03-10. You will not be forgotten!
    usable Meteor Swarm, late 2020-12-30 to early 2020-12-31. You will also not be forgotten!

  3. Default

    The reagant room is also missing. Not just trash.

  4. #224

    Default

    The recipe for the 507 potion is wrong; it needs 2 mountain lion skins, not 1.

    https://gswiki.play.net/Shimmering_silver_potion

  5. #225

    Default

    Ignore this, my question was dumb.
    Last edited by Nephelem; 09-17-2017 at 02:19 PM.

  6. Default

    Good morning.

    Anyone have a clue why ;alchemy launches bigshot it would start and stop bigshot repeatedly in the hunting area?

    Thanks
    [LNet]-GSIV:Aizaraii: "I'm all for killing animals, we can settle with saying vegetarians are retarded"
    A twisted being's throat glows green as it opens its mouth, loosing a blast of acid that scours the entire room!
    The acid splashes over you!
    ... 63 points of damage!
    Acid bath empties chest. It's a lot cleaner now.
    DEAD!

  7. #227

    Default

    Attempted to add the attunement reset recipe, but alchemy fails to find the recipe after adding it.

    Code:
    	r = {
    		:product => 'reflective soulstone',
    		:steps   => [ 'light', 'add vial of viscous liquid', 'add some essence of air', 'add some essence of earth', 'add some essence of fire', 'add some essence of water', 'infuse', 'add gleaming multicolored soulstone', 'chant 925', 'seal' ],
    		:type    => 'trinkets',
    		:rank    => [ 63, 63 ],
    		:for     => [ 'Wizard' ],
    	},
    >;alchemy make reflective soulstone
    --- Lich: alchemy active.
    [alchemy: no matching recipe]
    --- Lich: alchemy has exited.

  8. Default

    The recipe list is kept in memory rather than reloading them each time the script starts. Run the alchemy-recipes script to force it to load your changes into memory.
    Get Lich - Vote for Gemstone (topmudsites.com)

  9. #229

    Default



    Thanks!
    Last edited by Alastir; 04-08-2018 at 09:32 AM.

  10. Default

    It's not buying powdered green starstones in the Teras guild. I'm in the guild, I have the money scrip to buy, but it doesn't recognize it for some reason?
    ~@~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~@~

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
  •