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

Pages: [1] 2 3 ... 13
1
Stealth Client / StealthUO CLIENT VERSION HELP
« on: September 10, 2021, 08:15:21 AM »
CLIENT VERSION HELP

I've had several people approach me via discord in regards to step 9 and the client version.

"Client Version" in Stealth is what Stealth tells the server what client you are using when you connect to the server.

So, if you're trying to connect to OSI, you'll need the latest version AND make sure Stealth is telling the server you're using the latest version.

HOW TO DO THIS:
1.  Use your original classic UO client to patch and connect to OSI.
2.  After you're sure you're able to connect and login to a character, log back out and go to the main login window.
3.  Note the client version on the bottom of the screen.
4.  Put that version into the Stealth profile where it asks for it in step number 9.

Thanks,
unisharp

2
UOSteam / Re: Use UO Steam and UOStealth on the same client?
« on: June 16, 2021, 07:54:53 AM »
I don't know about Steam but Orion will connect to Stealth.

http://orionuo.online/ + https://stealth.od.ua/

Really this would be the optimal setup unless you have some specific reason why you need to use Steam.  Orion is a more feature-rich client.

3
New member introductions / Re: New member introduction
« on: April 12, 2021, 07:29:12 AM »
Hello and welcome!

4
I checked their API and I don't see a FindByID method under the Mobiles class.

http://razorenhanced.net/dokuwiki/doku.php?id=mobile_func

There's a FindBySerial method

Highly suggest running through the scripting section in http://razorenhanced.net/dokuwiki/doku.php

Quick Google search, FindByID is a method under the Items class, so you can't use it with mobiles.

5
New member introductions / Re: Howdy from Lake Superior
« on: March 25, 2021, 05:31:45 AM »
welcome back fellow lake superiorian


6
Off Topic / Re: The top 12 reasons I'm liking Notepad++ so far
« on: March 18, 2021, 07:53:34 AM »
vim > *, but yea npp is nice too

7
New member introductions / Re: Hello all
« on: February 05, 2021, 12:04:57 PM »
Hello and welcome!  If you're not interested in coding EasyUO, be sure to check into projects: Stealth, Orion, Razor Enhanced.  These 3rd party clients/assistants allow you to use C#, Javascript, Python, and Pascal.  Good luck!

8
New member introductions / Re: What's Up Everyone!
« on: February 05, 2021, 12:01:41 PM »
Hello and welcome!  Yes no more 8x8, however, there are new ways to power game!  Be sure to look into wolf spiders if you are going to train combat skills ;)

9
New member introductions / Re: Yet another old vet returning
« on: January 27, 2021, 05:26:56 AM »
The classic "drop your ore or die!"

Welcome  :D

10
New member introductions / Re: Hello!
« on: December 23, 2020, 04:45:05 AM »
Thank you for the warm welcome and a special thanks to @unisharp for the explicit .py scripts!


11
New member introductions / Re: Hello!
« on: December 22, 2020, 10:36:18 AM »
Welcome!

12
12/22/20 - Updated Find methods, added corpse ignore list, fixed quantity error

- Tested

Commit pushed to Github

13
i need to change name of sending bag to

Code: [Select]
if __name__ == '__main__':
    global BagofSendingBag

but still not looting gold to backpack from corpose.

Just remove that delete that line alltogether

delete 'global BafofSendingBag'

14
is this script looting gold too ? Can i use it as separate script or need to paste to fandancer script ?

Added to dancer dojo example

15
12-21-20 Changes:
  • If bag of sending exists in backpack, enable good looting
  • If weight is equal to or over limit, send gold to bank

Commits:
https://github.com/unisharpUO/StealthUO-Scripts/commit/8222629a4fabbd68fbccf6a5ff77e07a805c7714
https://github.com/unisharpUO/StealthUO-Scripts/commit/9cb81e70c2f2e25cceb28cab1fe8aef4839f80b3

Pages: [1] 2 3 ... 13