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

Pages: [1]
1
Stealth Client / Stealth 8.10 download [SOLVED]
« on: October 09, 2020, 07:23:24 AM »
Hey guys, where do I find Stealth v8.10 to download? the ScriptSDK cant connect in last v8.11 version.  :'( :'( :'( :'(

Post Merge: October 09, 2020, 10:50:28 AM
FOUND: https://stealth.od.ua/download/Stealth_v8.10.2.rar  ;D ;D

2
Stealth Client / Re: InvalidOperationException after 7.9.9 update
« on: April 23, 2017, 02:34:15 PM »
This error is the same error that I get in VisualStudio after im debugging some project and try to view and expand some SDK Class variable value (an Item for example..)
after the error appear with Stealth 7.4.0.967, if I continue debugging or just hit F5 (Continue program) the error wont come back. In Stealth 7.9.9 the error appear wherever or not Im tried to debug




3
Stealth Client / InvalidOperationException after 7.9.9 update
« on: April 19, 2017, 08:18:59 PM »
Hi all..
Im just getting this damn error entire time (specially when uses newMoveXY or using Player.Location) after updated the Stealth to version 7.9.9:

Code: [Select]

public bool MoveXYZ(ushort xDst, ushort yDst, sbyte zDst, int accuracyXY, int accuracyZ, bool running)
        {
            return _client.SendPacket<bool>(PacketType.SCMoveXYZ, xDst, yDst, zDst, accuracyXY, accuracyZ, running);
        }

An unhandled exception of type 'System.InvalidOperationException' occurred in System.dll

Additional information: Empty stack.

I've updated because the AutoSell is not working at 6.7.0
Can anyone help me?

tkz

4
Stealth Client / Re: [Release] ScriptSDK 0.9.3 [UPDATED 28.05.2016]
« on: April 06, 2017, 01:09:11 PM »
Hi all,
Im trying to use Find Mobiles but it never find nothing, follow 2 examples:

Code: [Select]
ScriptSDK.SDK.Initialize();
ScriptSDK.Engines.Scanner.Initialize();
ScriptSDK.Engines.Scanner.Range = 20;
ScriptSDK.Engines.Scanner.ClearIgnoreList();
List<Mobile> nearMobs = ScriptSDK.Engines.Scanner.FindMobiles();

result:
nearMobs.Count = 0


The same occurs with Mobile.Find():

Code: [Select]

List<Mobile> nearMobs = Mobile.Find(typeList, Stealth.GetGroundID(), true);

result:
nearMobs.Count = 0


The function GetLandTilesArray doesn't working too:

Code: [Select]
ushort posOffset = 20;
ushort myPosX = Convert.ToUInt16(Player.Location.X);
ushort myPosY = Convert.ToUInt16(Player.Location.Y);
ushort minX = Convert.ToUInt16(myPosX - posOffset);
ushort minY = Convert.ToUInt16(myPosY - posOffset);
ushort maxX = Convert.ToUInt16(myPosX + posOffset);
ushort maxY = Convert.ToUInt16(myPosY + posOffset);
TileReader.Initialize();

List<FoundTiles> foundTiles = TileReader.GetLandTilesArray(minX, minY, maxX, maxY, tileType);

result: foundTiles.Count = 0;

ps: The TileType I already tried from 0 to 20000, I dont know what is it and just found one reference from EasyUO here: http://www.scriptuo.com/index.php?topic=10944.0

This functions really doesn't work or I'm doing something wrong?
tkz in advance!

5
Stealth Client / Stealth and Injection
« on: July 07, 2016, 01:49:56 PM »
Exist some way to use injection and stealth?

Im trying and ive got the following error:
"Client connection problem - Client send game packets again to LoginServ against connecting to GameServ"

tkz..

6
Stealth archive / Re: AssistUO n Stealth
« on: July 07, 2016, 01:48:01 PM »
Same error trying this with Injection.. exist some way to connect???

7
Stealth Client / Re: Current C# integration with Stealth
« on: May 20, 2016, 10:50:50 AM »
If you mean ScriptSDK you can find it via www.scriptsdk.com. Use an older Client (Stealth < 7) to get full compability. I#m sorting out some things atm. Maybe i will release SDK source for public very soon.

Chrome, I meaning the files present at https://bitbucket.org/Stealthadmin/stealth-api/downloads (ScriptDotNet.dll and ScriptAPI.cs) but the repository is private and I got Access Denied

The SDK doesnt have the ScriptAPI.cs file

Image from video:



Post Merge: May 21, 2016, 06:47:19 AM
If you mean ScriptSDK you can find it via www.scriptsdk.com. Use an older Client (Stealth < 7) to get full compability. I#m sorting out some things atm. Maybe i will release SDK source for public very soon.

I found it, at http://www.scriptuo.com/index.php?topic=13054.msg108167#msg108167

but Cliloc class is missing :/
in your version its exists?

thankz in advance.

8
Stealth Client / Re: Current C# integration with Stealth
« on: May 19, 2016, 07:11:50 PM »
I can reply for public so anyone can read and understand it.
We as the Stealth Team itself only providing the Script.dll, wich is written in Delphi.
In the past there were upcoming wishes writing Scripts in C#, Lua, Java, C++, PHP and any possible languange.
But the Focus on Stealth is Delphi, Pascal and Python, we dont provide any other dll.

However Maxwell has been updating the scriptdotnet.dll wich was contributed by persons such as Orich, Neo and Me and due his solid and frequently work, we included his dll on some points of Release.
ScriptdotNetAPI.cs was a product of Orich and me, I work on my ScriptSDK and Orich prolly stopped to play 'n code in UO\C#.

So there wont be any further release of that file unless someone update it himself and release it for public. :-\

Hope this resolve the matter.

Regards

Crome

chrome, can u send me too?
after watching this video
i got excited!!

Pages: [1]