Alchemy Limit

06/26/2014 19:30 Nasser7777#1
Hello every one :) , wanted to know how i can make a + limit for alchemy

for example +10 to be max Plus.



Thanks =)
06/26/2014 23:45 ILowe#2
SRO_VT_LOG > _AddLogItem

PHP Code:
IF (@Operation 90 AND @strDesc like '%Opt: +15%'
BEGIN
UPDATE SRO_VT_SHARRDD
.dbo._Items SET OptLevel 14 WHERE Serial64 = @ItemSerial
END 
+14 Item is printed above example, but the pressure was +15 to +14, once again, the item will be automatically falls

Creone
06/27/2014 00:06 Nasser7777#3
Quote:
Originally Posted by ILowe View Post
SRO_VT_LOG > _AddLogItem

PHP Code:
IF (@Operation 90 AND @strDesc like '%Opt: +15%'
BEGIN
UPDATE SRO_VT_SHARRDD
.dbo._Items SET OptLevel 14 WHERE Serial64 = @ItemSerial
END 
+14 Item is printed above example, but the pressure was +15 to +14, once again, the item will be automatically falls

Creone

so if i need to make +10 as max plus for all items i just change '%Opt: +15%')


to '%Opt: +11%')
01/16/2022 12:43 chipheo#4
Quote:
Originally Posted by ILowe View Post
SRO_VT_LOG > _AddLogItem

PHP Code:
IF (@Operation 90 AND @strDesc like '%Opt: +15%'
BEGIN
UPDATE SRO_VT_SHARRDD
.dbo._Items SET OptLevel 14 WHERE Serial64 = @ItemSerial
END 
+14 Item is printed above example, but the pressure was +15 to +14, once again, the item will be automatically falls

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?
01/19/2022 17:02 NagySandor96#5
Quote:
Originally Posted by chipheo View Post
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?
play with the 0xB150 packet!