[HowTo]Remove Hell and Anger

08/10/2012 13:38 mongreldogg#1
Hi!
Some servers have a problem with GameGuard. Users that play on high-rate servers sometimes may warp to hell and get anger state for 10 days when they're logging in.
I didn't know what to do so I've removed Hell and Anger from my server.
And so I think it may be grateful if I share this shit=)

So let's start.

First of all, you must remove Anger state from your database.
That's just a lil' sql query:

DELETE FROM Arcadia.dbo.StateResource
WHERE state_id=5997
DELETE FROM Telecaster.dbo.State
WHERE code=5997


Second:
You must open your scripts folder in game bin and find script "etc_scripts_functions"
Then find rows like this:

function kick_auto_to_another_world()

if get_value("auto_user") == 1 then
set_flag( "rx", 186987 + math.random(0,10))
set_flag( "ry", 160009 + math.random(0,10))
warp( 186987 + math.random(0,100) ,160009 + math.random(0,100) )
open_popup("game.helpdesk_url", 1, 0)
end

end


And replace it to this:


function kick_auto_to_another_world()

end


That's all. Maybe it's not a good idea to remove this problem.
But it won't be dangeruos if any people used a hack programs because GameGuard does his work well :D

Sorry for Eng and enjoy if it helps!
08/10/2012 16:34 kaderebak#2
S game.use_auto_jail:0
08/10/2012 17:06 DoesNotExists#3
+1

Its Easy to Fix it Alone , ;)
08/10/2012 17:29 mongreldogg#4
f**k... xD
08/10/2012 17:33 DoesNotExists#5
but Thanks for Guide ;)