<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://www.joinuo.com/forums/feed.php?f=28&amp;t=640" />

<title>JoinUO.com</title>
<subtitle>A discussion forum for the Ultima Online freeshard community.</subtitle>
<link href="http://www.joinuo.com/forums/index.php" />
<updated>2011-01-31T14:55:44+00:00</updated>

<author><name><![CDATA[JoinUO.com]]></name></author>
<id>http://www.joinuo.com/forums/feed.php?f=28&amp;t=640</id>
<entry>
<author><name><![CDATA[Batlin]]></name></author>
<updated>2011-01-31T14:55:44+00:00</updated>
<id>http://www.joinuo.com/forums/viewtopic.php?t=640&amp;p=1446#p1446</id>
<link href="http://www.joinuo.com/forums/viewtopic.php?t=640&amp;p=1446#p1446"/>
<title type="html"><![CDATA[Re: Force Client Map Update]]></title>

<content type="html" xml:base="http://www.joinuo.com/forums/viewtopic.php?t=640&amp;p=1446#p1446"><![CDATA[
I've been thinking about this for some time.<br /><br />I don't know where the packets are processed. Never really investigated. The easiest way would be to set a post-breakpoint on the recv function and then configure the breakpoint as a conditional breakpoint where the breakpoint will only break if your intended packet was received. But whatever you do, the client will just copy the received data to a buffer and then process it later on. So you'll have to set a memory breakpoint in the buffer and then continue when that one breaks.<br /><br />Don't debug with Razor attached, instead, use UO_RICE to remove the encryption from the client.<br /><br />If you could tell us what client you're working with we might be able to help you better.<p>Statistics: Posted by <a href="http://www.joinuo.com/forums/memberlist.php?mode=viewprofile&amp;u=758">Batlin</a> — Mon Jan 31, 2011 2:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[praxiiz]]></name></author>
<updated>2011-01-15T03:17:20+00:00</updated>
<id>http://www.joinuo.com/forums/viewtopic.php?t=640&amp;p=1405#p1405</id>
<link href="http://www.joinuo.com/forums/viewtopic.php?t=640&amp;p=1405#p1405"/>
<title type="html"><![CDATA[Force Client Map Update]]></title>

<content type="html" xml:base="http://www.joinuo.com/forums/viewtopic.php?t=640&amp;p=1405#p1405"><![CDATA[
Hello Everyone, I'm new here. I was hoping someone experienced in ASM could help me out.<br />I'm trying to find a way to force the client to reload map data.  I've been going through the assembly a little at a time, but I'm not very fast at it (I've had some ASM experience, but not much). Does anyone have any tips?<br /><br />I was trying to find where the client processes its network packets so I could trace the packet that the server sends to tell the client to update its position.  What I'm really looking for is the portion of code the client uses to load data from its map files.<p>Statistics: Posted by <a href="http://www.joinuo.com/forums/memberlist.php?mode=viewprofile&amp;u=1589">praxiiz</a> — Sat Jan 15, 2011 3:17 am</p><hr />
]]></content>
</entry>
</feed>