RUOSI
Четверг, 28.03.2024, 23:37



Приветствую Вас Гость | RSS
[ Главная ] [ Регистрация ] [ Вход ]
Меню сайта

Разделы новостей
Общие новости [29]
Новости серверов OSI и EA [7]

Главная » 2009 » Октябрь » 20 » All about animation ;)
All about animation ;)
22:35
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.
1. Look at their implementation:
    public sealed class NewMobileAnimation : Packet
    {
        public NewMobileAnimation( Mobile m, int action, int frameCount, int delay ) : base( 0xE2, 10 )
        {
            m_Stream.Write( (int) m.Serial );
            m_Stream.Write( (short) action );
            m_Stream.Write( (short) frameCount );
            m_Stream.Write( (byte) delay );
        }
    }

2. Look at this packet's description in my packet guide:
E2 - New Mobile Animation
New Mobile Animation Packet.
10 bytes
from server
byte    ID (E2)
dword    Mobile Serial
word    Action
word    Frame Count
byte    Delay
Replaces 0x6E packet

3. And finally look at their svn code: they're so stupidly to implement this packet in 'blind mode': they send it with values from 0x6E packet ;) And, of course, their clients were crashed ;) That was never happened if somebody from greatest RunUO Team developers take and analyze 0xE2 packet from OSI, but not from my packet guide. Surprise! OSI uses NEW values for this packets ;)

Good job, RunUO Team. Next time, i will put some 'trojan horse' in packet guide specially for you ;)
Категория: Общие новости | Просмотров: 3195 | Добавил: ruosi | Рейтинг: 0.0/0
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]
Форма входа

Календарь новостей
«  Октябрь 2009  »
ПнВтСрЧтПтСбВс
   1234
567891011
12131415161718
19202122232425
262728293031

Поиск


Copyright RUOSI © 2024      Сайт управляется системой uCoz