nitem
|
Last Activity: 04/23/2020 11:42
Mentions
| 12/16/2018 |
| 04:13 - BennySama mentioned nitem in post Temporärer Fix, um gestackte Items aus dem NPC zu kaufen ...
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[p_Item_SetOption]
/*
Item Set Option
2004.8 By CJC
input:
see SQL
output:
Nret 0 = OK,
? = Error code
*/ nitemKey bigint, nOPTionType smallint, nOPTionData bigint,
-- Output var Nret int OUTPUT
AS
SET NOCOUNT ON
UPDATE tItemOptions SET nOptionData = nOPTionData
WHERE nItemKey = nitemKe... |
| 06/25/2018 |
| 14:43 - pablitto18 mentioned nitem in post Scroll Dye Glows wrong Damage ... DECLARE itemID int
refitemID int
color varchar(16)
Raret varchar(16)
nitem int
,@DG INT
,@T1 tinyint
,@T2 tinyint
,@T3 tinyint
... |





