lapisia [READ]

02/01/2012 02:57 Foxyz#1
i bet this is a stupid question but how do u make lapisia stackable lmfao
because its not on consumables in item.sdata its under all items and in grades it shows a red x so what to do :D??
02/01/2012 03:11 Mirror.#2
Go to your Items.dbo table and look for your lapisia, then change the "Count" to the max you want then to stack. (255, as a example.)

Good Luck,

Mirror.
02/01/2012 04:04 AnyChat#3
Code:
UPDATE [PS_GameDefs].[dbo].[Items]
SET Count= '255'
WHERE ItemID= '95001'
OR ItemID= '95002'
OR ItemID= '95006'
OR ItemID= '95007'
After this Querie all 4 Lapisa stackable to 255 (255 in the max!)