at first i have to say sorry for my English , then lets start
iam trying to make anti cheeet system like Harovan and Olymbs-O i need to know from where i can get the full town RefRigon
PS : This is My Procedure About it maybe some one can help em in him :-
IF @Operation = 30 And @ItemRefID Between 2147 and 2158 and @JobType = 2 BEGIN DECLARE @AreaName INT = (SELECT AreaName FROM SRO_VT_SHARD.dbo._RefRegion Where AreaName = wRegionID) DECLARE @ItemID int BEGIN IF @AreaName = 'Town_Jangan' OR @AreaName = 'Town_Dunhwang' OR @AreaName = 'Town_Khotan' BEGIN DELETE FROM SRO_VT_SHARD.dbo._InvCOS where @ItemID between 187574 and 187577 INSERT INTO SRO_VT_LOG.dbo._JobNotice VALUES ('0',+@CharName+' : has been spotted trying to break the rules!"',GETDATE()) END END END
iam trying to make anti cheeet system like Harovan and Olymbs-O i need to know from where i can get the full town RefRigon
PS : This is My Procedure About it maybe some one can help em in him :-
Quote:
IF @Operation = 30 And @ItemRefID Between 2147 and 2158 and @JobType = 2 BEGIN DECLARE @AreaName INT = (SELECT AreaName FROM SRO_VT_SHARD.dbo._RefRegion Where AreaName = wRegionID) DECLARE @ItemID int BEGIN IF @AreaName = 'Town_Jangan' OR @AreaName = 'Town_Dunhwang' OR @AreaName = 'Town_Khotan' BEGIN DELETE FROM SRO_VT_SHARD.dbo._InvCOS where @ItemID between 187574 and 187577 INSERT INTO SRO_VT_LOG.dbo._JobNotice VALUES ('0',+@CharName+' : has been spotted trying to break the rules!"',GETDATE()) END END END