• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Push on monster/human

enriel

Big L
Joined
Dec 14, 2007
Messages
1,254
Reaction score
2
Location
Montenegro
Anyone know how to change the push of humans or monsters? Because 8.4 is very slow and I want push humans as in 7.6 (fast push) anyone know?
 
Anyone know how to change the push of humans or monsters? Because 8.4 is very slow and I want push humans as in 7.6 (fast push) anyone know?

edit a monster and look for this:

From this:
Code:
    <flag pushable="0"/>
Change to:
Code:
    <flag pushable="1"/>
 
I ment when you push a player so he moves faster ex:
player 1 pushes player 2 -> 1 sqm and it should go fast...
because the push is to slow
 
Back
Top