Results 1 to 3 of 3

Thread: looking for warrior guild scrub floor script

  1. Default looking for warrior guild scrub floor script

    Anyone have? couldn't find one on PC.

  2. #2

    Default

    I used to have one but I didn't keep any of my GemStone logs or scripts when I got my new computer. If I remember right it's not too terrible to write one. Just take down the info you'll need for a match table (rep message, fail message, time to move message, etc). Should be pretty quick to throw one together.
    Quote Originally Posted by Hulkein View Post
    That is some weird shit.

  3. Default

    Heres the one I wrote. If you aren't on Teras you'll have to modify it.

    if you modify it for another town be nice and repost it so I don't have to rewrite it if I ever get there.

    If you need more scripts for the guild let me know...I have everything on Teras scripted except for the work with the Masters. Most of the stuff in the Landing too.

    Code:
    GetTools:
    move e
    move go arch
    move n
    move n
    move w
    move go arch
    move n
    move nw
    move go shed
    put get brush
    goto scrub1:
    
    scrub1:
    put out
    move se
    move s
    move go arch
    put kneel
    put clean floor
    match scrub2 repetition(s) remaining
    matchwait
    
    scrub2:
    put stand
    move e
    move s
    put kneel
    put clean floor
    match scrub3 repetition(s) remaining
    matchwait
    
    scrub3:
    put stand
    move s
    put kneel
    put clean floor
    match scrub4 repetition(s) remaining
    matchwait
    
    scrub4:
    put stand
    move e
    put kneel
    put clean floor
    match scrub5 repetition(s) remaining
    matchwait
    
    scrub5:
    put stand
    move w
    move go arch
    move w
    put kneel
    put clean floor
    match scrub6 repetition(s) remaining
    matchwait
    
    scrub6:
    put stand
    move e
    move go arch
    move n
    move n
    move w
    move go arch
    move n
    move nw
    move go shed
    put put brush on rack
    move out
    move se
    move s
    move go arch
    move e
    move s
    move s
    move go arch
    move w

Similar Threads

  1. Looking for a functional warrior guild script.
    By GS3-Dolarr in forum The Lich Project
    Replies: 8
    Last Post: 10-19-2013, 08:52 PM
  2. Warrior Guild Script
    By Alorn15 in forum The Lich Project
    Replies: 75
    Last Post: 04-18-2013, 10:46 AM
  3. warrior guild script teras/also posted in Warrior folder
    By Fsunoleco2006 in forum Miscellaneous Scripts
    Replies: 0
    Last Post: 05-11-2007, 03:47 PM
  4. WIP: warrior guild batter script (SF)
    By jafo in forum Scripting Discussion
    Replies: 16
    Last Post: 06-23-2004, 08:00 PM
  5. Warrior Guild Script?
    By Ambrosia in forum Warrior
    Replies: 8
    Last Post: 03-16-2004, 11:50 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
  •