Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 48 matches

by sibble
02.10.2020 18:41
Forum: Scripts
Topic: [py] PVE Bot with Zone Restrictions (Fan Dancer example)
Replies: 0
Views: 18210

[py] PVE Bot with Zone Restrictions (Fan Dancer example)

SOURCE: Located under repo https://github.com/unisharpUO/StealthUO-Scripts DancerDojo.py helpers.py py_stealth DancerDojo Example: This script will sit within given coordinates, use Honor virtue and kill Fan Dancers, alert when a player is near, use confidence when needed, use primary ability when p...
by sibble
02.10.2020 18:39
Forum: Scripts
Topic: [py] EggFarmer
Replies: 0
Views: 9763

[py] EggFarmer

Located under repo: https://github.com/unisharpUO/StealthUO-Scripts https://github.com/unisharpUO/StealthUO-Scripts/blob/master/EggFarmer.py About: EggFarmer is a 100% AFKable script. I split the nest areas into 5 different regions, each has their own rail. Your character will walk around, and stop ...
by sibble
02.10.2020 18:38
Forum: Scripts
Topic: [py] Discord Vendor Search
Replies: 0
Views: 9833

[py] Discord Vendor Search

Hi Pretty simple idea, throw command in Discord to initiate an in-game Vendor Search and output the results to Discord. You could easily build a vendor search sniping bot from this code. https://github.com/unisharpUO/VendorSearcher https://i.imgur.com/kvIxJQf.png SETUP: 1. https://discordpy.readthed...
by sibble
04.03.2020 20:14
Forum: Scripts
Topic: [C#, ScriptSDK, XScript] LootLogger
Replies: 0
Views: 12242

[C#, ScriptSDK, XScript] LootLogger

*While this project might not be completely useful to everyone, there are examples in here on how to utilize ScriptSDK (with XScript extension) to quickly and easily evaluate and filter loot. **This is not a compiled project, this is source code. If you want to compile the project yourself you can d...
by sibble
23.02.2020 19:31
Forum: Scripts
Topic: Список товаров вендоров игроков
Replies: 5
Views: 21753

Re: Список товаров вендоров игроков

Thank you for this it will help me :)

- Working on OSI 2/23/20
by sibble
19.02.2020 16:33
Forum: Основной раздел
Topic: Stealth 8 Release
Replies: 166
Views: 199890

Re: Stealth 8 Release

Hello, thank you for keeping this project going! :) Is ScriptDotNet status working? I compiled Maxwellwr's repo and using in new project (TestScriptDotNet) Stealth.Default.Target.ClientRequestObjectTarget() (for example) does nothing TestScriptDotNet doesn't exit, it hangs with no errors Stealth: v8...
by sibble
30.04.2018 15:48
Forum: Основной раздел
Topic: Stealth 8 Release
Replies: 166
Views: 199890

Re: Stealth 8 Release

EA server, can connect, select shard, select character, and then this:
Image
by sibble
26.10.2016 14:23
Forum: General Discussion
Topic: EAccessViolation
Replies: 0
Views: 7253

EAccessViolation

Image

Was sitting idle.
by sibble
07.10.2016 20:10
Forum: General Discussion
Topic: newMoveXY causing connection lost
Replies: 3
Views: 8350

Re: newMoveXY causing connection lost

yes official server
by sibble
07.10.2016 16:19
Forum: General Discussion
Topic: newMoveXY causing connection lost
Replies: 3
Views: 8350

newMoveXY causing connection lost

foreach (Item _item in Containers) { workerSearch.ReportProgress(0, "moving to next container..."); _moverWatch.Restart(); while (_item.Distance > 1) { if (_moverWatch.Elapsed.Seconds > 15) break; workerSearch.ReportProgress(0, "trying to move..."); var _movingHelper = MovingHel...
by sibble
07.10.2016 16:15
Forum: General Discussion
Topic: UO client "connection lost" on script start
Replies: 0
Views: 6992

UO client "connection lost" on script start

I start Stealth, connect an account, login to a character and click Start Client. Run around everything is fine. I start a C# Script using ScriptSDK and StealthAPI. Script starts running successfully, client window gets "Connection Lost." If I close the client window and open a new one you...
by sibble
01.06.2016 18:20
Forum: Основной раздел
Topic: Stealth 7 RC
Replies: 52
Views: 42987

Re: Stealth 7 RC

"Ultima Online Client has stopped working" when I press START CLIENT

Fresh install, cleared AppData

UO Client 7.0.50.0

after, when I try and close Stealth I get a bug report.
by sibble
21.10.2015 17:01
Forum: General Discussion
Topic: New Masteries
Replies: 0
Views: 6697

New Masteries

by sibble
29.09.2015 22:01
Forum: General Discussion
Topic: Windows 10 FML
Replies: 4
Views: 8922

Re: Windows 10 FML

fixed
by sibble
29.09.2015 20:28
Forum: General Discussion
Topic: Windows 10 FML
Replies: 4
Views: 8922

Re: Windows 10 FML

There has to be some option in Visual Studio for either Build/Debug that is preventing it from hooking to stealth...