Search results

  1. A

    RingSec Shield

    Help us improve our project. Contribute to our project! Test, find problems, create issues in our repository (github)... Let's make a good shield! License: Free Emulator: rAthena, bRathena, Herc, eAmod, rAmod and other Hexed: 2013 until the most recent (2016) Technology: C# / C++ / Pascal...
  2. A

    New dll shield packet

    Hello!   I need help to finish my DLL Shield.     My packet 0x64 content: (my dll working)       My part of DLL source:   unsigned int command = (*(unsigned short*)buf); if( (command == 0x64) ) { //if login packet, send mac to host serv char mac_address[18] = ""; GetMACaddress((char...
  3. A

    Help-me Warning

    My game appears this message whenever I login!   After the "OK" button can login.   How can I remove this warning?    
  4. A

    [Scripting] Packets Manipulation

    void clif_parse_join_HUNT(int fd, struct map_session_data *sd) { const unsigned int blocksize = 6; unsigned int count, packet_orga,packet_orgas,packet_orgass,packet_type; struct s_packet_db* info = &packet_db[sd->packet_ver][RFIFOW(fd,0)]; packet_type = RFIFOW(fd,info->pos[0])...
  5. A

    R> Dimensional Travel

    Please, send PM or link for me Dimensional Travel Npcs Quest Paid or No? 
  6. A

    [GRF] Not read one BMP

    my hexed not read this BMP help-me plssss
  7. A

    [RODEX] Not Open

    Hey! My RODEX not open WRITE MAIL. Help-me pls? Client is 2015-09-16aRagexe Sorry my bad english...    
  8. A

    Question Client 2015

    Hello, I have one client diff 05-13-2015 perfect, read data folder first. But when I diff for him to read the GRF, read only GRF of iRO, not mine! --> I delete my data folder, re-diff reader GRF files and create my grf file When I login this message;   Login or password incorrect     He...
Back
Top