• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Need Help] Zone Server Error

Newbie Spellweaver
Joined
Nov 28, 2019
Messages
7
Reaction score
0
I was try to repair my problem about Certain Point player always decrease when login with this query
USE [RF_WORLD_NOVUS]
GO
/** Object: Trigger [LastConnTime] Script Date: 05/01/2010 00:13:05 **/
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go

CREATE TRIGGER [LastConnTime] ON [dbo].[tbl_base]
FOR UPDATE
AS
SET NOCOUNT ON;

IF UPDATE (LastConnTime)
BEGIN
update
[dbo].[tbl_base]
set LastConnTime = LastConnTime + 1200000000 where LastConnTime < 1200000000

END
But after that my zone server error and cant running with respond at pic.

Can someone help me how to reslove that problem.

Thanks
 

Attachments

  • 1 - [Need Help] Zone Server Error - RaGEZONE Forums
    1.png
    85.7 KB · Views: 53
Back
Top