Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

DetGuard - Exchange, Stall delay and remove captcha login

Skilled Illusionist
Joined
Oct 24, 2011
Messages
330
Reaction score
201
Please miror site upload :S

working fine link download


at first post


Thank you for everything
-----------------------------------------
But I have some questions for this wonderful work
------------------------------------
There are some things do not work
1 - ًDisable PK ( Not work When Click any mob Get Dc )
2- What is the benefit Fake port !
===========================
~Notice ~
For
Restart Client button
Exit Client button

Can you change this to when using this more than once gets to DC Instead of final closure


Hopefully it will be possible

problem with pk i will fix
benefit fake ports is for you hide real ports and prevent exploids
 
Initiate Mage
Joined
Mar 23, 2010
Messages
4
Reaction score
0
MGProjects. Could you add a traffic filter?

Where you could define how much packets/ how much ms can be send by user?

for example 1000 packets/ 60000ms ?

EDIT: Maybe this help you to fix the shard flood


if (Character.doShardFlood)
{
packet = new Packet(28677, false, enumDestination.Server);
packet.data.AddBYTE(2);
Globals.ServerPC.SendPacket(packet);
Character.shardCounter = Character.shardCounter + 1;
Packet packet3 = new Packet(28762, false, enumDestination.Server);
packet3.data.AddBYTE(2);
Globals.ServerPC.SendPacket(packet3);
Character.shardCounter = Character.shardCounter + 1;
Packet packet4 = new Packet(28732, false, enumDestination.Server);
packet4.data.AddBYTE(2);
Globals.ServerPC.SendPacket(packet4);
Character.shardCounter = Character.shardCounter + 1;
Packet packet5 = new Packet(28747, false, enumDestination.Server);
packet5.data.AddBYTE(2);
Globals.ServerPC.SendPacket(packet5);
Character.shardCounter = Character.shardCounter + 1;
}
 
Last edited:
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
24
Reaction score
0
problem with pk i will fix
benefit fake ports is for you hide real ports and prevent exploids[/QUOTE]
\\\\
Thx
-------------------------------------------
For Fake Port

But when the attacks happen fake port
This does not prevent access to the server attacks
I have shut down the fake from the firewall port
Then open the original port but can not log in to the game Is there a solution for that
 
Newbie Spellweaver
Joined
Dec 20, 2010
Messages
64
Reaction score
1
Open Fake port
Close official port

All will be fine
 
Initiate Mage
Joined
Jul 5, 2014
Messages
4
Reaction score
0
Please help MGProjects

MGProjects - DetGuard - Exchange, Stall delay and remove captcha login - RaGEZONE Forums
 
Skilled Illusionist
Joined
Oct 24, 2011
Messages
330
Reaction score
201
for try help peoples configure, i created simple tool, later i will make a video

1 step

REMOVED

when you configure and press button "Save/Nest" will appeared

REMOVED

and will go to next step, have 4 step for finish configuration

and if you want re-configure tool, you can re-open configuration program and will appeared so

REMOVED

if you click in yes, program will delete old configuration and will go to 1 step, if you click in no program will close
 
Junior Spellweaver
Joined
Mar 24, 2012
Messages
181
Reaction score
7
fixed problem

Hi,
I was try this, i think have 2 problem
when i setted global delay (20 sec) i can send global, only detgs write "wait sending x time" global appear at server

when i set stall limit 20 sec, first open stall succes, second open instant dc...
 
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
24
Reaction score
0
Game Server Crash After 1 H

i Will donate This Tools But i want to know You Have Any way To Fix Crash or This Crash On Free Tools Only

and all working fine ( Pk Only Not Work )

I hope Fixed Crash Fast
 
Last edited:
Newbie Spellweaver
Joined
Dec 20, 2010
Messages
64
Reaction score
1
print screen it here !

I think we should have all same Crash
 
Back
Top