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 - UoLugnutz

Pages: 1 2 3 [4] 5 6 ... 9
46
New member introductions / Re: My name is....
« on: January 07, 2012, 09:45:58 AM »
Thanks everyone for letting me join. I'm thinking about making a Solen Quester if there isn't one yet.

There is no public version Ive seen but there is a few snippets of code in EN's library that can help i do believe.
Good luck and Welcome!

47
Script Debug / Re: Wither sub
« on: December 26, 2011, 05:32:37 AM »
When placing code please use the insert code option. Just makes it a little easier to read. From a quick glance, and not seeing the rest of the code, a few things stick out. First I see a Repeat but no Until. Also I see three right hand brackets but no left brackets to match.

Code: [Select]
set %wither #TRUE
}
 
repeat
   gosub NextSpot
   return
   }
gosub wither
  }
  wait 4s
return


48
Off Topic / Re: So what'd everyone get?!
« on: December 25, 2011, 07:05:50 PM »
I got a 54 Ounce bag of Skittles!! And I will pwn it  :)

49
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: December 24, 2011, 03:43:37 AM »
Thank you for the public release! With the holidays and all the family and friend time ahead of us what a perfect little toy to have running while we tend to RL
Again a Big Thank You  :D

50
UO News / Re: [UO Herald News] Terms of Service Reminder
« on: December 15, 2011, 06:16:05 AM »
So we get a warning/reminder of the TOS and now a patch without any patch notes published?!?!

I'm pulling out the conspiracy theory! They are up to something sneaky!!!!   :o

51
UO News / Re: [UO Herald News] Terms of Service Reminder
« on: December 13, 2011, 02:36:31 PM »
Last time they posted this reminder they went on a hunt for speedhackers. They usually post this first so if people get banned they cant say " I never knew I was doing anything wrong ". Wonder what they are looking for now?! I suggest keeping things on the low down just incase

52
Love the script.  Everything works great.. EXCEPT loading a setup file.  I have tried multiple times to save ( which says it works and I see a file created) and then later load my setup.  But every time I load, it says there is an error loading the file.  the setup file is in the same directory as the script...

Not sure what is happening.  any help or pointers to get this to work?

I had the same problem too. What I did was just enter the actual location the file is located in the setup file box. Example for me is C:\Documents and Settings\Computer3\Desktop\Lug. Entering this way works for me. Easiest way is to find the saved file and right click and go to properties. You will see a spot that says location. Cut and paste it to the set file box in CLAw. At the end of the cut and paste add a \ (back slash) and type in the name of the file. In my above example I had to add the \Lug to the end of my cut and paste.
Hope this makes sense and helps!


This was posted a few pages back. Maybe this can help!

53
New member introductions / Re: HELLO ALL! =]
« on: December 08, 2011, 01:19:14 PM »
Welcome!

I started playing Ultima at age 10 also......but it was Ultima3 and it was on my C - 64.....  :-[

54
Site News / Re: Please welcome the new Elites!
« on: December 03, 2011, 07:32:13 AM »
Congrats on the promotion! Both well deserved

PS -  Now don't go and forget about the common folk now  ;)

55
Love the script.  Everything works great.. EXCEPT loading a setup file.  I have tried multiple times to save ( which says it works and I see a file created) and then later load my setup.  But every time I load, it says there is an error loading the file.  the setup file is in the same directory as the script...

Not sure what is happening.  any help or pointers to get this to work?

I had the same problem too. What I did was just enter the actual location the file is located in the setup file box. Example for me is C:\Documents and Settings\Computer3\Desktop\Lug. Entering this way works for me. Easiest way is to find the saved file and right click and go to properties. You will see a spot that says location. Cut and paste it to the set file box in CLAw. At the end of the cut and paste add a \ (back slash) and type in the name of the file. In my above example I had to add the \Lug to the end of my cut and paste.
Hope this makes sense and helps!

56
Script Debug / Re: SUOLootSub
« on: October 04, 2011, 07:00:32 AM »
I think a looter like this would be great. Been slowly updating my Leather farmer to a more generic Sampire hunter and the looting part needed a lot of work next and an idea like this is perfect.
One option I would like to see is to search for multiple corpses but that's really not part of the Sub but more part of the script I guess.
Anyways i m doing tonnes of resources farming for points and can test as needed.

57
Combat/Healing/Looting / Re: LAME 3.0
« on: September 19, 2011, 04:49:52 AM »
Ahoy again Mate!

Code: [Select]
set %spellTimer #scnt
Code: [Select]
sub divineFury
    event macro 15 205
    set %spellTimer #scnt + %safety
    wait 5
return

Subs set %spellTimer to #scnt but check for #scnt2 below

Code: [Select]
if #findCnt > 1 && ( %useLS = #true ) && ( #mana < 25 ) && ( %spellTimer < #scnt2 )


58
Combat/Healing/Looting / Re: LAME 3.0
« on: September 19, 2011, 03:56:37 AM »
Code: [Select]
if #findid <> %attack
(
set %attack #findid
set #LTARGETID %attack
event macro 27 0
}

The ( but should be { is still there as mentioned earlier

59
Resource Farming / Re: Lugz Barb Leather Getter
« on: September 14, 2011, 12:46:54 PM »

Hehe - on my shard, Fel would have gotten you dead long before 2500 hides.  Also, you can modify the script to recall out in Tram, no?  BOS seems expensive.

I can count on one hand how many times I ve been pk'd on Cats and have over 1 million barbed hides and I sure can add a recall sub easy enough. Remind me not to play on your shard too :)

I thank you for the invitation, kind sir!  :)
Updated to Version 2.6 with bank option to hunt in Trammel so NObama won't peekay me!

60
Resource Farming / Re: Lugz Barb Leather Getter
« on: September 12, 2011, 07:00:39 PM »
Hehe - on my shard, Fel would have gotten you dead long before 2500 hides.  Also, you can modify the script to recall out in Tram, no?  BOS seems expensive.

I can count on one hand how many times I ve been pk'd on Cats and have over 1 million barbed hides and I sure can add a recall sub easy enough. Remind me not to play on your shard too :)

Pages: 1 2 3 [4] 5 6 ... 9