Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Mono

Server Support on Mono Forum dedicated to RunUO 2.0 on Mono.

Reply
 
Thread Tools Display Modes
Old 08-14-2008, 12:44 PM   #26 (permalink)
Forum Expert
 
Erica's Avatar
 
Join Date: Jan 2005
Location: Laramie Wyoming
Age: 43
Posts: 1,282
Send a message via ICQ to Erica Send a message via AIM to Erica Send a message via MSN to Erica Send a message via Yahoo to Erica Send a message via Skype™ to Erica
Default

Don't think no one has one . Also Latest Client is 6.0.9.2 and no one has made that as well so you'll have to wait to uorice to get updated for latest client.
__________________
Erica is online now   Reply With Quote
Old 08-14-2008, 02:00 PM   #27 (permalink)
Forum Expert
 
Join Date: Oct 2002
Age: 45
Posts: 4,372
Default

And with UO RICE no longer being actively developed, you might be waiting a LONG time. Best option right now is to use Razor to decrypt the client.
__________________
HellRazor is offline   Reply With Quote
Old 08-15-2008, 10:10 PM   #28 (permalink)
Master of the Internet
 
Anti-Basic's Avatar
 
Join Date: Dec 2005
Age: 20
Posts: 12,927
Default

Quote:
Originally Posted by skirnir View Post
can anyone post 6.0.6.1 or 6.0.6.2 clients with no-crypt? thanks a lot!
Actually, posting client files is against the forum rules. RunUO is able to do what they do because the server emulator isnt illegal. Distributing client files, even if modified does not fall into that same category. No one here is supportive of that rule for the sake of "protecting" EA's "Intellectual Property", however it would really suck to see this site go down because of a dmca violation.

EDIT: I probably should have nested a second pair of quotation marks around Intellectual but it would have affected the flow I think.

Last edited by Anti-Basic; 08-15-2008 at 10:25 PM.
Anti-Basic is offline   Reply With Quote
Old 08-22-2008, 02:51 PM   #29 (permalink)
Newbie
 
Scriptiz's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 37
Send a message via MSN to Scriptiz
Default

Quote:
Originally Posted by Scriptiz View Post
UO_Rice can patch only the client under the 6.0.6.2 version.

So the last version that can be patched bye UO_rice is 6.0.6.1.

Here is in attachment a 6.0.6.0 client patched.
I didn't know theses rules sorry for my client. If a moderator or someone who have the rights may delete my attachmente files in my post on previous page it would be nice.

Thanks and sorry.
Scriptiz is offline   Reply With Quote
Old 08-22-2008, 02:58 PM   #30 (permalink)
Master of the Internet
 
Anti-Basic's Avatar
 
Join Date: Dec 2005
Age: 20
Posts: 12,927
Default

Quote:
Originally Posted by Scriptiz View Post
I didn't know theses rules sorry for my client. If a moderator or someone who have the rights may delete my attachmente files in my post on previous page it would be nice.

Thanks and sorry.
just delete the attach code in your post, the attachment will still be on the server physically, but no chance of anyone downloading it since no one can see it.
__________________
Quote:
Originally Posted by madmadmax3 View Post
I didn't insult anyone dumpass
Anti-Basic is offline   Reply With Quote
Old 08-22-2008, 02:59 PM   #31 (permalink)
Master of the Internet
 
Anti-Basic's Avatar
 
Join Date: Dec 2005
Age: 20
Posts: 12,927
Default

Quote:
Originally Posted by HellRazor View Post
And with UO RICE no longer being actively developed, you might be waiting a LONG time. Best option right now is to use Razor to decrypt the client.
has no one done anything with the source code yet
__________________
Quote:
Originally Posted by madmadmax3 View Post
I didn't insult anyone dumpass
Anti-Basic is offline   Reply With Quote
Old 08-22-2008, 03:12 PM   #32 (permalink)
Forum Novice
 
FingersMcSteal's Avatar
 
Join Date: Mar 2006
Location: North East, England, UK
Posts: 865
Send a message via ICQ to FingersMcSteal Send a message via MSN to FingersMcSteal
Default

Sort of but i need an interpritation of this C++ line...

Code:
find_address(ThePattern, "0x00000000 0x00000000 0x0001 0x0f 0x84 ? 0x00 0x00 0x00 0x8b 0x48 ? 0x85 0xc9 0x8b 0xca", // FIRE 0x85
found1, c1, r1, 1, address1, 1, err[0]);
or more this part inparticular...

Code:
"0x00000000 0x00000000 0x0001 0x0f 0x84 ? 0x00 0x00 0x00 0x8b 0x48 ? 0x85 0xc9 0x8b 0xca"
I'd like to be able to re-work the code into C#, without understanding the meaning of that it gets kind of confusing at times.
__________________
We can be found on joinUO.com or listUO.com, come try us out.
FingersMcSteal is offline   Reply With Quote
Old 08-24-2008, 05:08 PM   #33 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 32
Posts: 428
Send a message via MSN to aventae
Default

If i am not mistaken i believe the 0x00... etc is looking for a memory adress in hex. from still taking c++ classes. Couldn't this be better found using pointers?
Sorry Fingers am learning C++ in classes. Someone with more knowledge on this may know better on how to do the porting.

Quote:
Originally Posted by FingersMcSteal View Post
Sort of but i need an interpritation of this C++ line...

Code:
find_address(ThePattern, "0x00000000 0x00000000 0x0001 0x0f 0x84 ? 0x00 0x00 0x00 0x8b 0x48 ? 0x85 0xc9 0x8b 0xca", // FIRE 0x85
found1, c1, r1, 1, address1, 1, err[0]);
or more this part inparticular...

Code:
"0x00000000 0x00000000 0x0001 0x0f 0x84 ? 0x00 0x00 0x00 0x8b 0x48 ? 0x85 0xc9 0x8b 0xca"
I'd like to be able to re-work the code into C#, without understanding the meaning of that it gets kind of confusing at times.
aventae is offline   Reply With Quote
Old 08-25-2008, 02:47 PM   #34 (permalink)
Forum Novice
 
FingersMcSteal's Avatar
 
Join Date: Mar 2006
Location: North East, England, UK
Posts: 865
Send a message via ICQ to FingersMcSteal Send a message via MSN to FingersMcSteal
Default

Np's... suss'd it but all the helps greatly appriciated
__________________
We can be found on joinUO.com or listUO.com, come try us out.
FingersMcSteal is offline   Reply With Quote
Old 08-25-2008, 04:08 PM   #35 (permalink)
Forum Expert
 
Join Date: Oct 2002
Age: 45
Posts: 4,372
Default

So does that mean an update to UO Rice might be forthcoming?
__________________
HellRazor is offline   Reply With Quote
Old 08-25-2008, 09:29 PM   #36 (permalink)
Forum Novice
 
FingersMcSteal's Avatar
 
Join Date: Mar 2006
Location: North East, England, UK
Posts: 865
Send a message via ICQ to FingersMcSteal Send a message via MSN to FingersMcSteal
Default

Not so much an update, more of a re-write (into C# from C++).

Reading C++ source codes not a problem, although i'm rusty on C++... understanding FULLY what the code does is since theres a couple of things in it i've not done before myself (or i have to lookup to remind myself), more the working out the conversion of what the C++ is doing EXACTLY before the re-wite can take place.

A bit like the above posts... what does what exactly.

Understanding other peoples code and what they were thinking when they wrote it isn't one of my strong points, things like...

Code:
int c1,c2,c3,r1=0,r2=0,r3=0,r1b=0,r2b=0,r3b=0, c4,c5,c6,c7,c1b,c2b,c3b,c7a,c7b,c7c;
(Taken from UORice source)

are pretty straightforward and easy enough to convert to another language, what and where the variables are used and what they mean or represent is.

Spent the last month reading and learning about cryptanalysis and the various forms of encryption to help me better figure out what rice actually does, though it's slow going alone.

Probably why i go overboard on remark statements in alot of my code, so i know what it does if i have to return to it (remembers college teachers always remining me about this one). But yeah it would be nice to get a launch button on this eventually... http://www.yaksuoworld.ukpc.net/viewer.jpg
__________________
We can be found on joinUO.com or listUO.com, come try us out.
FingersMcSteal is offline   Reply With Quote
Old 09-08-2008, 09:39 PM   #37 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 32
Posts: 428
Send a message via MSN to aventae
Default

int (Integer) c1-c7c , r1 is an integer but = 0

are these variables used in other location of the source?..
possibly just declaring variables

Quote:
Originally Posted by FingersMcSteal View Post
Not so much an update, more of a re-write (into C# from C++).

Reading C++ source codes not a problem, although i'm rusty on C++... understanding FULLY what the code does is since theres a couple of things in it i've not done before myself (or i have to lookup to remind myself), more the working out the conversion of what the C++ is doing EXACTLY before the re-wite can take place.

A bit like the above posts... what does what exactly.

Understanding other peoples code and what they were thinking when they wrote it isn't one of my strong points, things like...

Code:
int c1,c2,c3,r1=0,r2=0,r3=0,r1b=0,r2b=0,r3b=0, c4,c5,c6,c7,c1b,c2b,c3b,c7a,c7b,c7c;
(Taken from UORice source)

are pretty straightforward and easy enough to convert to another language, what and where the variables are used and what they mean or represent is.

Spent the last month reading and learning about cryptanalysis and the various forms of encryption to help me better figure out what rice actually does, though it's slow going alone.

Probably why i go overboard on remark statements in alot of my code, so i know what it does if i have to return to it (remembers college teachers always remining me about this one). But yeah it would be nice to get a launch button on this eventually... http://www.yaksuoworld.ukpc.net/viewer.jpg
aventae 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 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5