This guy released years of work, and even after the release you still asking for more, c'mon...
Look back at the articles you need help with. Those things I knew and I myself felt it was silly to ask such questions.
So, what you already know, maybe not others know. If you feel like it, reply.Dont like, skip it
Look back at the articles you need help with. Those things I knew and I myself felt it was silly to ask such questions.
I do not ask for help with other releases. If I needed help in the past, it was most likely likely about something of my work. That doesn't mean you don't have the right not to ask, but do you realize what you're asking before asking? The guy released it so you can do your own windows & parse other windows, and now you're asking him to a parse window for you.
Pretty sure you still don't realize, because you just wanna get what you want.
Quote:
Originally Posted by concucu
Dont like, skip it
I do not skip, but I am gonna skip because I don't wanna ruin his awesome release for such stupid arguments.
I do not ask for help with other releases. If I needed help in the past, it was most likely likely about something of my work. That doesn't mean you don't have the right not to ask, but do you realize what you're asking before asking? The guy released it so you can do your own windows & parse other windows, and now you're asking him to a parse window for you.
Pretty sure you still don't realize, because you just wanna get what you want.
I do not skip, but I am gonna skip because I don't wanna ruin his awesome release for such stupid arguments.
You have knowledge, you are good. But others are not.
I just asked a few suggestions in this release, you know that and you don't share, it's good that you're smarter.
Nobody wants to ruin this great release, neither do I.
Why do you know other people don't use their brains and just come here to ask.
Bro. How to fix the position, even if the screen size is changed?
Quote:
Originally Posted by #HB
You shall trigger the function after changing resolution.
Lets solve this one first. There's one issue with positioning the icons by yourself. You need to stay away from the auto-positioning area or your icon will collide with another icon. As I said earlier, there's a function that positions the guide icons all on its own. It's actually a class.
I've now reversed the class so we can make use of the positioning and don't have to hook some reset stuff somewhere.
How to use CAlramMgrWnd? (typo intended)
1. Make your Guide Icon class (see CIFflorian0Guide as a reference).
1.1 Don't forget to register your class: 2. Add your class to CAlramMgrWnd like this:
3. Make a function in CGInterface that instanciates your guide icon using CAlramMgrWnd: 4. Call the function in CGInterface::AfterOnCreate to make the icon visible from the beginning:
Lets solve this one first. There's one issue with positioning the icons by yourself. You need to stay away from the auto-positioning area or your icon will collide with another icon. As I said earlier, there's a function that positions the guide icons all on its own. It's actually a class.
I've now reversed the class so we can make use of the positioning and don't have to hook some reset stuff somewhere.
How to use CAlramMgrWnd? (typo intended)
1. Make your Guide Icon class (see CIFflorian0Guide as a reference).
1.1 Don't forget to register your class:
2. Add your class to CAlramMgrWnd like this:
3. Make a function in CGInterface that instanciates your guide icon using CAlramMgrWnd:
4. Call the function in CGInterface::AfterOnCreate to make the icon visible from the beginning:
Lets solve this one first. There's one issue with positioning the icons by yourself. You need to stay away from the auto-positioning area or your icon will collide with another icon. As I said earlier, there's a function that positions the guide icons all on its own. It's actually a class.
I've now reversed the class so we can make use of the positioning and don't have to hook some reset stuff somewhere.
How to use CAlramMgrWnd? (typo intended)
1. Make your Guide Icon class (see CIFflorian0Guide as a reference).
1.1 Don't forget to register your class:
2. Add your class to CAlramMgrWnd like this:
3. Make a function in CGInterface that instanciates your guide icon using CAlramMgrWnd:
4. Call the function in CGInterface::AfterOnCreate to make the icon visible from the beginning:
DO NOT ADD YOUR GUIDE ICON TO GINTERFACE.TXT!
finally you could reverse that bloody class i really had bad times on that particular class, you know that i gave it up precisely
awesome like always florian :: the mighty master of sro reversing industry
[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...