<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel>
<title>В мирке жывотнастей</title>
<link>http://ruosi.org/</link>
<description>Site news</description>
<lastBuildDate>Tue, 09 Feb 2010 11:59:23 GMT</lastBuildDate>
<generator>uCoz Web-Service</generator>
<item>
<title>RUOSI 1.5.0.0 (UO:SA content) Open Beta 1</title>
<description><![CDATA[RUOSI 1.5.0.0 version is now installed on TC server. Current changelog (note: it's not final changelog) can be found in new site section: Changelogs. This section contains changelogs of all project versions (public or private). &nbsp;Now, some helpful links:<div><br></div><div>TC FORUMS:&nbsp;<span style="font-family: 'Segoe UI', Tahoma, Arial; font-size: 12px; white-space: pre; "><a href="http://stygianabyss.ru/forum/viewforum.php?f=1">UO:SA Test Forum</a> (english) and <span style="font-family: Verdana, Tahoma, Arial; font-size: 11px; white-space: normal; "><a href="http://stygianabyss.ru/forum/viewforum.php?f=4">Russian section / Русский раздел</a>&nbsp;(russian)</span></span></div><div><font face="'Segoe UI', Tahoma, Arial" size="3"><span style="font-size: 12px; white-space: pre; ">TC Bug Tracker: http://stygianabyss.ru/ </span></font></div><div><font face="'Segoe UI', Tahoma, Arial" size="3"><span style="font-size: 12px; white-space: pre;">TC Connect FAQ: http://stygianabyss.ru/fo...]]></description>

<link>http://www.ruosi.org/news/2010-02-09-25</link>
<category>Общие новости</category>
<dc:creator>ruosi</dc:creator>
<guid>http://www.ruosi.org/news/2010-02-09-25</guid>
<pubDate>Tue, 09 Feb 2010 11:59:23 GMT</pubDate>
</item>
<item>
<title>Something about an american&apos;s brain II</title>
<description><![CDATA[Hi everyone! Today we'll speak again about our old friends - Americans! ;)<br><br>They're trying to implement SA support and, of course, they can't do it without remembering me ;)&nbsp; My dear friend, Anti-Basic, wrote:<br><br>"He's an unhelpful ass who decompiled a closed source project and
published the source, THEN used an exploit to mass spam RunUO's
member's emails. And then he tries to claim that the RunUO team is
stupid and can't code etc etc when his entire project is based entirely
off of RunUO. Fuck Wyatt."<br><br>Well, it's a very bad quote. Bad - because it contains only 10-20% of truth.<br>1) I'm not unhelpful. I offered help to runuo.com in 2004 and was blamed. I'm helping now peoples (not giving my code to them or writing code for them) with helpful advices.<br>2)&nbsp; Okay, i decompiled it (with some technical details - i was not the first person who decompiled runuo, but i got all copyrights for that)<br>3) I've NEVER published sources. If stupid americans can't unde...]]></description>

<link>http://www.ruosi.org/news/2009-11-30-24</link>
<category>Общие новости</category>
<dc:creator>ruosi</dc:creator>
<guid>http://www.ruosi.org/news/2009-11-30-24</guid>
<pubDate>Mon, 30 Nov 2009 14:41:57 GMT</pubDate>
</item>
<item>
<title>Something about an american&apos;s brain...</title>
<description><![CDATA[As i told my friends long time ago: runuo users will have serious problems with static tiles in SA because OSI extended tiles range for static tiles up to 0x8000. They also changed the worlditem packet, because it was required for supporting multi tiles. Now some runuo.com users use RUOSI packet guide (of course without any copyright, it's so hard for them but very easy for sphereserver and pol server users) and implementing new packets in 'blind mode'. <br><br>First of all, about any comments likes "It's bad protocol guide":<br>a) protocol guide is universal and is not created for some special emulator<br>b) you have to implement it YOURSELF updating data to your real code (that's why you have problems with ~ and &amp; 0x3FFF operations in RunUO: it's only RunUO problem cause RunUO was coded in that style)<br>c) if this protocol guide is so bad - don't use it. Please, don't use it. Write your OWN, not copy-pasted from here, but created from the beginning - sniff data from OSI, analyze...]]></description>

<link>http://www.ruosi.org/news/2009-10-21-23</link>
<category>Общие новости</category>
<dc:creator>ruosi</dc:creator>
<guid>http://www.ruosi.org/news/2009-10-21-23</guid>
<pubDate>Wed, 21 Oct 2009 13:55:23 GMT</pubDate>
</item>
<item>
<title>All about animation ;)</title>
<description><![CDATA[Today it was very usual day until i found new interesting thing: RunUO Team doesn't work with protocol sniffing packets from OSI shards ;) They just read my packet guide and implement new packets WITHOUT even single chance to think how it works ;) It can be easily proved: in latest svn and for demise shard you can found new packet - 0xE2. <br>1. Look at their implementation:<br>&nbsp;&nbsp;&nbsp; public sealed class NewMobileAnimation : Packet<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; public NewMobileAnimation( Mobile m, int action, int frameCount, int delay ) : base( 0xE2, 10 )<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_Stream.Write( (int) m.Serial );<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_Stream.Write( (short) action );<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_Stream.Write( (short) frameCount );<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_...]]></description>

<link>http://www.ruosi.org/news/2009-10-20-22</link>
<category>Общие новости</category>
<dc:creator>ruosi</dc:creator>
<guid>http://www.ruosi.org/news/2009-10-20-22</guid>
<pubDate>Tue, 20 Oct 2009 18:35:06 GMT</pubDate>
</item>
<item>
<title>RunUO 2.0 Final Release and much more about copyrights</title>
<description><![CDATA[Ryan McAdams released 'final' 2.0 RunUO and didn't remove my bad code from it ;) Can you write your code or give copyright to the author? It's so stupid even for Ryan. He blamed others and officially made same thing - he stolen copyrights ;) Yeah, Ryan McAdams. Now you officially got the title of 'thief' ;) Congrats! Welcome on board!<br><br>P.S. I laughed very much when i read about this 'release'. It contains a lot of bugs, really no ML content (no weapon abilities, community collections, 200+ quests, peerless systems), of course no 3D client support and of course no SA support ;) Guys, you just grab latest svn code, zipped it and called it 'RunUO 2.0 Final'? Thanks for that - all russian hackers will laugh very much today! ;)<br>]]></description>

<link>http://www.ruosi.org/news/2009-10-08-21</link>
<category>Общие новости</category>
<dc:creator>ruosi</dc:creator>
<guid>http://www.ruosi.org/news/2009-10-08-21</guid>
<pubDate>Thu, 08 Oct 2009 15:32:45 GMT</pubDate>
</item>
<item>
<title>Happy Birthday, Ryan!</title>
<description><![CDATA[RUOSI Team would like to wish you a happy birthday today! I hope you will more stronger, have
more money and many other features.
<br>
<br>P.S. About the discussions on your forums: you can use my code
(please add the damn copyrights) without any doubts ;) I'm glad that
you like it ;)
<br>
<br>With all of our love from Russia, RUOSI.]]></description>

<link>http://www.ruosi.org/news/2009-09-19-20</link>
<category>Общие новости</category>
<dc:creator>ruosi</dc:creator>
<guid>http://www.ruosi.org/news/2009-09-19-20</guid>
<pubDate>Sat, 19 Sep 2009 03:21:01 GMT</pubDate>
</item>
<item>
<title>RunUO now uses RunUO-RE code</title>
<description><![CDATA[Check latest runuo svn :) http://svn.runuo.com/repos/runuo/devel/Scripts/Engines/Doom/Lamp%20Room/<br>They use code of public release of RunUO-RE (aka RUOSI) 1.2.5.0 :)) I have to know where are my copyrights? I've never removed any copyrights from RunUO 1.0 :) Even Ryan accepted that :) So, it's time to use code of bad communist russian hacker? :)) Well done, RunUO Team :) Well done!<br><br>P.S RUOSI - Even RunUO.com uses our code! Wanna use RunUO 3.0? It's latest greatest work of RunUO Team! More faster, many features and much more! Now with full power of RUOSI code and the blessing of world communist's society! USSR anthem will be included for free! Don't miss! Only on www.runuo.com!<br>]]></description>

<link>http://www.ruosi.org/news/2009-09-14-19</link>
<category>Общие новости</category>
<dc:creator>ruosi</dc:creator>
<guid>http://www.ruosi.org/news/2009-09-14-19</guid>
<pubDate>Mon, 14 Sep 2009 11:23:28 GMT</pubDate>
</item>
<item>
<title>Король умер! Да здравствует новый король!</title>
<description><![CDATA[КР клиент официально снят с производства и поддержки. Сегодня ожидается запуск последнего экспаншена UO - Stygian Abyss. Будут сохранены лишь старый 2д клиент (все версии которого пропатчат единым патчем до SA) и новый SA 3д клиент, пришедший на замену КР. <br>]]></description>

<link>http://www.ruosi.org/news/2009-09-08-18</link>
<category>Новости серверов OSI и EA</category>
<dc:creator>ruosi</dc:creator>
<guid>http://www.ruosi.org/news/2009-09-08-18</guid>
<pubDate>Tue, 08 Sep 2009 06:26:01 GMT</pubDate>
</item>
<item>
<title>Important addition to download section</title>
<description><![CDATA[I have to add important addition to the site's downloads section - "NOT FOR USERS FROM RUNUO.COM" :) Any of our documentation or software is written not for "smart" US citizens that use free antivirus programs and think the process changing data in the memory of client (for example, razor works the same way) is a trojan :) Just one question to runuo.com noobs: why do you use OUR software and want to get OUR code? We're bad people, really. We write code only for communists :) Don't use our works :) Ask Ryan to code SA loader and SA content support :) Or more better - do it yourself. Or you can't? :))<br>]]></description>

<link>http://www.ruosi.org/news/2009-08-31-17</link>
<category>Общие новости</category>
<dc:creator>ruosi</dc:creator>
<guid>http://www.ruosi.org/news/2009-08-31-17</guid>
<pubDate>Mon, 31 Aug 2009 06:06:44 GMT</pubDate>
</item>
<item>
<title>Official RUOSI answer to any of RunUO.com insinuations</title>
<description><![CDATA[As a mature person, I never reacted on any RunUO.com speculations about
my project. But i think that now it is the time to "cross the T's and
dot the I's".<br>
<br>
First of all, you, stupid yankee, stop speaking about Russia and about
our life, laws, politics, etc. If you want to speak about politics, i
will do it with special pleasure - but will tell you about YOUR
politics, YOUR damn democracy (that is hated in all world), YOUR wars
for oil and other valuable natural resources in Iraq, Afghanistan,
Vietnam, etc, YOUR economy that depends on economy of all world, YOUR
global debts (yeah, your dollar don't cost even printed paper). Wanna
speak about it, AntiBasic? If no, shut up.<br>
<br>
Second, let's speak about the past: decompiling the runuo core 1.0.
Yeah, it was decompiled and recompiled (technically not only by me, but
by the group of russian programmers). It was done when RunUO was CLOSED
source project with NO chance to have sources opened. We tired to wait
while RunUO Team w...]]></description>

<link>http://www.ruosi.org/news/2009-08-22-16</link>
<category>Общие новости</category>
<dc:creator>ruosi</dc:creator>
<guid>http://www.ruosi.org/news/2009-08-22-16</guid>
<pubDate>Sat, 22 Aug 2009 17:21:56 GMT</pubDate>
</item>

</channel>
</rss>