Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gruntman

Pages: 1 ... 8 9 [10] 11
136
Questing / Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« on: February 19, 2011, 05:47:48 AM »
oh so if i type into the text box the script recognizes it without it being up in the active box?

137
Questing / Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« on: February 18, 2011, 03:47:30 PM »
I have an issue where when I run this with the claw it never loots the recipes...how do i make it so it always takes them?

138
UOMaddogs' Script Library / Re: Maddog's Jhelom Farm Taming Trainer
« on: February 05, 2011, 04:13:00 AM »
Any chance on a quick glance at the script to see whats causing it to crash after a few minutes of running?

139
Script Debug / Re: Elwood Quest (the Elwoodinator)
« on: January 17, 2011, 08:02:37 PM »
wow I am glad to see this back out there!!! It works great until it goes to the second theater...it does not seem to recognize the impresario. How can I help you to correct that?

140
wow..I remember this script all too well. I just went through my old files and came up blank, so if you are willing to post it back up I would love to have it back in my files. I need quite a few more statues to finish my set :)

141
Misc. Scripts / Re: Scroll/Reg Buyer
« on: January 09, 2011, 04:59:44 AM »
Anyone able to tell me how to fix it so that it takes more than 70 gold out of my bank when it starts please?

142
Gold Farming / Re: Auto Honor and Attack
« on: January 08, 2011, 09:08:16 PM »
Thanks Cerveza!

143
Gold Farming / Re: Auto Honor and Attack
« on: January 08, 2011, 06:43:03 AM »
I remember back in the day there was an auto attack script that would not only cast EOO and Cw but it would also use lightning strike and such. Is there anyway to add that function into the script? I have tried but failed miserably.

144
Gold Farming / Re: Auto Honor and Attack
« on: January 06, 2011, 04:28:42 PM »
Opps my bad...I meant Cerveza!

145
Gold Farming / Re: Auto Honor and Attack
« on: January 06, 2011, 04:21:18 PM »
Hmmm care to share the added follow  8) TM?

146
Gold Farming / Re: Auto Honor and Attack
« on: January 04, 2011, 09:44:24 AM »
Works like a charm! Thanks loads for all your help

147
Gold Farming / Re: Auto Honor and Attack
« on: January 02, 2011, 05:42:59 AM »
I cannot seem to get the EOO part of the script in the right area or something. Can someone please assist me with placing the EOO snippet into the script properly.

148
Gold Farming / Re: Auto Honor and Attack
« on: December 12, 2010, 02:19:17 PM »
Well I tried adding it in to the script as it refers to and yes I have the claw running and Yes I have the buff scanner running but it never seems to cast EOO so I am guessing that it must be inserted into the script in a specific area that I cannot seem to figure out so any help with placement of the snippet would be gratefully appreciated.   

Anyone able to assist?

149
Gold Farming / Re: Auto Honor and Attack
« on: December 12, 2010, 06:51:33 AM »
Okay, been playin w/ this script for a couple of days raising my weapons skill works great. Nice, short, and to the point.

I only added one thing and changed the way claw works
 I added an EOO sub to the mele section
Code: [Select]
   GOSUB ENEMYOFONE
  IF !enemyofone = #false
  {
    REPEAT
      GOSUB ENEMYOFONE
    UNTIL !enemyofone = #TRUE
  }


SUB ENEMYOFONE
  Call ScanBuffBar  ; Presumes file is in same location as euo
  {
    If _EnemyOfOne_ in %BuffBarIconNames
      set !enemyofone #true
    else
      set !enemyofone #false
  }
  IF !enemyofone = #false
    GOSUB CAST_EOO
RETURN

SUB CAST_EOO
  EVENT MACRO 15 206
  WAIT 30
RETURN


and changed the claw to where this script told it when to loot a much better way in my opinion.( but you know what they say about opinions)

Code: [Select]
sub corpse
  GOsub TM_EnableAutoloot
   repeat
    WAIT 1
    namespace copy TM_loot_in_progress from global TM_loot
  until !TM_loot_in_progress <> #TRUE
  WAIT 5
  GOsub TM_DisableAutoloot
  WAIT
 RETURN
It is definately a nce little script to learn from, and not a goto in the whole thing.

thanks again for posting it.

I cannot seem to place this in the right area of the script....can someone guide me please.

150
Gold Farming / Re: TrailMyx's Fish Treasure Hunter v1.6
« on: November 29, 2010, 06:43:53 PM »
Seems to work fine thus far - thank you - and thanks TM  I will keep an eye out for that to happen.

Pages: 1 ... 8 9 [10] 11