freefdhk Posted July 14, 2016 Posted July 14, 2016 (edited) Hello , i don't love the kRO Client , because the kRO folder is very disorder ,and the client size was very big. so, i have plan to used the iRO client for my game server. done anyone interest to used iRO client ? please join for dev i have used the OpenKore to dump the each action packet information to find the packet len . Done : - can login in game and move in map. - the storage , npc, monster is working. - the other player can displayed. Problem ( Not yet ) : - Equip up the equip is not result , need to relogin. - Cash Shop can display the product , but cannot work for buy. ( the itemlist array have problem ? ) - a few of the magic can not display the effect . - hotkey cannot keep in server. =============================================================================================== My Changes : DB : packet_db.txt this will support to used iRO Ragexe.exe to login to rAthena. Source Code (Char/char_flif.c ) : disable / delete chclif_mmo_send006b(fd,sd); from void chclif_mmo_char_send(int fd, struct char_session_data* sd) will fixed when login will show the char size problem. Source code (mmo.h ) : #define PACKETVER 20130807 Edited July 14, 2016 by freefdhk Quote
0 freefdhk Posted July 14, 2016 Author Posted July 14, 2016 hello , i have try to edit the server program / setting , to try to support the iRO Ragexe for gaming , but the iRO packet size/len are also is difference for kRO , so i have try to OpenKore in iRO dump the packet to calc the difference , but the problem is too many can anyone can help iRO client support ? thank you https://rathena.org/board/topic/106611-iro-ragexe-client-support/#entry305434 Quote
0 JackZ Posted January 18, 2017 Posted January 18, 2017 Hello, I am looking for a iRO Client too, but I'm no Dev... It would be very nice if anyone help here! Quote
Question
freefdhk
Hello , i don't love the kRO Client , because the kRO folder is very disorder ,and the client size was very big.
so, i have plan to used the iRO client for my game server.
done anyone interest to used iRO client ? please join for dev
i have used the OpenKore to dump the each action packet information to find the packet len .
Done :
- can login in game and move in map.
- the storage , npc, monster is working.
- the other player can displayed.
Problem ( Not yet ) :
- Equip up the equip is not result , need to relogin.
- Cash Shop can display the product , but cannot work for buy. ( the itemlist array have problem ? )
- a few of the magic can not display the effect .
- hotkey cannot keep in server.
===============================================================================================
My Changes :
DB :
packet_db.txt
this will support to used iRO Ragexe.exe to login to rAthena.
Source Code (Char/char_flif.c ) :
disable / delete
chclif_mmo_send006b(fd,sd);
from void chclif_mmo_char_send(int fd, struct char_session_data* sd)
will fixed when login will show the char size problem.
Source code (mmo.h ) :
#define PACKETVER 20130807
Edited by freefdhk2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.