Hello every one :) , wanted to know how i can make a + limit for alchemy
for example +10 to be max Plus.
Thanks =)
for example +10 to be max Plus.
Thanks =)
IF (@Operation = 90 AND @strDesc like '%Opt: +15%')
BEGIN
UPDATE SRO_VT_SHARRDD.dbo._Items SET OptLevel = 14 WHERE Serial64 = @ItemSerial
END
Quote:
SRO_VT_LOG > _AddLogItem
+14 Item is printed above example, but the pressure was +15 to +14, once again, the item will be automatically fallsPHP Code:IF (@Operation = 90 AND @strDesc like '%Opt: +15%')
BEGIN
UPDATE SRO_VT_SHARRDD.dbo._Items SET OptLevel = 14 WHERE Serial64 = @ItemSerial
END
Creone
hey any one help me please. i want to set max plus of Nasrun = 10, and normal item = 12, so what have i to do?Quote:
SRO_VT_LOG > _AddLogItem
+14 Item is printed above example, but the pressure was +15 to +14, once again, the item will be automatically fallsPHP Code:IF (@Operation = 90 AND @strDesc like '%Opt: +15%')
BEGIN
UPDATE SRO_VT_SHARRDD.dbo._Items SET OptLevel = 14 WHERE Serial64 = @ItemSerial
END
Creone