not work again :(Quote:
if(@JobID = '54381')
BEGIN
UPDATE dbo._Char SET HwanLevel = 15 Where CharID = @[Only registered and activated users can see links. Click Here To Register...]D
END
UPDATE dbo._Char SET HwanLevel = 15 Where CharID = (select charid from _char where charname16='write here your charname')
Quote:
hello
execute this as query
if the query above works then you got a problem with your _AddTimedJob procedure .PHP Code:UPDATE dbo._Char SET HwanLevel = 15 Where CharID = (select charid from _char where charname16='write here your charname')
IF (@ ItemRefID= 'paste here item ID from refobjcommon' and @ Operation = 41) BEGIN UPDATE SRO_VT_SHARD.dbo._Char SET HwanLevel = 15 WHERE CharID=@CharID END
Finally work ty for helpQuote:
try to add it into addlogitem / log db
Code:IF (@ ItemRefID= 'paste here item ID from refobjcommon' and @ Operation = 41) BEGIN UPDATE SRO_VT_SHARD.dbo._Char SET HwanLevel = 15 WHERE CharID=@CharID END
*ps. if nothing works, then try to exchange your game server
it was just for testing purpose to check if his _addtimedjob procedure working or notQuote:
this query is to update the HwanLevel by query this is not the procedure that is going to execute the scroll when using any player:)