|
You last visited: Today at 20:01
Advertisement
Vsro find top weapon plus
Discussion on Vsro find top weapon plus within the SRO Private Server forum part of the Silkroad Online category.
11/14/2016, 11:04
|
#1
|
elite*gold: 290
Join Date: Oct 2013
Posts: 266
Received Thanks: 191
|
Vsro find top weapon plus
Hi guys,
What query wich help me found the highest plus of weapon including character name of who own that item?
Thanks for help.
|
|
|
11/14/2016, 12:22
|
#2
|
elite*gold: 85
Join Date: Sep 2008
Posts: 389
Received Thanks: 153
|
PHP Code:
Select top 10 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
Order By OptLevel desc
|
|
|
11/14/2016, 12:34
|
#3
|
elite*gold: 290
Join Date: Oct 2013
Posts: 266
Received Thanks: 191
|
Quote:
Originally Posted by milan1
PHP Code:
Select top 10 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
Order By OptLevel desc
|
Many thanks, I have a little bit change for filter alchemy stuff
Quote:
Select top 10 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
Order By OptLevel desc
|
|
|
|
 |
Similar Threads
|
Where can i find a Vsro Private Server?
07/26/2014 - SRO Private Server - 0 Replies
I want to use my Phbot With it , idk where to find one?
|
Can't find Avatar in VSRO DBs
09/26/2012 - SRO Private Server - 6 Replies
I went to add Avatars to item mall and to change prices and to allow trading them , Opened MMSQL Went to _RefObjCommon and _RefPricePolicyOfItem and more and couldnt find the Avatars there.
I mean I can't find any of their data in the Database on MMSQL.
What should I do? To control the Avatars options.
Thanks in advance
|
Anyone know where I can find these weapon?
06/12/2012 - Metin2 Private Server - 2 Replies
Hallo Jungs, ich habe eine lange Zeit gewesen, ohne zu spielen Metin2, also bin ich ein wenig hinter dieser "neue Elemente" unterliegen.
Ich brauche Hilfe, um TE Thema zu finden, wo diese Waffen sind, dann helfe ich einem Freund von mir, er hat einen Server mit vielen Spielern.
Der Server war ein Erfolg, ist es online 1 Jahr und 5 Monate. Er organisiert alles, Rüstungen, Waffen, Gegenstände werden nur in Jahreszeiten umgesetzt.
Und in dieser Saison erreichte er mir zu helfen, wählen Sie die...
|
Where can I find vSRO 1.206?
02/03/2012 - SRO Private Server - 1 Replies
I'm trying to get this client version instead of 1.188 as I saw some private servers are using 1.206 and I would like to use the same... I tried to use own client of a private server and I changed the IP to mine but once I try to open silkroad.exe, it shows error about version not correct and program needs to terminate
|
How find Weapon-1&2&3 !!!
10/31/2010 - WarRock Hacks, Bots, Cheats & Exploits - 9 Replies
Search: DU05
Oben
Das erste : 0FBF8F D2010100 MOVSX ECX,WORD PTR DS: ->Weapon1
Das zweite: MOVSX EAX,WORD PTR DS: ->Weapon2
Search:"%s M14 Landmine damages SP"
Unten
MOV EBX,DWORD PTR DS: ->Weapon3
|
All times are GMT +1. The time now is 20:03.
|
|