Re: [Help]Confinement room
in serverconf.ini
ExpLimitPerDay=999999999999999
MoneyLimitPerDay=999999999999999
Re: [Help]Confinement room
Or you can use what LeRaz0r posted in the tutorial section:
http://forum.ragezone.com/f771/get-rid-prison-871115/
Re: [Help]Confinement room
what LeRaz0r posted there don't work...at least for me xD...digging for a better method to avoid prison..i saw once a guy placed a teleporter in prison but idk atm how and if is working :blush:
Re: [Help]Confinement room
both methods doesn't work for me tried setting
ExpLimitPerDay=999999999999999
MoneyLimitPerDay=999999999999999
but still sends me to confinement room,
PrisonMap = 84
PrisonX = 60
PrisonY = 66
still sends me to confinement room
i've set the exp to x10k to test it both method doesn't work anyideas?
Re: [Help]Confinement room
Much easier ways to go by...
Code:
$map_id = GetPlayerInfo(-1 , "mapid")
if $map_id == 146
BC("chat", "player", -1, "[color=ffff3817]No more confinement, woop!")
FlyToMap( -1, 475, 45, 53 )
endif
if $map_id == 83
FlyToMap( -1, 475, 45, 53 )
endif
Either that or just increase the EXP/Money Caps.
Re: [Help]Confinement room
Quote:
Originally Posted by
LeRaz0r
Much easier ways to go by...
Code:
$map_id = GetPlayerInfo(-1 , "mapid")
if $map_id == 146
BC("chat", "player", -1, "[color=ffff3817]No more confinement, woop!")
FlyToMap( -1, 475, 45, 53 )
endif
if $map_id == 83
FlyToMap( -1, 475, 45, 53 )
endif
Either that or just increase the EXP/Money Caps.
Where files edit?
Re: [Help]Confinement room
Quote:
Originally Posted by
LeRaz0r
Much easier ways to go by...
Code:
$map_id = GetPlayerInfo(-1 , "mapid")
if $map_id == 146
BC("chat", "player", -1, "[color=ffff3817]No more confinement, woop!")
FlyToMap( -1, 475, 45, 53 )
endif
if $map_id == 83
FlyToMap( -1, 475, 45, 53 )
endif
Either that or just increase the EXP/Money Caps.
Doesn't work for me, it ignores coordinates and teleports me to the prison(((
Re: [Help]Confinement room
you can delete map id 146 confinement room
Quote:
GameServer/Slk/WorldMapCfg/Confinement Room
Quote:
ManagerServer/Slk/WorldMapCfg/Confinement Room
GG:laugh: