Go Back   RunUO - Ultima Online Emulation > RunUO > Script Support

Script Support Get support for modifying RunUO Scripts, or writing your own!

Reply
 
Thread Tools Display Modes
Old 12-14-2007, 06:46 PM   #1 (permalink)
Newbie
 
Join Date: Dec 2007
Age: 35
Posts: 26
Default ServerList - Two Servers on one PC - HACK

After an hour of poking around I was finally able to get the UO client coming in from the outside world to list and connect to either of the two RunUO servers that I am running on the same PC.

The hack I had to write was the following in:

Server\Network\PacketHandlers.cs:2173

I replaced "if ( !IsValidAuthID( authID ) )" with "if ( 0 ) ". I looked at the IsValidAuthID() method and noticed that it was iterating through an array of authID's. Once it found the authID it set the element in the array to 0. It almost seems benign but I am sure there is a purpose for it. Anyway, the secondary server kept failing on the call to IsValidAuthID() and I have a pretty good idea why.

My Question: What could I have potenitally broken with this hack?

The server seems unaffected otherwise.

-Haz
hazrad is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5