Max Plus and Guild Query

02/27/2015 10:37 _Prophet_#1
Hello there epvp, i'm having trouble using the max plus and max guild query and i'm not sure what seems to be the problem. Would love some help. Both are from MaDenGo.
Here it is.

Max players in guild -

Max plus -
02/27/2015 11:14 !Ego#2
bro that's a produces not queries
02/27/2015 12:17 Crue*#3
Quote:
Originally Posted by _Prophet_ View Post

Max plus -
wtf, add this query @ _addlogitem
02/27/2015 12:17 Memoirs#4
Fixed it for you

Guild limit:
Plus limit:
open SRO_VT_LOG database go to programmability > stored procedures. Find _AddLogItem procedure, open it and add this line at the end:
Code:
IF (@Operation = 90 AND @strDesc like '%Opt: +13%')
BEGIN
UPDATE SRO_VT_SHARD.dbo._Items SET OptLevel = 12 WHERE Serial64 = @ItemSerial
END
like this:
02/27/2015 14:16 _Prophet_#5
Quote:
Originally Posted by Memoirs View Post
Fixed it for you

Guild limit:
Plus limit:
open SRO_VT_LOG database go to programmability > stored procedures. Find _AddLogItem procedure, open it and add this line at the end:
Code:
IF (@Operation = 90 AND @strDesc like '%Opt: +13%')
BEGIN
UPDATE SRO_VT_SHARD.dbo._Items SET OptLevel = 12 WHERE Serial64 = @ItemSerial
END
like this:
Great man, thanks i really appreciate it!
02/28/2015 07:17 kduraa10#6
yeah