Блин форум меняет коды символов на символы.. Так бы объяснил что с русскими никами делать.
Написал чат с баном чата по Id + отправка ГМ сообщений с добавлением сообщения в логи. Сегодня надеюсь выложить.
Юзай гугл.. всю необходимую инфу я дал. #summary Basic functionality of login procedure = Introduction = Before communicating with the client, the server has to authenticate the client and prepare the encryption and compression. The Login until world works as followed: ||packetid||meaning||direction||encrypted||compressed|| ||01||login challenge||s2c||n||n|| ||03||login attempt||c2s||n||n|| ||02||login ok, masterkey c2s||s2c||n||n|| ||05||login fail, reason||s2c||n||n|| ||02||login ok reply, masterkey s2c||c2s||y||n|| ||04||login complete,accid,zoneid||s2c||y||y|| ||all following s2c are compressed&enc, c2s come enc only|| ||52||get charinfo||c2s|| ||53||char data OR no more chars||s2c|| from there the possibilites split widely (char creation,char deletion,enter world) = 1. Ping/Welcome Packet = This is the first packet which the server instantly sends when it got a connection from a client. It contains a seed for the cryptography, the actual server version and population and a hash which is checked by client for correctness. It is also used to determine the ping for the serverlist in the client. sample: `0132106800004800000000E299D7B66FA81CFD00010403001A333030303030333435393464363735636562346366396663353614` let's dissect this packet into its parts: {{width="100%"}} ||offset||type||name||sample reference|| ||0||byte||packet id||01|| ||1||byte||packet length||32|| ||2||byte||key length||10|| ||3||byte`[`keylength`]`||key||6800004800000000E299D7B66FA81CFD|| ||_3_||_byte_||_server load_||_68_|| ||_6_||_byte_||_event info_||_48_|| ||19||byte`[`4`]`||version||00010403|| ||23||byte||login_encoding||00|| ||24||byte||hashlength||1A|| ||25||byte`[`26`]`||somehash||1A333030303030333435393464363735636562346366396663353614|| ||51||byte||zoneid||14|| =Explanation= *ID* * should be obvious *packetlength* * length of the packet total in bytes *keylength* * length of the key *key* * the key used as base for encryption stuff, like hmacmd5 * it contains some additional info that is used by the client in the server overview *_server load_* * a byte value which tells the server load, will display as medium,high etc in client depending on value *_event info_* * _encoded as an OR combination of 0x40 and the event keys, it will produce event display in the server overview_ * _*keys:* 1=Exp, 2=Gold, 4=Items, 8=Spirit, all used together would produce "Double"_ *version* * this field consists of a short (main version), a byte (sub version), a byte (sub-sub version) like they are encoded in the client executable * in our case it's 1.4.3 (genesis) *login encoding* * the login procedure can be in HMAC_MD5(00) or SHA256(01) ~~or maybe other ones~~ checked in disassembly, currently we (and all other servers) use HMAC_MD5 *hash lenght* * the length of the following hash value in bytes *somehash* * some hashed value that checked by the client with his own key that is stored hard coded, stored as *UTF8 string* *zone id* * The server tells the client its own zoneid, maybe to disconnect on mismatch. * Zoneid can be found in the serverlist.txt of the client * _*NOTE: Since 1.4.3 the serverlist.txt is found in patcher\server\serverlist.txtserverlist.txt*_
то что emu pw сделали,- это я знаю если бы тут выложили [img] Нет не emu pw... Около месяца как опенсорс лежит на форуме анжелики.
давно пинг сделали..
Иллюзия это то, что ты считаешь себя умнее других, а то зачем выложили данную сборку и гайд знает большая часть юзеров этого форума.
А что тут переписывать то? Легче с нуля написать чем разобраться в коде. Ну я всёравно кое-что позаимствую, уж больно инересно что у меня получится если переделать. P.S. Как ты смотришь на то чтоб сделать чат игры выводился на сайте, а так же чтоб с сайта можно было писать в игру, надо помучать айвэб и его функцию гм-чата. Гмчата? Шутишь чтоли? оО Хочешь чтоб все писали от имени гма?. Там есть и функции обычной отправки сообщени в чат от выбраного ника. Только тогда каждый сможет писать от какого хочет ника :D
MS-SQL ух.. лучше мускуль заюзаю.
Наконец.
А что тут переписывать то? Легче с нуля написать чем разобраться в коде.
Качай вторую версию.
Embarcadero RAD Studio 2011 - Bat 2011 ? =D
От расфлудились) Блич прет и пофиг) Бред наркомана.
А чем sPCK от pwpack отличается? упаковывает и распаковывает- одинаково? А ты скачай и глянь, а не задавай столь глупые вопросы.
GANTZ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Еще один эмулятор: http://www.angelemu.net/ ?[img] Пьяный мужик учится танцевать вальс. Зависть.
PWPack1.1 тоже это умеет =) так что не надо ляля.
sPCK не актуален т.к есть PWPack1.1 PWPack1.1
наткнулся на пример отправки POST запроса посредством file_get_contents. Омг.. ненужные извращения, имхо.
Интерфейс надо переделывать под наши клиенты, не думаю сделаешь =)
Имена участников (разделяйте запятой).