Results 1 to 2 of 2

Thread: Simple Ore Script

  1. #1

    Default Simple Ore Script

    I got bored and put together a simple ore script...

    Figured if I put it up someone else would come and dump some fortunes with me...

    May have to modify it to fit your containers. Doesn't unload or anything just keeps going and going like the bunny....Leave your note in your right hand.

    start:
    put go east
    put grin miner
    match getore You grin at a badly burned ghostly miner
    match findminer1 I could not find what you were referring to
    matchwait

    findminer1:
    put go west
    put grin miner
    match getore You grin at a badly burned ghostly miner
    match start I could not find what you were referring to
    matchwait


    getore:
    put ask miner for ore
    put ask miner for ore
    match crucibles The ghostly miner takes your note and exchanges it for a new one
    match getore I'm sorry, but I don't seem to have any usable chunks of ore right now
    matchwait

    crucibles:
    put go east
    put put my ore in crucible
    match welliron iron slab back to you
    match keepslab mithril slab back to you
    match keepslab drakar slab back to you
    match keepslab eahnor slab back to you
    match keepslab eonake slab back to you
    match keepslab faenor slab back to you
    match keepslab golvern slab back to you
    match keepslab gornar slab back to you
    match keepslab imflass slab back to you
    match keepslab invar slab back to you
    match keepslab kelyn slab back to you
    match keepslab krodera slab back to you
    match keepslab mithglin slab back to you
    match keepslab ora slab back to you
    match keepslab white ora slab back to you
    match keepslab black ora slab back to you
    match keepslab razern slab back to you
    match keepslab rolaren slab back to you
    match keepslab rhimar slab back to you
    match keepslab urglaes slab back to you
    match keepslab vaalorn slab back to you
    match keepslab veil iron slab back to you
    match keepslab veniom slab back to you
    match keepslab vultite slab back to you
    match keepslab zorchar slab back to you
    matchwait

    welliron:
    put put slab in well
    goto start


    keepslab:
    pause 3
    put put my slab in my cloak
    put put my slab in my back
    put put my slab in my satc
    put put my slab in neo coff
    goto start
    Last edited by Neo; 10-31-2009 at 09:27 PM. Reason: guy keeps moving around, updated

  2. #2

    Default

    Updated to handle his moving around,

    Its dirty but works... Wife just left with the midgets and I got kids coming to the door. So might mess with it more later...

    Thanks
    Last edited by Neo; 10-31-2009 at 09:27 PM.

Similar Threads

  1. Learn how to script with this simple hunting script
    By Tgo01 in forum The Lich Project
    Replies: 69
    Last Post: 08-24-2020, 03:20 PM
  2. Simple Hunting script
    By Razadine in forum The Lich Project
    Replies: 0
    Last Post: 10-15-2018, 06:40 PM
  3. Help with simple script?
    By Dosselmeyer in forum The Lich Project
    Replies: 0
    Last Post: 12-24-2012, 02:15 PM
  4. help with another i'm sure simple script
    By Glaves in forum Miscellaneous Scripts
    Replies: 3
    Last Post: 11-30-2011, 09:02 AM
  5. Looking for a simple casting script
    By Anebriated in forum The Lich Project
    Replies: 14
    Last Post: 07-25-2009, 07:22 PM

Posting Permissions

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