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!

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?
 
Newbie Spellweaver
Joined
Dec 7, 2009
Messages
73
Reaction score
13
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

You must be registered for see attachments list
Junior Spellweaver
Joined
Nov 27, 2011
Messages
121
Reaction score
2
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.
 
Newbie Spellweaver
Joined
Dec 7, 2009
Messages
73
Reaction score
13
Re: Help Plis!

then change 3500.00 to the number that won't block
 
Viva la Vida
Joined
Jul 2, 2011
Messages
609
Reaction score
155
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
 
Junior Spellweaver
Joined
Nov 27, 2011
Messages
121
Reaction score
2
Re: Help Plis!

Sorry I did not understand much English i got the topic that I thought was right: /
 
Newbie Spellweaver
Joined
Nov 12, 2011
Messages
17
Reaction score
6
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.
 
Angelemu founder
Joined
Mar 2, 2011
Messages
525
Reaction score
247
Re: Help Plis!

The problem is not getting to maradonna, it is about leaving the server's coordinate bounds which crashes the server on purpose
 
Junior Spellweaver
Joined
Nov 27, 2011
Messages
121
Reaction score
2
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
Top