Hello RZ,
I was thinking to make limit for sending global by level.
I tried to do it by using global EventID or using ItemID at LogDB but didn't success.
Because EventID insert after global sent so it wont work.
Do you have any idea how to do it?
#Solved.
I did not mention that reqlevel can set from refobjcommon.
UPDATE dbo.[_RefObjCommon] SET ReqLevelType1 =1,ReqLevel1=100 WHERE id = 3851
For anyone need it :)






