USE [SRO_VT_SHARD]
declare @ID int
Declare @CODENAME varchar(128)
set @CODENAME = 'ITEM_MALL_GLOBAL_CHATTING'
set @ID = ( Select Link from _refobjcommon where codename128 like @CODENAME)
UPDATE _RefObjItem SET Param4='20000', Desc4_128='COOLTIME:0x000000C8'
WHERE ID=@ID
USE [SRO_VT_SHARD]
declare @ID int
Declare @CODENAME varchar(128)
set @CODENAME = 'ITEM_MALL_REVERSE_RETURN_SCROLL'
set @ID = ( Select Link from _refobjcommon where codename128 like @CODENAME)
UPDATE _RefObjItem SET Param4='20000', Desc4_128='COOLTIME:0x000000C8'
WHERE ID=@ID
03/09/2015 11:58PortalDark#2
#Approved
06/02/2015 18:01ILowe#3
time of conflict
How can I separate them?
one other time you use it it works
06/03/2015 13:44HellMezo*#4
keep going
06/03/2015 17:33Anonymous-6723#5
Code:
COOLTIME:0x000000C8
Because of this, both items will have same cooldown, meaning.. use a reverse and ur global will have CD too :)
Code:
SELECT Desc4_128 FROM _RefObjItem WHERE Desc4_128 LIKE '%0x00000%'
05/30/2020 08:39Devel37#6
xD this dont work for me it show the delay on the item but i can use it xD
global work fine but reverse didnt work with CD ^^ :D
06/01/2020 21:57HypnosĄ#7
Quote:
Originally Posted by Devel37
xD this dont work for me it show the delay on the item but i can use it xD
global work fine but reverse didnt work with CD ^^ :D