Hello All Elitiepvpers
i want to query
to Update _items
Mean if slot 0 or 1 or 4
HelmItem,MailItem,PantsItem
and if slot 2 or 3 or 5
ShoulderItem,GauntletItem,BootsItem
and if slot 9 or 10 or 11 or 12
EarringItem,NecklaceItem,RingLItem,RingRItem
that by all by char
someone give me query
but its for one slot only
i hope any one help me for That
i have more char to edit stat and blue
and i cant found scroll add blue and stat items
i want to query
to Update _items
Mean if slot 0 or 1 or 4
HelmItem,MailItem,PantsItem
Code:
Update _Items MagParam2=876173328830,MagParam3=283467841986
ShoulderItem,GauntletItem,BootsItem
Code:
Update _Items MagParam2=283467841986,MagParam3=51539607997
EarringItem,NecklaceItem,RingLItem,RingRItem
Code:
Update _Items MagParam2=51539607997,MagParam3=85899346375
someone give me query
but its for one slot only
Code:
Declare @ItemSlot int = 'itemslot' Declare @CharName varchar(12) = 'charname' UPDATE dbo._Items set OptLevel='10', Variance='3241771616', MagParamNum='5 ', MagParam1='858993459290', MagParam2= '257698037862', MagParam3='30064771150', MagParam4= '30064771144', MagParam5= '429496729714' WHERE ID64 = (select ItemID from _Inventory where Slot = @ItemSlot and CharID = (select CharID from _Char where CharName16 = @CharName))
i have more char to edit stat and blue
and i cant found scroll add blue and stat items