Hi florian0, #HB
When i read a packet (S->C) with "CPSMission", client can't receiver this.
Ex: When i read 0x3026 packet (handle chat packet), Client can't show messenger in chat windows.
How can i read packet without stop it.
Thank's you!
Hi florian0, #HB
When i read a packet (S->C) with "CPSMission", client can't receiver this.
Ex: When i read 0x3026 packet (handle chat packet), Client can't show messenger in chat windows.
How can i read packet without stop it.
Thank's you!
Hi florian0, #HB
When i read a packet (S->C) with "CPSMission", client can't receiver this.
Ex: When i read 0x3026 packet (handle chat packet), Client can't show messenger in chat windows.
How can i read packet without stop it.
Thank's you!
0x3026 is already being handled by the devkit's netprocess, look at NetProcessIn.cpp
Hiho flo, i appreciate all your efforts, but you totally forgot to change function names,
-- >
TO
-- >
Thanks for the contribution tho!
Not sure what you mean. SetTooltipText is the correct name. Why should I rename it to sub_xxxx?
Quote:
Originally Posted by WolfgangNeverDie
No no. That's example. i want to handle/parse a any packet ^^
All packets are currently available in CNetProcess(In/Second/Third). You also find all addresses of the original functions there. If you want to look the addresses up yourself, check out the RegisterPacketHandlers functions of each class (0086fbb0 for CNetProcessIn).
There is a list of all msgids and the handler function.
Not sure what you mean. SetTooltipText is the correct name. Why should I rename it to sub_xxxx?
All packets are currently available in CNetProcess(In/Second/Third). You also find all addresses of the original functions there. If you want to look the addresses up yourself, check out the RegisterPacketHandlers functions of each class (0086fbb0 for CNetProcessIn).
There is a list of all msgids and the handler function.
Thank's you! Now i can see
But #flo. I can re-write some interface, text which display in my Client. But how can i re-send something else in packet (Char UniqueID,Mob UniqueID, HP/MP etc...)
Nope, that's not in DevKit, yet. Maybe someone could contribute it
Was kinda bored. Here it is
hello @ good morning first of all thank you for your wonderful sister, thank you very much for sharing with the community, now a question because I can't activate (CIFMainPopup) I know you said it was handled by (The commit also includes a CMake option for enabling the oldschoolstyle.) (The commit also includes a CMake option for enabling the oldschool style.) but I finish downloading everything again and I don't get those options
But #flo. I can re-write some interface, text which display in my Client. But how can i re-send something else in packet (Char UniqueID,Mob UniqueID, HP/MP etc...)
What do you mean by "re-send". You you want to send "fake health of mob" to the client? Or do you want to receive it from the server?
Quote:
Originally Posted by esteve458
hello @ good morning first of all thank you for your wonderful sister, thank you very much for sharing with the community, now a question because I can't activate (CIFMainPopup) I know you said it was handled by (The commit also includes a CMake option for enabling the oldschoolstyle.) (The commit also includes a CMake option for enabling the oldschool style.) but I finish downloading everything again and I don't get those options
The page I linked is a "Merge Request". All changes to the project are prepared in "Merge Requests". These changes are not part of the "devel"-Branch.
When the change is ready to be integrated into the project, the "Merge Request" is merged. After that, the changes are part of the "devel"-Branch.
The linked "Merge Request" is not merged yet, therefore it is not part of "devel". It is in a branch. You can read the branch name here:
"feature/ifmainpopup" is the branch. You can clone this branch with git if you want to work with it, but be aware that it is not well tested and may have issues.
To clone it, simply change your git clone command to include
What do you mean by "re-send". You you want to send "fake health of mob" to the client? Or do you want to receive it from the server?
Yes! Bingo. like send fake heal . I want to make ingame Auto Bot
Example. I want to read current character's HP/MP.
If I read packet 0x3057 then client won't update current HP/MP . I using function from "On3057" from NetProcessIn.
What do you mean by "re-send". You you want to send "fake health of mob" to the client? Or do you want to receive it from the server?
The page I linked is a "Merge Request". All changes to the project are prepared in "Merge Requests". These changes are not part of the "devel"-Branch.
When the change is ready to be integrated into the project, the "Merge Request" is merged. After that, the changes are part of the "devel"-Branch.
The linked "Merge Request" is not merged yet, therefore it is not part of "devel". It is in a branch. You can read the branch name here:
"feature/ifmainpopup" is the branch. You can clone this branch with git if you want to work with it, but be aware that it is not well tested and may have issues.
To clone it, simply change your git clone command to include
[Source] Fix the old exp bar - by writing code! 05/17/2020 - SRO PServer Guides & Releases - 18 Replies Hello beloved, dead community,
its time for another release. Its more of a proof of concept and I hope it might inspire people to continue working on it. You don't need the source to accomplish cool things. Just write your own source.
http://i.epvpimg.com/d7hJbab.png
Ye, its super ugly looking. I choose to be a coder, not a designer. I'd be happy, if someone supplies me a proper version of the 2dt and ddj files so I can update this embarrassing screenshot.
Anyway. It allows you to...
[Release/WIP]EP6 Source code 04/15/2018 - Shaiya PServer Guides & Releases - 33 Replies Hi guys,
First of all, I want to say that this release is not recommended for public servers yet. Shortly ago I changed my server to ep6 using shen1l's pet.dll, the server crashed every day, after checking the dump files I discovered that the problem was in pet.dll, but without the source code it would be harder to find the cause of the problem. So I decided to start a project and release the source code for everyone, so that everyone can solve their problems more easily, and also so that...
[C++ Source] My Free Farm Bot [WIP] 06/28/2011 - Browsergames - 0 Replies I decided to release this on here as i have no more use for it and no intention to continue the project.
I am releasing 2 projects: One basic library for mff called libmff(although it is not really a library) there is an example on how to use it in the package.
And a helper with a fancy gui.
Note that there is almost no error checking on the helper and that it crashes if you for example forget to select a product.
You need libcurl and boost for both and GWEN(the gui toolkit by garry) for...