Quote:
Originally Posted by WolfgangNeverDie
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 @ [Only registered and activated users can see links. Click Here To Register...] 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:
[Only registered and activated users can see links. Click Here To Register...]
"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
Code:
-b feature/ifmainpopup
so it looks like this
Code:
git clone -b feature/ifmainpopup --recurse-submodules https://gitlab.com/florian0/SRO_DevKit