The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SelectUO
Author Message
SelectUO
Apprentice
*

Posts: 4
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Oct 2012
Reputation: 0



Post: #1
SelectUO
What is SelectUO?
Plain and simple... A free lightweight client that lists and allows connections to free shards for Ultima Online.

How does it work?
SelectUO works by connecting to a remote database and selecting shard data then locally builds that list into the visual format you see within the application.
It uses various decryption methods to remove the encryption from the game client and launches the new client with the encryption removed.
Users launch select play any listed shard.

What SelectUO is not?
It is not an alternative game client for playing Ultima Online.
It is not a server emulator.
It is not a decryption tool for Ultima Online (It uses third party decryption techniques).
It is not ConnectUO, nor is any of its program source derived from ConnectUO.

Where can I get SelectUO?
Launch the installer

Need more help?
Check out our frequently asked questions.
10-26-2012 07:28 AM
Find all posts by this user Like Post Quote this message in a reply
ShiryuX
Journeyman
*

Posts: 249
Likes Given: 1
Likes Received: 19 in 14 posts
Joined: Mar 2010
Reputation: 4



Post: #2
RE: SelectUO
Nice, can you modify your bottom link for SphereServer? It should point directly to our home, since that prerelease webpage isn't the best link.
10-26-2012 10:13 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
SelectUO
Apprentice
*

Posts: 4
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Oct 2012
Reputation: 0



Post: #3
RE: SelectUO
Sure can. Will get to it some time tonight.
10-26-2012 10:38 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: SelectUO
Tried this, looks interesting however it pointedly refused to launch the UO client when i selected a shard and stopped responding after a while.

[Image: 2nis46r.jpg]
10-26-2012 12:17 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
SelectUO
Apprentice
*

Posts: 4
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Oct 2012
Reputation: 0



Post: #5
RE: SelectUO
Please ensure that you select the client path under settings... What version of client are you using?

I would do well to note too that not all features are compatible with Sphere. Such as the player count, item count etc.
(This post was last modified: 10-26-2012 02:37 PM by SelectUO.)
10-26-2012 02:30 PM
Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #6
RE: SelectUO
Not compatible with W8 Shock

[Image: 2hy9q0y.png]
10-27-2012 03:11 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
ShiryuX
Journeyman
*

Posts: 249
Likes Given: 1
Likes Received: 19 in 14 posts
Joined: Mar 2010
Reputation: 4



Post: #7
RE: SelectUO
(10-26-2012 02:30 PM)SelectUO Wrote:  Please ensure that you select the client path under settings... What version of client are you using?

I would do well to note too that not all features are compatible with Sphere. Such as the player count, item count etc.

How do you get that info from the server? Maybe I can help Smile
10-27-2012 07:28 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #8
RE: SelectUO
// UOGateway
// Enable or disable the response to UOGateway pings
// If enabled, it returns: Name, Age, Clients, Items, Chars and Memory
UOGStatus=1

Big Grin

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
10-27-2012 11:19 AM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #9
RE: SelectUO
(10-26-2012 02:30 PM)SelectUO Wrote:  Please ensure that you select the client path under settings... What version of client are you using?

I would do well to note too that not all features are compatible with Sphere. Such as the player count, item count etc.

you can just send connectuo packet for retrieve information from server:

byte[] b = { 0x7f, 0x00, 0x00, 0x01, 0xf1, 0x00, 0x04, 0xff };

but this is not returns shard name and age, only returns items, characters, memory usage and clients. maybe uogateway packet returns them too but i can't find the uog packet.
(This post was last modified: 10-28-2012 04:53 AM by Shaklaban.)
10-28-2012 04:53 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
SelectUO
Apprentice
*

Posts: 4
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Oct 2012
Reputation: 0



Post: #10
RE: SelectUO
It does not always work, depending on if the shard is using an older version of sphere or if they don't allow status packet requests.
11-01-2012 01:21 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)