• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Pzlocked-Hunting time-White skull bug...

Ashtar

ShadowRealm.online
Joined
May 1, 2009
Messages
312
Reaction score
102
Hello people, first of all i'd like do say hi to all of you, and second... i have an issue with my crying dawson 8.60 v5 server.

The issue is this one.

what i wanna do is simply editing the time to log out from:

huntingDuration to 10 seconds
and of Pzlocked to 3 mins

but this is the main issue:

On config.lua we usually find the time values of pzLocked and huntinDuration, usually both ones are like this:

pzLocked = 60 * 1000
huntingDuration = 60 * 1000

my problem is that even if i edit the "huntingDuration = 60 * 1000" to other value like "10 * 1000" it doesnt work...

it still waits 1min to lose the hunting pzlock and this is kinda annoying...

--> if i edit the pzLocked to "10 * 1000" "that in fact does work" but in this case even if im white skulled or pzlocked for attacking another player i lose the pz in 10 seconds and that's kinda messed up =/


i even tryed to edit my configmanager.cpp but its all the same thing, the only thing that works is editing the pzLocked value and that's not cool at all cuz it destroys preactically my pvp system =/...

idk why in this case every pz value depends on the pzLocked time, cuz it is completely ignoring the other values...


Thanks for your time anyway guys...

If someone can help me i will for sure rep++.

~Kind regards... ~
~Ashtar~
 
i want to config the huntingDuration time to 10 seconds and the Pzlocked to 3 mins, butit doesnt work, its just works if i edit the pzLocked to 10 seconds
 
please read the main post :S, that doesnt work, if i set the pzLocked to any other value it changes the hunting pz 2, now it takes 3 mins to lose pz just for hunting, myabe my code is wrong or something, but i've heard of this problem before...

change this code:
PHP:
pzLocked = 60 * 1000
huntingDuration = 60 * 1000

to
PHP:
pzLocked = 3 * 60 * 1000
huntingDuration = 10 * 1000

- - - Updated - - -

bump

- - - Updated - - -

please read the main post :S, that doesnt work, if i set the pzLocked to any other value it changes the hunting pz 2, now it takes 3 mins to lose pz just for hunting, myabe my code is wrong or something, but i've heard of this problem before...



- - - Updated - - -

bump

bump
 
Back
Top