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!

arena04 lowjump

Newbie Spellweaver
Joined
Oct 18, 2011
Messages
14
Reaction score
3
Hi
There's not a lowjump limit in gs.conf on arena04 but it works with lowjump.
If I just change number of tag from 204 to 203 it works without lowjump.
Wtf? And how to remove lowjump from arena04?
 
Newbie Spellweaver
Joined
Oct 18, 2011
Messages
14
Reaction score
3
exactly? no problem for me, but I couldn't even suppose it's in elementclient and was searching for it in gs )
thanks!
 
Last edited:
Upvote 0
Skilled Illusionist
Joined
Oct 22, 2010
Messages
323
Reaction score
117
If you find offsets, it will be nice to see results in Tutorials section.
 
Upvote 0
Junior Spellweaver
Joined
Apr 14, 2011
Messages
167
Reaction score
38
In gf.conf .....

[World_arena04]
index = 24
tag = 204
cid = 14,2,13
limit = nothrow;clear-ap;allow-root;lowjump;nomount;nofly;use-save-point;
base_path = b04/
#grid = {80,80,25,-1000.0,-1000.0}
grid = {800,800,25,-10000.0,-10000.0}
base_region = {-512.0,-512.0} , {512,512.0}
local_region = {-512.0,-512.0} , {512,512.0}
player_capacity = 400
npc_count = 1000
matter_count = 1000
save_point=1,1311,223,801
 
Upvote 0
Skilled Illusionist
Joined
Oct 22, 2010
Messages
323
Reaction score
117
In gf.conf .....

[World_arena04]
index = 24
tag = 204
cid = 14,2,13
limit = nothrow;clear-ap;allow-root;lowjump;nomount;nofly;use-save-point;
base_path = b04/
#grid = {80,80,25,-1000.0,-1000.0}
grid = {800,800,25,-10000.0,-10000.0}
base_region = {-512.0,-512.0} , {512,512.0}
local_region = {-512.0,-512.0} , {512,512.0}
player_capacity = 400
npc_count = 1000
matter_count = 1000
save_point=1,1311,223,801

useless parameter
 
Upvote 0
Newbie Spellweaver
Joined
Oct 18, 2011
Messages
14
Reaction score
3
>> There's not a lowjump limit in gs.conf on arena04 but it works with lowjump.
It works anyway.
 
Upvote 0
Joined
Oct 14, 2009
Messages
5,493
Reaction score
2,300
useless parameter

He is right. From my testing I've noticed if you add "lowjump" to a map that isn't really limited to 'low jump' (by it's ID in the EXE) then it will still allow you to 'big jump' but just cause that notorious "rubber-banding"...

So, as far as making a map 'small jump', definitely useless.

Maybe not entirely useless to keep your players from using any kind of 'jump hacks' in a map that is already small jump, because then it will "rubber-band" them back to the ground :lol: I guess it would certainly be a worthwhile 'variable' if/once we do figure out how to control big/small jump in the client EXE... Which is probably exactly why PW added it.

Which also makes me think they've been watching this forum for a long time, because that's always been one of the things I have questioned over and over (First asked on 22/5/10 ~ HERE)...
Serg911 - arena04 lowjump - RaGEZONE Forums
 
Upvote 0
Newbie Spellweaver
Joined
May 10, 2012
Messages
15
Reaction score
20
This is discussed for some time, but I found the solution (and it was much simpler than I thought):

configs\instance.txt:

"Archosaur Arena"
{
204 // ID
"b04" // path
1, 1 // row, column
0 <---------------Big Jump
}
-------------------------------------------------------------------------

"Archosaur Arena"
{
204 // ID
"b04" // path
1, 1 // row, column
1 <---------------Low Jump
}

[]s
 
Upvote 0
Back
Top