Group Search System

FYI: Using 2012-04-18 and it is not working :3~ (Although it doesn't get disconnected)

 
Zopokx.. The interface is different than the one that bzgamez(brynner) posted?

 
Zopokx.. The interface is different than the one that bzgamez(brynner) posted?
It is not the same (Although I am using a custom skin)

booking4hercules.jpg


 
New packages for clients 2012-04+

Code:
// packet 0x8e6struct PACKET_ZC_PARTY_RECRUIT_ACK_REGISTER {  /* this+0x0 */ short PacketType  /* this+0x2 */ short Result}// packet 0x8e7struct PACKET_CZ_PARTY_RECRUIT_REQ_SEARCH {  /* this+0x0 */ short PacketType  /* this+0x2 */ short Level  /* this+0x4 */ unsigned long LastIndex  /* this+0x8 */ short ResultCount}// packet 0x8e9struct PACKET_CZ_PARTY_RECRUIT_REQ_DELETE {  /* this+0x0 */ short PacketType}// packet 0x8eastruct PACKET_ZC_PARTY_RECRUIT_ACK_DELETE {  /* this+0x0 */ short PacketType  /* this+0x2 */ short Result}// packet 0x8ebstruct PACKET_CZ_PARTY_RECRUIT_REQ_UPDATE {  /* this+0x0 */ short PacketType  /* this+0x2 */ char Notice[37]}// packet 0x8ecstruct PACKET_ZC_PARTY_RECRUIT_NOTIFY_INSERT {  /* this+0x0 */ short PacketType  /* this+0x2 */ struct PARTY_RECRUIT_AD_INFO Info {    /* this+0x0 */ unsigned long Index    /* this+0x4 */ long ExpireTime    /* this+0x8 */ char CharName[24]    /* this+0x20 */ struct PARTY_RECRUIT_DETAIL Detail {      /* this+0x0 */ short Level      /* this+0x2 */ char Notice[37]    }  }}// packet 0x8edstruct PACKET_ZC_PARTY_RECRUIT_NOTIFY_UPDATE {  /* this+0x0 */ short PacketType  /* this+0x2 */ unsigned long Index  /* this+0x6 */ char Notice[37]}// packet 0x8eestruct PACKET_ZC_PARTY_RECRUIT_NOTIFY_DELETE {  /* this+0x0 */ short PacketType  /* this+0x2 */ unsigned long Index}// packet 0x8efstruct PACKET_CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST {  /* this+0x0 */ short PacketType  /* this+0x2 */ unsigned long Index}// packet 0x8f0struct PACKET_CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST {  /* this+0x0 */ short PacketType  /* this+0x2 */ unsigned long GID}// packet 0x8f1struct PACKET_CZ_PARTY_RECRUIT_REQ_VOLUNTEER {  /* this+0x0 */ short PacketType  /* this+0x2 */ unsigned long Index}// packet 0x8f2struct PACKET_ZC_PARTY_RECRUIT_VOLUNTEER_INFO {  /* this+0x0 */ short PacketType  /* this+0x2 */ unsigned long AID  /* this+0x6 */ int Job  /* this+0xa */ short Level  /* this+0xc */ char CharName[24]
 
Thank you everyone for your feedback, after lunch I will start playing with this ^

 
Zopokz, do you mind sending me your client and data? Because I tested here and I don't have the booking system at all o.o

bgamez23, do 2012-06-04aRagexe and 2012-06-05aRagexeRE hve the same UI as the one Zopokz posted here?

I tested with 2012-04-10 and I have the UI Zopokz showed but without recruit or blocklist button.

 
Oh you using Ragexe? I have no idea how to diff that thing :|

Sure it wasn't RagexeRE?

 
Zopokz, do you mind sending me your client and data? Because I tested here and I don't have the booking system at all o.o

bgamez23, do 2012-06-04aRagexe and 2012-06-05aRagexeRE hve the same UI as the one Zopokz posted here?

I tested with 2012-04-10 and I have the UI Zopokz showed but without recruit or blocklist button.
nope it's not the same. there are no block list. and also the chat dialog doesn't work when you try to click it, the UI of 2012-06-04aRagexe and 2012-06-05aRagexeRE is almost the same on beret post.

screen_Hercules000.jpg


 
Last edited by a moderator:
@mkbu95, try this:

Go to Options -> Settings. You will get a window named Detail Options or something like that, where you can adjust sprite and texture resolution, right?
At to bottom of that window, you will see an option named: Menu: more. Click on 'more'.
In my case this only activate BGs tab, but just for trying...
Here you have the exe that I'm using for my server: https://dl.dropboxusercontent.com/u/56371708/KyrieRO.exe

 
Back
Top