Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enhanced client
Author Message
Runcuks
Journeyman
*

Posts: 179
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Nov 2012
Reputation: 0



Post: #1
Enhanced client
Could someone tell me if its posible to run 56b server with Enhanced client ?
09-08-2013 03:04 AM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #2
RE: Enhanced client
Yes It takes some work to get it to connect to the server, but once you do, it does work.... That having been said, there are a number of issues with it that makes it unusable at the moment. For example:
- Containers using the "grid" mode don't work (at least the classic mode works though.)
- Spells in Spellbooks are not visible to non-GMs.
- Walking is ok, but running results in some weird rubberband effect.
- Sailing is not quite right.
Fixing these things is on our list, but in the meantime I would suggest not using it.
09-08-2013 03:18 AM
Find all posts by this user Like Post Quote this message in a reply
Runcuks
Journeyman
*

Posts: 179
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Nov 2012
Reputation: 0



Post: #3
RE: Enhanced client
(09-08-2013 03:18 AM)RanXerox Wrote:  Yes It takes some work to get it to connect to the server, but once you do, it does work.... That having been said, there are a number of issues with it that makes it unusable at the moment. For example:
- Containers using the "grid" mode don't work (at least the classic mode works though.)
- Spells in Spellbooks are not visible to non-GMs.
- Walking is ok, but running results in some weird rubberband effect.
- Sailing is not quite right.
Fixing these things is on our list, but in the meantime I would suggest not using it.
Ok thanks for explaining.
But is it hard to make client to connect to server ? I would like to test it a little bit.
(This post was last modified: 09-08-2013 03:23 AM by Runcuks.)
09-08-2013 03:21 AM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #4
RE: Enhanced client
Here is the easy part:

1. Make sure your sphereserver is using the latest nightly build
2. Make sure the sphereCrypt.ini file includes the enhanced client keys (currently 4.0.32.3)
067900320 0A9BA7FD 0B069527F ENC_TFISH // 4.00.32.0
3. Download the enhanced client installer from http://www.uo.com/Client-Download
4. Install and patch the enhanced client as normal (this took me an hour)

Now the complicated part(s):

First you need to add a "loopback adapter" to Windows using the Hardware Wizard:

1. Click the Start menu.
2. Search for “cmd".
3. Right-click on “cmd” and select “Run as Administrator”
4. Enter “hdwwiz.exe”
5. Choose install manually (advanced mode)
6. Select "Network Adapters"
7. Select "Microsoft" in the Manufacturer column
8. Select "Microsof Loopback Adapter" in the Network Adapter column

Second, you need to edit the properties of your new loopback adapter and give it the IP address of the real EA UO server:

1. Find it in the Control Panel -> Network and Sharing Center... it depends on your hardware, but it likely appears as "Local Area Connection 2". When you open it, the "Connect using:" will have "Microsoft Loopback Adapter" listed. Make sure you edit the right one because if you edit the wrong one then no internets for you!!!
2. Uncheck everything except "Internet Protocol Version 4", then highlight IPv4 and click properties
3. Select "user the following IP address" and enter:
IP Address: 107.23.85.115
Subnet Mask: 255.255.255.0
4. Apply these changes and then test it from a command prompt by typing: ping 107.23.228.67

Third, you need to intercept all the traffic being sent to your loopback adapter (that is currently impersonating the real EA UO server), and redirect it to the free shard of your choice:

1. Download the opensource version of rinetd for Windows from here: http://www.boutell.com/rinetd/
2. Unzip that package into a directory on your PC... I used c:\rinetd
3. Create a new file in that directory, named after the shard you are connecting to... I used c:\rinetd\myshard.txt
4. In that file, put the following 2 lines of information (replace X.X.X.X with the IP address of the freeshard you are connecting to... and if they use a port other than 2593, change that too):

0.0.0.0 7775 X.X.X.X 2593
0.0.0.0 7776 X.X.X.X 2593

5. you need to open a cmd prompt and run the rinetd.exe file and tell it to use your freeshard text file:

cd c:\rinetd
rinetd.exe -c myshard.txt

At this point, with rinetd running, you can launch the enhanced client and log into your free shard.

NOTE: If you want to log into the real EA UO server, you can use the control panel to disable the loopback adapter (and make sure rinetd is not running).
(This post was last modified: 09-08-2013 08:27 AM by RanXerox.)
09-08-2013 08:22 AM
Find all posts by this user Like Post Quote this message in a reply
Runcuks
Journeyman
*

Posts: 179
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Nov 2012
Reputation: 0



Post: #5
RE: Enhanced client
RanXerox tyvm for great tutorial, but one more question if my friend will want to connect to my server with Enhanced client then he will need to do all following steps you wrote ? And sorry for bad english.
09-08-2013 04:11 PM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #6
RE: Enhanced client
Yes, and if you want to test it yourself by connecting to my test server with those instructions, use these details:

0.0.0.0 7775 174.0.105.58 2594
0.0.0.0 7776 174.0.105.58 2594
(This post was last modified: 09-30-2013 08:40 AM by RanXerox.)
09-08-2013 05:09 PM
Find all posts by this user Like Post Quote this message in a reply
Runcuks
Journeyman
*

Posts: 179
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Nov 2012
Reputation: 0



Post: #7
RE: Enhanced client
Ok thanks, i will try to connect to my own server if its ok Smile
09-08-2013 05:14 PM
Find all posts by this user Like Post Quote this message in a reply
amonvangrell
Banned

Posts: 338
Likes Given: 17
Likes Received: 32 in 20 posts
Joined: Aug 2012

britannia shard

Post: #8
RE: Enhanced client
another way is to edit the client with an hexadecimal program and change the ip address to the address of the shard. using the port 7775 to your shard, and voila! i founded this way easier.

btw you'll have a limited number to be used as ip address so make sure u have it as well.
i have posted all this step by step in another post. u may find it on search
09-09-2013 05:32 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Runcuks
Journeyman
*

Posts: 179
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Nov 2012
Reputation: 0



Post: #9
RE: Enhanced client
Ok now i get so far till I can connect to server but when i connect in console it writes - 12:57:WARNING:0:Bad Login 13 (Unencrypted client not permitted. See the USENOCRYPT setting in sphere.ini)

Can someone tell me crypth for enhanced client version 4.0.32.3 ?
09-09-2013 07:58 PM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #10
RE: Enhanced client
the 4.0.32.* key is posted above... the eror message says "Unencrypted client not permitted" which implies you are launching the client with razor or something that is removing encryption from it? In any case, to allow that, set Sphere.ini like this:

// Set this to 0 to allow login to encrypted clients
UseCrypt=1

// Set this to 1 to allow login to unencrypted clients
UseNoCrypt=1
09-10-2013 01:09 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)