NewTime
|
Last Activity: 09/09/2025 00:45
Mentions
| 01/20/2024 |
| 20:38 - Judgelemental mentioned NewTime in post Need Query make grab pet 3 pages only ...t Click and Modify
Add this before "commit tran" :
if ((SELECT COUNT(*) FROM _COS_Exceptions with (NOLOCK) where ID=@RefObjID) <> 0)
BEGIN
declare Serial64 bigint
DECLARE NewTime int
set NewTime= DATEDIFF(s, '1970-01-01 00:00:00', GETUTCDATE()) --get curent timestamp
set NewTime= NewTime+28*24*440000
select Serial64 = Serial64 from _Items where Dat... |
| 11/13/2023 |
| 17:14 - JohnDornel^ mentioned NewTime in post [Question] how to change max inventory pet size in _RefObjChar ? ... the end, before "commit tran" add this
if ((SELECT COUNT(*) FROM _COS_Exceptions with (NOLOCK) where ID=@RefObjID) <> 0)
BEGIN
declare Serial64 bigint
DECLARE NewTime int
set NewTime= DATEDIFF(s, '1970-01-01 00:00:00', GETUTCDATE()) --get curent timestamp
set NewTime NewTime+28*24*440000
select Serial64 = Serial64 from _Items wher... |





