ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
54 stars 21 forks source link

Implement Seeking party board ( Party bbs) UIF #215

Open xGuTeK opened 5 months ago

xGuTeK commented 5 months ago

Description

Implement Seeking party board ( Party bbs) UIF

This is where we see all people that searching party

Tasks

xGuTeK commented 5 months ago

@stevewgr I need reverse engineering code ;)

UTengine commented 5 months ago

Why not share the whole database on functions and what is reversed already?

stevewgr commented 4 months ago

Why not share the whole database on functions and what is reversed already?

When I do revers engineering, I just reverse the bits I need for certain implementations. I use like 5-10 idbs from multiple versions, so I don't have a proper one to share that will be of any use honestly. I rarely even put much efforts in renaming functions. You could also download IDA and try it out, let me know where I can help in finding stuff and I'll also help in reversing certain implementations. I haven't looked at all how the party board implementation works, but feel free to even send a draft incomplete PR and we can go through it together.

UTengine commented 4 months ago

I see, well there is a party bbs working already so most functions should be there like register etc etc. It's just changed graphically if you want to see how it works I would suggest using the 1081-1097 uif for seeking party and co_inn since it has 4 buttons. Inn hostess Create clan Seeking party Exit

If im not mistaking

UTengine commented 4 months ago

That's a good offer Steve I've tried renaming based on pseudo code but It's too difficult with all the random v1=v3 v3= etcetera. I could seriously use some help