GameServer Error Help

12/25/2019 05:54 sirout1#1
Hi, I've seen what happened to me with the Premium Remover scroll and the Job Penality

they work but they throw an error in the gamer

[Only registered and activated users can see links. Click Here To Register...]

How can i fix this

Quote:
---- scrolls Job Penality---

if(@Operation = 41 and @Slot_To = 255 and (@ItemRefID = 51623)) --Job Penalty Remover-- --
begin
DELETE FROM SRO_VT_SHARD.._TimedJob WHERE CharID=@CharID and (JobID = 1 and Category = 2)
DELETE FROM SRO_VT_SHARD.._TimedJob WHERE CharID=@CharID and (JobID = 2)
end


----------- Remove prem ----


if(@Operation = 41 and @Slot_To = 255 and (@ItemRefID = 51628)) --Premium Remover--
begin
DELETE FROM SRO_VT_SHARD.._TimedJob where CharID = @CharID and JobID in (select ID from SRO_VT_SHARD.._RefObjCommon where CodeName128 like '%pre%')
DELETE FROM SRO_VT_SHARD.._TimedJob where CharID = @CharID and JobID in (select ID from SRO_VT_SHARD.._RefSkill where Basic_Code like '%pre%')
end
I have used others but still the error comes out who can help me solve it (Note: I have used others as the FGW remover and does not cause this error only in those two)
@[Only registered and activated users can see links. Click Here To Register...] @[Only registered and activated users can see links. Click Here To Register...]
12/25/2019 13:48 #HB#2
[Only registered and activated users can see links. Click Here To Register...]
01/01/2020 23:44 sirout1#3
Quote:
Originally Posted by #HB View Post
[Only registered and activated users can see links. Click Here To Register...]

I don't understand how to rewrite this?
01/06/2020 00:28 Toonami2010#4
Quote:
Originally Posted by sirout1 View Post
Hi, I've seen what happened to me with the Premium Remover scroll and the Job Penality

they work but they throw an error in the gamer

[Only registered and activated users can see links. Click Here To Register...]

How can i fix this



I have used others but still the error comes out who can help me solve it (Note: I have used others as the FGW remover and does not cause this error only in those two)
@[Only registered and activated users can see links. Click Here To Register...] @[Only registered and activated users can see links. Click Here To Register...]
Check your Store Procedure..
and Just in case you didnt rename the DBs? Like VSRO_SHARD instead of SRO_VT_SHARD?
01/06/2020 03:24 sirout1#5
friend, I don't think it has anything to do with it here, the problem is another one here doesn't do the query in the row, I think that's what I understand, the elimination procedure does, but the player stifles the same error