|
You last visited: Today at 15:28
Advertisement
[Mini-Release] Custom Unique Notifies
Discussion on [Mini-Release] Custom Unique Notifies within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
08/18/2019, 08:08
|
#16
|
elite*gold: 100
Join Date: Sep 2017
Posts: 1,110
Received Thanks: 907
|
Quote:
Originally Posted by Mr.Awesome1337
...
|
I got a little mistake. First of all, open DllMain.h and remove
Code:
#include <stdint.h>
Secondly, I don't know why honestly, but somehow your VC80's std namespace is functioning differently or it has a problem with "pair". Contact me on discord, I may try to find out what's going wrong with you private instead.
|
|
|
08/18/2019, 13:04
|
#17
|
dotCom
elite*gold: 9840
Join Date: Mar 2009
Posts: 16,886
Received Thanks: 4,690
|
Quote:
Originally Posted by #HB
I got a little mistake. First of all, open DllMain.h and remove
Code:
#include <stdint.h>
Secondly, I don't know why honestly, but somehow your VC80's std namespace is functioning differently or it has a problem with "pair". Contact me on discord, I may try to find out what's going wrong with you private instead.
|
And I don't know, that you are taking so mutch time helping a guy who does not know how to code. When he is able to run and compile it I guess 99% he is finish. Copy and pasting any other code or try & error. But that's your free time
|
|
|
08/18/2019, 19:43
|
#18
|
elite*gold: 53
Join Date: Sep 2014
Posts: 308
Received Thanks: 88
|
Quote:
Originally Posted by Devsome
And I don't know, that you are taking so mutch time helping a guy who does not know how to code. When he is able to run and compile it I guess 99% he is finish. Copy and pasting any other code or try & error. But that's your free time
|
maybe this guy didn't know any thing about C++ language?
|
|
|
08/18/2019, 20:40
|
#19
|
dotCom
elite*gold: 9840
Join Date: Mar 2009
Posts: 16,886
Received Thanks: 4,690
|
Quote:
Originally Posted by Mr.Awesome1337
maybe this guy didn't know any thing about C++ language?
|
Who? You, yeah right
|
|
|
08/19/2019, 11:46
|
#20
|
elite*gold: 0
Join Date: Mar 2010
Posts: 568
Received Thanks: 228
|
Hello again
@Mr.Awesome1337
you can use Visual Studio 2010 or 2015 build normal
2005 bad in setup and in error more with windows
If you want the best
Use this
build from 2015
dll in crash after use /loadmonster @#HB
Quote:
Originally Posted by Devsome
And I don't know, that you are taking so mutch time helping a guy who does not know how to code. When he is able to run and compile it I guess 99% he is finish. Copy and pasting any other code or try & error. But that's your free time
|
|
|
|
08/19/2019, 12:03
|
#21
|
dotCom
elite*gold: 9840
Join Date: Mar 2009
Posts: 16,886
Received Thanks: 4,690
|
Quote:
Originally Posted by khaleed2010
Hello again
@Mr.Awesome1337
you can use Visual Studio 2010 or 2015 build normal
2005 bad in setup and in error more with windows
If you want the best
Use this
build from 2015
dll in crash after use /loadmonster @#HB
|
Whats that mention and Screenshot for?
|
|
|
08/19/2019, 21:54
|
#22
|
elite*gold: 100
Join Date: Sep 2017
Posts: 1,110
Received Thanks: 907
|
Quote:
Originally Posted by khaleed2010
dll in crash after use /loadmonster @#HB
|
Code:
printf("My string size (%d).\n", sizeof(std::wstring));
If output wasn't 28, then
Quote:
Originally Posted by #HB
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.
|
Otherwise, ensure you're building on Release.
Please follow the notes, before reporting any problems, because I tested it a couple of times and I know its working properly.
|
|
|
09/23/2019, 00:03
|
#23
|
elite*gold: 388
Join Date: Aug 2017
Posts: 164
Received Thanks: 109
|
Amazing!!, Keep going bruh
|
|
|
01/31/2020, 10:34
|
#24
|
elite*gold: 0
Join Date: Dec 2009
Posts: 386
Received Thanks: 88
|
Good job m8
|
|
|
02/01/2020, 15:32
|
#25
|
elite*gold: 0
Join Date: Mar 2010
Posts: 568
Received Thanks: 228
|
Quote:
Originally Posted by #HB
A lot of reasons.
-Why would I waste network, memory and processing to re-send a data that is already being sent but just in a different shape?
Since this packet is received by all clients, so my way will be more network saving than yours. That's small things that some people may not notice or care about. But scientifically, they can make even a tiny difference in speed.
Why do you think joymax did that in sro_client internally as well instead of server files?
-It's not about being a DLL or filter, we usually use a DLL to modify/control main executable code, at least in this field.
So, you can imagine that this is the real executable code, because in theory, it is true.
|
thanks to your help
|
|
|
05/26/2020, 02:35
|
#26
|
elite*gold: 0
Join Date: May 2018
Posts: 244
Received Thanks: 119
|
can we change notify for all uniques ? by onther notice?
|
|
|
08/20/2020, 02:55
|
#27
|
elite*gold: 0
Join Date: Dec 2009
Posts: 386
Received Thanks: 88
|
This can work with def_kit? @#HB
|
|
|
08/20/2020, 12:27
|
#28
|
elite*gold: 0
Join Date: Mar 2010
Posts: 568
Received Thanks: 228
|
Quote:
Originally Posted by mudik
This can work with def_kit? @#HB
|
yes
everything can with def_kit
|
|
|
08/20/2020, 13:37
|
#29
|
elite*gold: 100
Join Date: Sep 2017
Posts: 1,110
Received Thanks: 907
|
Quote:
Originally Posted by mudik
This can work with dev kit? @#HB
|
Your question kinda doesn't make sense. My attached project is an example on how to work with it, you add it to whatever project you want, it doesn't matter as long as you follow the notes.
|
|
|
08/31/2020, 09:39
|
#30
|
elite*gold: 0
Join Date: Apr 2020
Posts: 79
Received Thanks: 42
|
The project is not completed and contains too much errors, compilers tested : 2005 , 2010 , 2019
|
|
|
 |
|
Similar Threads
|
[CUSTOM SALE] PokeMMO! Custom Bots, Exp Leveling Bot, Shiny Catcher! [CUSTOM SALE]
04/08/2014 - Trading - 90 Replies
Update: 2013-05-20
BOT IS NOW FULLY AIO SUPPORTS ALL LOCATIONS IN POKEMMO!!
Auto-leveling bot:
Supports PP healing
Supports Death pokemon healing
Supports death pokemon switching
Supports walking to healing
Fully flawless & catches shinies!!!
|
[WTB] unded mini ghostly/mini panada/mini polar bear
05/07/2012 - Guild Wars Trading - 2 Replies
Hi,
Would like to buy one of those pets. Make me an offer if you got one.
Thanks.
|
[BETA]Beta-Max Online ~ 120 CAP ~ D13 ~ Custom Events ~ Custom Quests ~ Custom Areas
03/25/2012 - SRO PServer Advertising - 109 Replies
Hello there,
I would like to announce the BETA opening of Astro Server, We are here for the community not for competition. We don't care if we are #1 or #1001.
The BETA will last one week, to find any small bugs that may still exist. During this time users will receive 5000 Wonga as soon as you register this is part of the BETA test. Also users will be rewarded for helping when we go live, Which you can find more information on this at the forum.
Please be aware after the BETA ends...
|
Beta-Max Online ~ 120 CAP ~ D13 ~ Custom Events ~ Custom Quests ~ Custom Areas
03/19/2012 - SRO PServer Advertising - 6 Replies
Fantastic Server. If reliablility is what you want then Beta-Max is for you. Unique PVP Battles - Pets - Items - Quests - Jobs - Wonga and so much more
Server Details:
Level Cap: 120
Skill Cap: 120
Chinese Mastery Cap: 360
European Mastery Cap: 240
Item Degree: 13th Degree
Active Areas: All (Including Jupiter)
|
All times are GMT +1. The time now is 15:30.
|
|