Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

World map 'wall' restrictions

Junior Spellweaver
Joined
Nov 27, 2011
Messages
121
Reaction score
2
Hello folks, I'm having a problem on my server ...
Is anyone using Wall Hacker is going where the restricted area and across the end wall with it knocking my server.
Can anyone help me finish this?
 
Re: Help Plis!

you need to edit gs.conf to make the bottom of the map unavailable for walking\flying\etc.

the old one:
Code:
base_region	=	{-4096.0,-5632.0}	,	{4096.0,5632.0}
local_region	=	{-4096.0,-5632.0}	,	{4096.0,5632.0}

the fixed one:
Code:
base_region	=	{-3500.0,-4544.0}	,	{3500.0,4672.0}
local_region	=	{-3500.0,-4544.0}	,	{3500.0,4672.0}

here is the fixed gs conf
 

Attachments

Re: Help Plis!

Thanks I think I've helped, but it blocked part of the floor where the business is falling is that the Wall Hacker crosses the blocked shares.
 
Re: Help Plis!

I know I'm not being very helpful toward your problem, but I thought I should point out this is in the Developments subsection.

Please, if it is a question and not a development, post it in the main section.

Thankyou
 
Re: Help Plis!

The wall-hacking is not based on opening any areas, but warping your character step-by-step . So it can go through anything.If you worry of the player going to Maradona, then try making a portal near Maradona, so they get teleported back.
 
Re: Help Plis!

In fact it is not by itself maradona in it there is nothing there to do more but when it comes to pass it and the map area you just use the wall to pass it the hacker server drops!

But since I've used up gs.conf colleague's server was no longer attacked!
 
Back