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
1
Submit your Script / Re: BL Eggscavator Beta release
« on: August 21, 2021, 05:07:27 AM »
Looks Awesome! I'm back from summer break and will give it a go!

2
Submit your Script / Re: Medusa Egg Farmer Stealth/Ninja
« on: February 02, 2021, 02:03:51 AM »
Feel free to post it. I run a Separate script for cures and smoke bombs. If you are in a loop, walking or so on and get attacked it won't cure and hide till it goes back to the poison and visible check.
Thanks

3
Submit your Script / Re: Medusa Egg Farmer Stealth/Ninja
« on: March 07, 2020, 08:17:12 AM »
Thank you for the input.

Im at best a D student when it comes to coding and just write scripts that I have a need for, otherwise Im pretty content with what everyone else has made. I can take your feed back and try and clean it up a bit. But I really just the guy that posted a way to click the holes....

4
Submit your Script / Re: Medusa Egg Farmer Stealth/Ninja
« on: March 07, 2020, 05:46:23 AM »
I use it. I just uploaded a new copy that I run that I have cut a few seconds of the time it takes to charm the snakes.

Here are the Issues with this type of script:

1. Holes spawn under brush.

2. Snakes Move off the screen as built in the the area of the game

3. Holes spawn on the other side of the rock wall, where you can see but cant pathfind to or under the rock ledge.

4. If you think it would be better, I can change the setup to select the hole on startup? right now it selects the hole based off screen size, but if you move you screen it will NOT select the hole. This can be fixed.

 Other then that if you start the scrip with a bunch of snakes on the screen it runs fine. I will run it for a couple hours and get 40 or 50 eggs and be set for the week of medusa solo runs. I do while I watch TV just in case something happens. I dont think it will get to 100% afk but its pretty good. I would be nice to run in enhanced razor for finding the hole but Pathfinding isnt working so well on that platforum yet.

5
I don't remember having to fix any code on mine.

6
I ran this script last month to 120 and it worked well.

7
Script Debug / Re: pet attack with location error
« on: March 03, 2019, 11:25:56 AM »
Here's how I find target types in my scripts:

set %TargetTypes TC_QE_XU_IKPC_TC_JD
Finditem %TargetTypes G_6
  If #findcnt > 0
    {
    set %TargetsFound %TargetsFound + 1



I never really used find dist...I just use finditem on ground within the dist im looking for it in... like this

FINDITEM PBN G_17


sorry I cant be of more help!

8
Script Debug / Re: pet attack with location error
« on: March 01, 2019, 03:41:48 PM »
Up to you but I would build the loop around enemy hits VS pet x y. I haven't had much luck getting a x y to compare its self to a set x y on my scripts. I'm sure it can be done.. But it it does work and your monster runs off at 5% as they do... Your going to loop as your pet chases. Just an idea.

9
Stealth Client / Re: Easy uo dll?
« on: September 03, 2018, 08:58:30 AM »
I'm sure some of us over the pond here would pay for access to pvp or gold making scripts! I know I would!

Thanks for your help. The code works.

10
Stealth Client / Re: Easy uo dll?
« on: September 03, 2018, 07:54:31 AM »
All you really need to do is look at the scripts page... There's 4 or 5 current scripts in stealth and 100s in easyuo. Most of the scripts for stealth are from 2015 and back! Why not make it easier to code in?

11
Stealth Client / Re: Easy uo dll?
« on: September 03, 2018, 07:15:22 AM »
Well that's easy....A lot of people can code in easyuo...its very easy to learn. If the easyuo commands worked, then we could use the item ids from stealth. It would be easy to code and super powerful. I have coded in easyuo for years now. But with the patches and the waits for easyuo to patch. I'm ready to learn stealth. I think stealth with the macros of EC, could be a great thing!

 

12
Stealth Client / Re: Easy uo dll?
« on: September 03, 2018, 06:36:35 AM »
I get it...and I picked up a lesson in python and pascal this weekend when they were on sale...But it would be helpful to understand the basics first. One of the things I have an issue with is that the examples of coding on the stealth site...I cant get to work at all...Like this is taken right from the page:

function Hidden():Boolean
if(not Hidden) then
begin
  UseSkill('Hiding');
end;

doesn't work. Even is I add the
program new;

The only thing I can get to work is:
UseSkill('Hiding');

as a single line of text. Also it fails to compile anything I type in the edit script tab..I've added spaces in where it says if (not Hidden) then I've added ; in..If I cant copy and paste code right from the webpage...Learning is going to be fun...Now with easyuo you can copy and paste right from the site...its easy to string together a simple script to start to learn to code.

So please PM me or post whats missing and why coping and pasting from the site wont work!

Thanks
 

13
Stealth Client / Easy uo dll?
« on: September 02, 2018, 03:40:44 PM »
Can someone write a dll add in... So us easyuo coders can code in stealth?

14
Stealth Client / Re: WHat has changed
« on: August 12, 2018, 02:54:05 PM »
Trying to get stealth to worth for the first time..whats the IP you put in for the server? I play Alt. OSI

Thanks

15
Submit your Script / Re: Medusa Egg Farmer Stealth/Ninja
« on: July 25, 2018, 06:01:30 PM »
Thanks, it is slow...Its best if there's snakes there already...if not in time they build up...I get about 30 eggs in an hour an half..It's just easy to run while I watch TV for guild hunts...

Thanks for the feed back!

Pages: [1] 2 3 4