[HELP] How change revive time ? ( untouched src )
[HELP] How change revive time ? ( untouched src )
Re: [HELP] How change revive time ? ( untouched src )
Go to the DataBase > WarZ > Dbo > Functions
Go to the WZ_CharRevive and look:
Code:
@sectorevive=DATEDIFF(second, GETUTCDATE(), DATEADD(minute, 1, DeathUtcTime)),
Change the time for what you want.
Go to the WZ_GetAccountInfo2 and look:
Code:
DATEDIFF(second, GETUTCDATE(), DATEADD(minute, 1, DeathUtcTime))
Again change the time to the time you want.
Sorry for my bad english xD
Re: [HELP] How change revive time ? ( untouched src )
Quote:
Originally Posted by
francovegini
Go to the DataBase > WarZ > Dbo > Functions
Go to the WZ_CharRevive and look:
Code:
@sectorevive=DATEDIFF(second, GETUTCDATE(), DATEADD(minute, 1, DeathUtcTime)),
Change the time for what you want.
Go to the WZ_GetAccountInfo2 and look:
Code:
DATEDIFF(second, GETUTCDATE(), DATEADD(minute, 1, DeathUtcTime))
Again change the time to the time you want.
Sorry for my bad english xD
Thanks for help