• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Evangelion (VSRO v188 gameserver addon)

Junior Spellweaver
Joined
Jan 4, 2010
Messages
193
Reaction score
4
Re: [Release] Evangelion (VSRO v188 gameserver addon)

Don't forget, you have to edit client side too, and you got to do it on your own, since this is server-side project. Also, both values are 4 bytes, setting too high values will cause overflow.

Can you post the Opcodes for it ?
 
Joined
Jul 23, 2011
Messages
391
Reaction score
664
Re: [Release] Evangelion (VSRO v188 gameserver addon)

Accepting ideas for v1.0.5...

//added disabling of cap/mastery setting etc, spoofin ip address at cert packet, fixed disabling any log database calls
 
Newbie Spellweaver
Joined
May 26, 2009
Messages
26
Reaction score
0
Re: [Release] Evangelion (VSRO v188 gameserver addon)

wow good waiting :D
 
Newbie Spellweaver
Joined
Apr 19, 2012
Messages
72
Reaction score
3
Re: [Release] Evangelion (VSRO v188 gameserver addon)

Is it safe to use this? Server is stable using this tool?
 
Newbie Spellweaver
Joined
Oct 31, 2011
Messages
66
Reaction score
11
Re: [Release] Evangelion (VSRO v188 gameserver addon)

1.0.4v didn't crash at high loads... 1.0.5 will be even more accurate.

We cant wait for it. :) Thank you. :)

I'm strained. Maybe you can do a list what you will change? :)

BTW i found a bug: When you set for example the stall exchange amount to 500b you can exchange only 10b. But when you patch the gameserver manually it is working well. :)
 
Newbie Spellweaver
Joined
Apr 19, 2012
Messages
72
Reaction score
3
Re: [Release] Evangelion (VSRO v188 gameserver addon)

We cant wait for it. :) Thank you. :)

I'm strained. Maybe you can do a list what you will change? :)

BTW i found a bug: When you set for example the stall exchange amount to 500b you can exchange only 10b. But when you patch the gameserver manually it is working well. :)

Wismo, you using it on duckroad?
 
Joined
Jul 23, 2011
Messages
391
Reaction score
664
Re: [Release] Evangelion (VSRO v188 gameserver addon)

We cant wait for it. :) Thank you. :)

I'm strained. Maybe you can do a list what you will change? :)

BTW i found a bug: When you set for example the stall exchange amount to 500b you can exchange only 10b. But when you patch the gameserver manually it is working well. :)

Isn't the value 4 bytes ?
 
Last edited:
Newbie Spellweaver
Joined
Oct 31, 2011
Messages
66
Reaction score
11
Re: [Release] Evangelion (VSRO v188 gameserver addon)

Code:
0x471B00 -> CMP ESI,74
0x471B07 -> CMP EAX,6A528800
0x472FF5  -> CMP EDX,74
0x473008  -> CMP EAX,6A528800
0x47ABD8  -> CMP ECX,74
0x47ABE3  -> CMP ECX,6A528800

Thx. :)
 
Newbie Spellweaver
Joined
Oct 31, 2011
Messages
66
Reaction score
11
Re: [Release] Evangelion (VSRO v188 gameserver addon)

Hmm.. i set

Code:
stallGoldLimit = 9999999999

to

Code:
stallGoldLimit = 500000000000

and it still is 9.999.999.999 Gold. Isnt 500000000000 =< 4 byte?

Thank you.
 
Joined
Jul 23, 2011
Messages
391
Reaction score
664
Re: [Release] Evangelion (VSRO v188 gameserver addon)

500000000000 = 8 bytes

Code:
#include <iostream>

int main()
{
	std::cout << sizeof(500000000000);
	std::cin.get();
	return 0;
}
 
Newbie Spellweaver
Joined
Oct 31, 2011
Messages
66
Reaction score
11
Re: [Release] Evangelion (VSRO v188 gameserver addon)

Okay, can't you change it to 8 bytes in the next version?
 
Newbie Spellweaver
Joined
Apr 19, 2012
Messages
72
Reaction score
3
Re: [Release] Evangelion (VSRO v188 gameserver addon)

I wonder, is it good to use with ~400 players online?
 
Newbie Spellweaver
Joined
May 26, 2009
Messages
26
Reaction score
0
Re: [Release] Evangelion (VSRO v188 gameserver addon)

Chern0byl dude please make two version ,

1 - BlackRogue Files ,
2 - Vsro Old Files :)

Thank You ...
 
Back
Top