Group Search System

Good try Zopokx, but.. The 'More' button doesn't shows the Booking Tab.. It only shows the battleground tab.. I can perfectly remember that

 
Last edited by a moderator:
Good try Zopokx, but.. The 'More' button doesn't shows the Booking Tab.. It only shows the battleground tab.. I can perfectly remember that
I already said that, but just for trying... check my post.

I have been 2 years without playing or administrating a server. Last time that option didn't even exist.
default_smile.png


 
Haha, okay.. I already send some instructions to mkbu95.. So let's wait see if he can

 
Thanks to M45T3R I was able to diff properly 2012-04-18aRagexeRE and 2012-04-17aRagexe (since I didn't found -18aRagexe).

2012-04-17aRagexe has the old UI.

I have the same result as 2012-04-10aRagexeRE with 2012-04-18aRagexeRE:

NGM51os.jpg


Notice the difference between Zopokx's

booking4hercules.jpg


The RECRUIT button and BLOCKLIST button.

I need those two buttons in order to implement it fully :/

@Zopokx, do you mind sending me your data by PM? I'm getting lua errors (weird because I used mine with 2012-04-18aRagexeRE and there was no problem).

 
I think that's my skin too.. But it was on rAthena.. :facepalm:

Upload it to mediafire if you can, i want it back too xD it's incomplete

 
Last edited by a moderator:
I think that's my skin too.. But it was on rAthena.. :facepalm:

Upload it to mediafire if you can, i want it back too xD it's incomplete

 
I have done it
default_smile.png
 (But it is still incomplete)
 
I will release it in a close future (in summer) because nowadays I don't have enough spare time.
 
Last edited by a moderator:
@bgamez

Do you mean starting from 2012-04-18? Because it seems that 0x0365 fixed 2013-07-16, for example.

 
Last edited by a moderator:
@bgamez

Do you mean starting from 2012-04-18? Because it seems that 0x0365 fixed 2013-07-16, for example.
on 2012-04-18 the booking system use 0x0365. but on other clients they use diff packets. just like on 2012-06 they use 0x0861 for booking system. i haven't try yet all the client. i'll post later the result of my testing regarding on the booking system on the other clients.

 
2012-03-07aragexe and 2012-04-17aragexe

use packet 0x0365

packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6);

2012-04-10aragexe

use packet 0x091D

packet(0x091D,18,clif->pPartyBookingRegisterReq,2,4,6);

2012-05-03aragexe to 2012-06-27aragexe

use packet 0x0861

packet(0x0861,18,clif->pPartyBookingRegisterReq,2,4,6);

2012-07-02aragexe to 2012-07-16aragexe

user packet 0x0879

packet(0x0879,18,clif->pPartyBookingRegisterReq,2,4,6);

for their booking system.

i haven't try yet on RagexeRE and after themida client pack.

 
Last edited by a moderator:
2012-03-07aragexe and 2012-04-17aragexe

use packet 0x0365

packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6);

2012-04-10aragexe

use packet 0x091D

packet(0x091D,18,clif->pPartyBookingRegisterReq,2,4,6);

2012-05-03aragexe to 2012-06-27aragexe

use packet 0x0861

packet(0x0861,18,clif->pPartyBookingRegisterReq,2,4,6);

2012-07-02aragexe to 2012-07-16aragexe

user packet 0x0879

packet(0x0879,18,clif->pPartyBookingRegisterReq,2,4,6);

for their booking system.

i haven't try yet on RagexeRE and after themida client pack.
Sorry for noob question. Where should i put these?

 
It is out. Could you guys test this?

Thanks for all the help.

 
I do not know if it is 100% the system plus the /recruit command does not work.

 
No, it is not 100%. It has all the features the old one would have: search, recruit. blocklist and summoning/volunteer were not worked on due to lack of information on how they work.

/recruit not working if it says "Invalid Command" the command is just not in the client, nothing we can do about it.

 
No, it is not 100%. It has all the features the old one would have: search, recruit. blocklist and summoning/volunteer were not worked on due to lack of information on how they work.

/recruit not working if it says "Invalid Command" the command is just not in the client, nothing we can do about it.
booking system doesn't work anymore on 2012-04-10aRagexe and 2012-04-17aRagexe. i'm using the latest revision.

 
Last edited by a moderator:
Back
Top