Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
Search found 48 matches
- 02.10.2020 18:41
- Forum: Scripts
- Topic: [py] PVE Bot with Zone Restrictions (Fan Dancer example)
- Replies: 0
- Views: 25328
[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...
- 02.10.2020 18:39
- Forum: Scripts
- Topic: [py] EggFarmer
- Replies: 0
- Views: 13178
[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 ...
- 02.10.2020 18:38
- Forum: Scripts
- Topic: [py] Discord Vendor Search
- Replies: 0
- Views: 13197
[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...
- 04.03.2020 20:14
- Forum: Scripts
- Topic: [C#, ScriptSDK, XScript] LootLogger
- Replies: 0
- Views: 15764
[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...
- 23.02.2020 19:31
- Forum: Scripts
- Topic: Список товаров вендоров игроков
- Replies: 5
- Views: 49164
Re: Список товаров вендоров игроков
Thank you for this it will help me
- Working on OSI 2/23/20
- Working on OSI 2/23/20
- 19.02.2020 16:33
- Forum: Основной раздел
- Topic: Stealth 8 Release
- Replies: 166
- Views: 313459
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...
- 30.04.2018 15:48
- Forum: Основной раздел
- Topic: Stealth 8 Release
- Replies: 166
- Views: 313459
Re: Stealth 8 Release
EA server, can connect, select shard, select character, and then this:
- 26.10.2016 14:23
- Forum: General Discussion
- Topic: EAccessViolation
- Replies: 0
- Views: 8995
EAccessViolation
Was sitting idle.
- 07.10.2016 20:10
- Forum: General Discussion
- Topic: newMoveXY causing connection lost
- Replies: 3
- Views: 10595
Re: newMoveXY causing connection lost
yes official server
- 07.10.2016 16:19
- Forum: General Discussion
- Topic: newMoveXY causing connection lost
- Replies: 3
- Views: 10595
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...
- 07.10.2016 16:15
- Forum: General Discussion
- Topic: UO client "connection lost" on script start
- Replies: 0
- Views: 8790
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...
- 01.06.2016 18:20
- Forum: Основной раздел
- Topic: Stealth 7 RC
- Replies: 52
- Views: 61782
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.
Fresh install, cleared AppData
UO Client 7.0.50.0
after, when I try and close Stealth I get a bug report.
- 21.10.2015 17:01
- Forum: General Discussion
- Topic: New Masteries
- Replies: 0
- Views: 8584
- 29.09.2015 22:01
- Forum: General Discussion
- Topic: Windows 10 FML
- Replies: 4
- Views: 11804
Re: Windows 10 FML
fixed
- 29.09.2015 20:28
- Forum: General Discussion
- Topic: Windows 10 FML
- Replies: 4
- Views: 11804
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...