Hey there,
Been a while since I released anything, and I was planning to release this once I'm done with it.
After my last [Only registered and activated users can see links. Click Here To Register...] about similar topic, I wasn't really satisfied, so I decided to re-write the whole notification handler, aka fyll 0x300C | AGENT_GAME_NOTIFY
This personally took me a while, since the function isn't that small and I was kinda lazy about it too.
TF IS THIS: This is a re-written handler for in-game notifications, you can use this to customize a lot of things like unique notifications.
You can make notifications for new uniques, change the color, do whatever you want with it or any other notifications, you can even create new types.
Code Snippets:
Copyrights: Feel free to do tf you want with it.
Download: Attached below.
NOTE: Any addresses given above were found on VSRO 1.88 sro_client, so they are most likely different on any other version.
NOTE: Structures found in the files are for VC80 libs, back when strings were 28 bytes. You'll face errors, if you work with any later compiler.
NOTE: Always compile on Release!
NOTE: This handler is missing a single type case, I'm not sure what the type was, but anyways if you face a crash and the dump file ends with a detail like:
then thats because of the missing type.
I'll update it with the missing type as soon as I have some free time.
Good luck.
Been a while since I released anything, and I was planning to release this once I'm done with it.
After my last [Only registered and activated users can see links. Click Here To Register...] about similar topic, I wasn't really satisfied, so I decided to re-write the whole notification handler, aka fyll 0x300C | AGENT_GAME_NOTIFY
This personally took me a while, since the function isn't that small and I was kinda lazy about it too.
[Only registered and activated users can see links. Click Here To Register...]
TF IS THIS: This is a re-written handler for in-game notifications, you can use this to customize a lot of things like unique notifications.
You can make notifications for new uniques, change the color, do whatever you want with it or any other notifications, you can even create new types.
Code Snippets:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Copyrights: Feel free to do tf you want with it.
Download: Attached below.
NOTE: Any addresses given above were found on VSRO 1.88 sro_client, so they are most likely different on any other version.
NOTE: Structures found in the files are for VC80 libs, back when strings were 28 bytes. You'll face errors, if you work with any later compiler.
NOTE: Always compile on Release!
NOTE: This handler is missing a single type case, I'm not sure what the type was, but anyways if you face a crash and the dump file ends with a detail like:
Code:
ASSERT("(CPSMission) MSGID:0x300C,R(?),W(?),(덜뺏음)"), ?, d:\vss-od\silkroad\client\client\MsgStreamBuffer.h
I'll update it with the missing type as soon as I have some free time.
Good luck.