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

Pages: 1 [2] 3 4
16
Submit your Script / Re: Medusa Egg Farmer Stealth/Ninja
« on: May 31, 2018, 06:39:50 PM »
Thanks! It's definitely slower then doing it by hand, since it only sends one snake at a time. But I let it run for 2 hours or so and get about 30 eggs.

Key note: I set it up so it knows where the hole is based on your screen size. To do this make sure you screen is at 0x0 or the far left and very top or you can just change the x y in the script. I though it would be better then trying to get everyone to set the x y of the hole based on their screen settings.

Let know what you think.

17
Submit your Script / Re: Medusa Egg Farmer Stealth/Ninja
« on: May 30, 2018, 04:44:15 PM »
Heres my ICQ if that doesnt work..413875533 I tough more people would use this script. But so far no luck!

18
Submit your Script / Re: Medusa Egg Farmer Stealth/Ninja
« on: May 30, 2018, 04:40:49 PM »
by chance are you using non exceptional flutes? I didn't think anyone would by them.. I'll upload a new copy now with non exceptional ones added!

19
Submit your Script / Re: Medusa Egg Farmer Stealth/Ninja
« on: March 24, 2018, 12:36:04 PM »
Updated

20
Submit your Script / Re: Fishing 0-65 off serp's dock
« on: December 16, 2017, 03:38:44 PM »
Sorry not sure if theres a way to detected what screen size your playing. Makes all the click scripts hard....

21
Site News / Re: The end is a new beginning.
« on: October 22, 2017, 11:22:22 AM »
Awesome congratulations! Now how do we go about getting easyuo patched faster?

22
Submit your Script / Re: Medusa Egg Farmer Stealth/Ninja
« on: September 27, 2017, 04:55:59 PM »
Is it pulling the snakes health bar? Is there a snake on the screen? Let me know happy to help!

23
General UO Chat / Re: Ultima Online Retail - FREE!?
« on: September 24, 2017, 09:04:54 AM »
I can see people really muilti boxing then! 

24
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: September 22, 2017, 07:45:58 AM »
I'm using this script now. I ran in to the same problem. The issue was I was starting the script one square in front of the mass and not with my back against it. I logged out and re ran the script standing in the right spot and it works fine now.

25
Submit your Script / Re: simple taming trainer (mastery)
« on: September 22, 2017, 07:35:11 AM »
This works better for med:

sub med
event macro 13 46
wait 2
scanjournal 1
if You_cannot_focus_your_concentration in #journal
  {
  wait 12s
  gosub med
  }
  else
  {
  repeat
  wait 2s
  until #MANA >= #MAXMANA - 10
    return
  }

26
Script Debug / Re: Medusa eggs clicking the hole after targeting the snake
« on: September 19, 2017, 11:49:25 AM »
Stealth ninja script now posted!

27
Submit your Script / Medusa Egg Farmer Stealth/Ninja
« on: September 19, 2017, 11:03:28 AM »
UPDATED to 2.0

How to use:
Go to the big grassy spot and hit play. This script works best when there is a bigger spawn of snakes. You may want to work the spawn up if its low.
This script will work well and you can use it semi AFK

Updates:
Now auto sets hole location based on screen size. This will only work if you do not move your screen around. If the script is not clicking the hole, you may have to adjust where it clicks in the top of the script. PM me if you need help with this.

Now the script will loop 13 times and the walk back to the middle of the grassy spot. This stops the script from getting stuck at a hole that has not spawned all the way or spawned under brush or a cliff edge.  It DOES NOT remove that spot from the code so there's a chance you could walk back to that spot again. That's why this script is semi AFK.

Script no longer walk off screen for no reason.   

Farming eggs sucks. This will help!

Farms about 5 to 6 runs per 2 hours.

Good Luck. Please PM or post ideas.



28
Submit your Script / Re: simple taming trainer (mastery)
« on: September 10, 2017, 04:11:38 PM »
Good script thanks! I did make a few changes for me. I changed %mana 1, to %mana 25. BC you need 25 mana to cast. I also added and spot to med. Here's what that looks like.

Thanks

if #mana < %mana
{
gosub med
}
else
{
event macro 15  744
target
event macro 22 0
wait 10
}



sub med
event macro 13 46
wait 2
scanjournal 1
if You_cannot_focus_your_concentration in #journal
  {
  wait 12s
  gosub med
  }
  else
  {
  wait 25s
    return
  }

29
Submit your Script / Fishing 0-65 off serp's dock
« on: September 10, 2017, 12:03:51 PM »
Here is a little fishing script that will take you from 0 to 65 skill. Go to Serpent's Hold dock and hit play. This script will move to 4 different locations, cut old and new fish, and drop footwear be hide you. I used this script on 2 different account, one with the booster and one without.

You will need a Dagger and a fishing pole  :-\\

Good luck!

30
Stealth Client / Re: how do I compile a script thats posted????
« on: August 19, 2017, 04:06:03 PM »
Any luck?

Pages: 1 [2] 3 4