Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Mants Thraks, and Goblins

  1. Default

    Quote Originally Posted by landy View Post
    When I get home, if you are still looking for a script like this blue, I'll give you the stuff I wrote to get that empath to 30 in the 30 day free period.
    That'd be kickass. I'll PM my email to you.

    m

  2. #12

    Default

    Hmm been messing with the script posted here trying to get a decent one set up. I will pretty much have a second character up at a table for resting and to drop the boxes off for picking.

    I have yet to test the end part of the script because I haven't fried yet. So that might be a bit messed up still..

    One of my main concerns is I copied the text from this original script, and the movement of searching for critters is kinda poor. I have never made a script ever, so I am kinda just learning on this one. I was looking at other scripts and they seem to have a counter system. How does this work? Do you just set a path to walk and each room you add +1 to the counter? Do you need to set something up to clear the counter once you finish your hunt?

    Also one major problem I have is if there is a thrak hide on the ground, when you do a "look" for a thrak it thinks the hide is an enemy and will loop and try to kill it. Anyway I can fix this?

    Anyways, please look at it and let me know what I can do to improve on it or fix it. This is my first time trying this so it will probably be very sloppy.

    Here it is!





    start:
    pause 1
    put gird
    pause 1
    put look
    match exit Your are stunned
    match restorhunt4 Table]
    match hunting [Valley]
    match logoff [Scripting Violation Limbo]
    match logoff [Consoltation Lounge]
    match logoff [The Cell]
    matchwait

    omgwait:
    pause 1
    goto kill

    restorhunt4:
    put exp
    match exit you are stunned
    match rest7 Your mind can't take much more
    match rest7 Your mind is numbed
    match rest7 Your mind is becoming
    match gohunt4 Your mind is muddled
    match gohunt4 Your mind is clear
    match gohunt4 Your mind is fresh and clear
    match gohunt4 Your mind is as clear as a bell
    matchwait

    gohunt4:
    move out
    move s
    move out
    move n
    move n
    move e
    move n
    put go ga
    move sw
    move s
    move s
    move s
    move s
    move s
    move se
    move e
    move e
    put go bridge
    put climb bank
    move ne
    move ne
    move n
    move w
    move ne
    move n
    move ne
    move ne
    move n
    move n
    move ne
    move n
    put climb rock
    move e
    move sw
    goto start



    kill:
    put kill
    match logoff [Scripting Violation Limbo]
    match logoff [Consoltation Lounge]
    match logoff [The Cell]
    match exit you are stunned
    match mover2 Also here:
    match mover you referring to
    match mover You currently have no valid target
    match dead dies
    match dead dead
    match dead The thrak falls back into a heap and dies.
    match dead The manticore falls to the ground and dies.
    match dead motionless
    match dead a little bit
    match kill You also see
    match kill only type ahead
    match kill Please wait
    match kill A thrak scampers in.
    match kill A manticore just arrived
    match omgwait wait
    match omgwait Roundtime
    match omgwait ...wait
    match start I could not find
    matchwait

    dead:
    pause 1
    put sheath
    put ready 2weapon
    waitfor you remove
    put skin thrak
    put skin manticore
    put loot
    match skinned1 You skinned the manticore
    match skinned2 You skinned the thrak
    match kill You might want
    match continue1 You botched
    match continue1 been skinned
    match exit you are stunned
    matchwait

    looter:
    put look
    match stow1 diopside
    match stow2 cordierite
    match stow3 ring
    match stow4 statue
    match stow5 crystal
    match stow6 quartz
    match stow7 lapis
    match stow8 amethyst
    match stow9 sapphire
    match stow0 gem
    match stow11 coral
    match stow22 stone
    match stow33 jade
    match stow44 ivory
    match stow55 pearl
    match stow66 ruby
    match stow77 spinel
    match stow88 opal
    match stow99 wand
    match stow00 nugget
    match stow111 diamond
    match stow222 jasper
    match stow333 emerald
    match stow444 topaz
    match stow555 zircon
    match stow666 garnet
    match stow777 tourmaline
    match stow888 amber
    match stow999 scroll
    match stow000 paper
    match stow1111 papyrus
    match stow2222 vellum
    match stow3333 coffer
    match stow4444 strongbox
    match stow5555 trunk
    match stow6666 chest
    match stow7777 box
    match start It had nothing of interest.
    match start It had nothing else of value.
    match start a manticore decays into compost.
    match start a thrak decays into compost.
    match start A goblin's remains decompose leaving a horrendous smell in its wake.
    match start The goblin falls to the ground, kicks several times and dies.
    match start A goblin's carcass collapses into a gooey mess.
    match start Swarms of ants scurry in, shred a goblin's remains and scurry out.
    match start A greater spider's legs shrivel up beneath it as it decays into dust.
    match start A goblin slowly shrivels up until nothing but green dust is left.
    match start You search the goblin.
    matchwait


    continue1:
    put sheath
    waitfor You put
    put ready weapon
    waitfor You remove
    goto looter

    skinned1:
    put sheath
    waitfor You put a
    put get tail
    put stow my tail
    waitfor You put a
    put ready weapon
    waitfor You remove
    goto looter

    skinned2:
    put sheath
    waitfor You put a
    put get hidel
    put stow my hide
    waitfor You put a
    put ready weapon
    waitfor You remove
    goto looter


    stow1:
    put get diopside
    put stow diopside
    goto start

    stow2:
    put get cordierite
    put stow cordierite
    goto start

    stow3:
    put get ring
    put stow ring
    goto start

    stow4:
    put get statue
    put stow statue
    goto start

    stow5:
    put get crystal
    put stow crystal
    goto start

    stow6:
    put get quartz
    put stow quartz
    goto start

    stow7:
    put get lapis
    put stow lapis
    goto start

    stow8:
    put get amethyst
    put stow amethyst
    goto start

    stow9:
    put get sapphire
    put stow sapphire
    goto start

    stow0:
    put get gem
    put stow gem
    goto start

    stow11:
    put get coral
    put stow coral
    goto start

    stow22:
    put get stone
    put stow stone
    goto start

    stow33:
    put get jade
    put stow jade
    goto start

    stow44:
    put get ivory
    put stow ivory
    goto start

    stow55:
    put get pearl
    put stow pearl
    goto start

    stow66:
    put get ruby
    put stow ruby
    goto start

    stow77:
    put get spinel
    put stow spinel
    goto start

    stow88:
    put get opal
    put stow opal
    goto start

    stow99:
    put get wand
    put stow wand
    goto start

    stow00:
    put get nugget
    put stow nugget
    goto start

    stow111:
    put get diamond
    put stow diamond
    goto start

    stow222:
    put get jasper
    put stow jasper
    goto start

    stow333:
    put get emerald
    put stow emerald
    goto start

    stow444:
    put get topaz
    put stow topaz
    goto start

    stow555:
    put get zircon
    put stow zircon
    goto start

    stow666:
    put get garnet
    put stow garnet
    goto start

    stow777:
    put get tourmaline
    put stow tourmaline
    goto start

    stow888:
    put get amber
    put stow amber
    goto start

    stow999:
    put get scroll
    put stow scroll
    goto start

    stow000:
    put get paper
    put stow paper
    goto start

    stow1111:
    put get papyrus
    put stow papyrus
    goto start

    stow2222:
    put get vellum
    put stow vellum
    goto start

    stow3333:
    put get coffer
    put stow coffer
    goto start

    stow4444:
    put get strongbox
    put stow strongbox
    goto start

    stow5555:
    put get trunk
    put stow trunk
    goto start

    stow6666:
    put get chest
    put stow chest
    goto start

    stow7777:
    put get box
    put stow box
    goto start

    hunting:
    match logoff [Scripting Violation Limbo]
    match logoff [Consoltation Lounge]
    match logoff [The Cell]
    match filter a thrak
    match filter a manticore
    match mover obvious paths:
    matchwait

    logoff:
    put chat to tilnam GM GM GM GM GM
    put chat to tilnam GM GM GM GM GM
    put chat to tilnam GM GM GM GM GM
    pause 35
    put 'Sorry, i am having connection issues
    pause 35
    put 'I think I froze up
    put 'Can you see this?
    put "sigh, guess I crashed
    pause 20
    put exit

    filter:
    put look
    match exit you are stunned
    match logoff [Scripting Violation Limbo]
    match logoff [The Cell]
    match logoff [Consoltation Lounge]
    match mover2 Also here
    match kill Obvious paths:
    matchwait


    rest7:
    put store weapon
    put store shield
    pause 65
    put exper
    match exit you are stunned
    match rest6 Your mind can't take much more
    match rest6 Your mind is numbed
    match rest6 Your mind is becoming
    match gohunt4 Your mind is muddled
    match gohunt4 Your mind is clear
    match gohunt4 Your mind is fresh and clear
    match gohunt4 Your mind is as clear as a bell
    matchwait

    mover:
    put look
    match exit you are stunned
    match logoff [Scripting Violation Limbo]
    match logoff [Consoltation Lounge]
    match logoff [The Cell]
    match filter you also see a thrak
    match filter you also see a manticore
    match m1 obvious paths: northeast, southeast, south
    match m2 obvious paths: north, east, southeast, south
    match m3 obvious paths: north, northeast
    match m4 obvious paths: northeast, south, southwest, northwest
    match m5 obvious paths: north, southwest, west
    matchwait

    mover2:
    put look
    match exit you are stunned
    match m1 obvious paths: northeast, southeast, south
    match m2 obvious paths: north, east, southeast, south
    match m3 obvious paths: north, northeast
    match m4 obvious paths: northeast, south, southwest, northwest
    match m5 obvious paths: north, southwest, west
    matchwait

    m1:
    pause 1
    move s
    goto mover

    m2:
    put exp
    match gohome Your mind can't take much more
    match ss Your mind is numbed
    match ss Your mind is becoming
    match ss Your mind is muddled
    match ss Your mind is clear
    match ss Your mind is fresh and clear
    match ss Your mind is as clear as a bell
    match gohome Your mind
    matchwait

    ss:
    pause 1
    move s
    goto mover

    m4:
    pause 1
    move ne
    goto mover

    m3:
    pause 1
    move ne
    goto mover

    m5:
    pause 1
    move w
    goto mover

    gohome:
    move n
    move ne
    move w
    put climb rock
    move s
    move sw
    move s
    move s
    move sw
    move sw
    move s
    move sw
    move s
    move s
    move se
    move sw
    put climb bank
    put go bridge
    move w
    move w
    move nw
    move n
    move n
    move n
    move n
    move n
    move ne
    put go ga
    move s
    put stow all
    put go shop
    put remove pack
    put sell pack
    put wear pack
    move out
    move w
    move s
    move s
    move s
    move s
    move s
    move s
    move s
    move e
    put go shop
    put rem pack
    put sell pack
    put wear pack
    move out
    goto locksmithin

    locksmithin:
    move w
    move n
    move n
    move n
    move n
    put go bank
    put go arch
    pause 1
    put depo all
    put go arch
    pause 1
    put out
    move n
    put go door
    move n
    put go tilnam table
    waitfor waves at you and invites you
    put go tilnam table
    goto boxes

    boxes:
    put look in my pack
    match coffer coffer
    match trunk trunk
    match box box
    match chest chest
    matchwait
    goto restorhunt4

    coffer:
    put get my coffer
    put drop my coffer
    goto boxes

    trunk:
    put get my trunk
    put drop my trunk
    goto boxes

    box:
    put get my box
    put drop my box
    goto boxes

    chest:
    put get my chest
    put drop my chest
    goto boxes

    exit:
    put exit

Similar Threads

  1. Goblins!
    By Middian in forum Wanted
    Replies: 0
    Last Post: 03-11-2011, 05:24 PM
  2. Need Mants/Thraks.. been some time.
    By badnade in forum Scripting Discussion
    Replies: 0
    Last Post: 07-29-2010, 12:42 AM
  3. delux mants and thraks
    By drasen in forum Scripting Discussion
    Replies: 1
    Last Post: 07-13-2007, 06:33 AM
  4. Thraks n Mants Script?
    By Kerial Sorrowsong in forum Scripting Discussion
    Replies: 0
    Last Post: 05-25-2004, 09:49 PM
  5. Goblins
    By Kuyuk in forum Role-Playing
    Replies: 13
    Last Post: 03-20-2004, 09:18 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
  •