Register for your free account! | Forgot your password?

You last visited: Today at 12:42

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Get item plus from DB

Discussion on Get item plus from DB within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2023
Posts: 7
Received Thanks: 0
Question Get item plus from DB

Hello, im trying to get player equiped items stats such as (phy. atk, mag. atk), weapon name, plus and is ADV is used, how to get that from database?

Have this query:
HTML Code:
Select INV.CharID, CH.CharName16, INV.ItemID, IT.OptLevel, IT.RefItemID, INV.Slot, REFC.CodeName128, MagParam1, REF.ReqGender, REFC.AssocFileICon128, REF.Dur_L, REF.Dur_U, REF.PD_L, REF.PD_U, REF.MD_L, REF.MD_U, REF.ER_L, REF.ER_U, REF.PDStr_L, REF.PDStr_U, REF.MDInt_L, REF.MDInt_U, REF.MaxMagicOptCount, REF.PAttackMin_L, REF.PAttackMin_U, REF.PAttackMax_L, REF.PAttackMin_U, REF.MAttackMin_L, REF.MAttackMin_U, REF.MAttackMax_L, REF.MAttackMin_U, REF.Range, REF.HR_L, REF.HR_U, REF.CHR_L, REF.CHR_U, REF.PAStrMin_L, REF.PAStrMin_U, REF.PAStrMax_L, REF.PAStrMax_U, REF.MAInt_Min_L, REF.MAInt_Min_U, REF.MAInt_Max_L, REF.MAInt_Max_U, REF.PAR_L, REF.PAR_U, REF.MAR_L, REF.MAR_U, REFC.ReqLevel1 From _Inventory As INV
Right Join _Items As IT On INV.ItemID = IT.ID64
Right Join _RefObjCommon As REFC On REFC.ID = IT.RefItemID
Right Join _RefObjItem As REF On REFC.Link = REF.ID
Right Join _Char As CH On CH.CharID = INV.CharID 
WHERE CharName16 = 'ERGERG'
AND ItemID = 184659
Order By OptLevel desc  
Which gives me useful information about player items in general, but where can I find how many + are on the weapon ?
Mesiaar is offline  
Old 11/17/2023, 14:31   #2
 
elite*gold: 0
Join Date: Dec 2021
Posts: 16
Received Thanks: 5
Here you go :
HTML Code:
Select (COALESCE(AdvTable.nOptValue, 0) + IT.OptLevel) as 'Plus With ADV', INV.CharID, CH.CharName16, INV.ItemID, IT.OptLevel as 'Plus Without ADV', IT.RefItemID, INV.Slot, REFC.CodeName128, MagParam1, REF.ReqGender, REFC.AssocFileICon128, REF.Dur_L, REF.Dur_U, REF.PD_L, REF.PD_U, REF.MD_L, REF.MD_U, REF.ER_L, REF.ER_U, REF.PDStr_L, REF.PDStr_U, REF.MDInt_L, REF.MDInt_U, REF.MaxMagicOptCount, REF.PAttackMin_L, REF.PAttackMin_U, REF.PAttackMax_L, REF.PAttackMin_U, REF.MAttackMin_L, REF.MAttackMin_U, REF.MAttackMax_L, REF.MAttackMin_U, REF.Range, REF.HR_L, REF.HR_U, REF.CHR_L, REF.CHR_U, REF.PAStrMin_L, REF.PAStrMin_U, REF.PAStrMax_L, REF.PAStrMax_U, REF.MAInt_Min_L, REF.MAInt_Min_U, REF.MAInt_Max_L, REF.MAInt_Max_U, REF.PAR_L, REF.PAR_U, REF.MAR_L, REF.MAR_U, REFC.ReqLevel1 From _Inventory As INV
Right Join _Items As IT On INV.ItemID = IT.ID64
Right Join _RefObjCommon As REFC On REFC.ID = IT.RefItemID
Right Join _RefObjItem As REF On REFC.Link = REF.ID
Right Join _Char As CH On CH.CharID = INV.CharID 
Right join _BindingOptionWithItem AdvTable on AdvTable.nItemDBID = IT.ID64
WHERE CharName16 like 'charName' and 
IT.ID64 = 436155

Order By OptLevel desc
UnkownW is offline  
Reply

Tags
database, shard, vsro


Similar Threads Similar Threads
Item Plus Information (Item Levels)
06/12/2012 - CO2 Private Server - 0 Replies
#Solved myself request closed
Vk Titan Rüssi komplet b5 eva plus 13 lvl 85-87 und ein 85 g5 titan schwert plus 14
10/06/2010 - Last Chaos - 5 Replies
hallo leute vk die rüssi auf den server katar
Vk Titan Rüssi komplet b5 eva plus 13 lvl 85-87 und ein 85 g5 titan schwert plus 14
10/06/2010 - Last Chaos Trading - 5 Replies
die rüssi und waffe sind auf den server katar wer interrese hat bitte melden
in making plus (not blues and stats) is the prem plus the same as silver
07/05/2010 - Silkroad Online - 8 Replies
i noticed that the lucky percentage on the prem plus is the same as prem silver the difference is in the alchemy probability so my question is since lucky is 1 for making plus and alchemy probability is the 1 for modifying the blues and stats is the prem plus the same as prem silver in making plus ? or theres some thing i missing here ?
[Game]Silkroad Plus for TI-83 Plus
09/02/2007 - SRO Hacks, Bots, Cheats & Exploits - 0 Replies
Okay, m very excited im starting this. There is a BIG project about to start, im going to be programming Silkroad for the TI-83 Plus Graphing Calculator, head on over to Silkroad Plus Concept Ideas! - PEPKILZ and post what you think...if anyone knows ASM for these bad boys TEACH ME...lol



All times are GMT +2. The time now is 12:42.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.