Quote:
Originally Posted by Judgelemental
Do you think it's possible to find and extend the normal storage? Or the normal inventory?
|
for storage im not sure but via this way i have used a scroll works too [increased normal storage to 8 pages] via inventory you can write easy quests to get all 3 pages
Quote:
Originally Posted by Judgelemental
Do you think it's possible to find and extend the normal storage? Or the normal inventory?
|
[Normal Storage]
example my old query (_AddlogItem) [request 7 storage pages (2 times storage expansion [210 slots]) ]
Code:
-------------------------------------- Special Storage Increas Start -------------------------------------------
if (@ItemRefID = 41941 and @Operation = 16)
begin
DECLARE @CharNameStorage varchar(50) = (SELECT CharName16 FROM SRO_VT_SHARD.._Char WHERE CharID = @CharID)
DECLARE @UserJIDStorage int = (SELECT userjid FROM [SRO_VT_SHARD].[dbo].[_User] where CharID = @CharID)
DECLARE @UserStorageSlot int = (SELECT ChestSize FROM [SRO_VT_SHARD].[dbo].[_ChestInfo] where JID = @UserJIDStorage)
DECLARE @UserRegion int = (SELECT LatestRegion FROM [SRO_VT_SHARD].[dbo].[_Char] where CharID = @CharID)
--Check Region inside a town
if @UserRegion IN ('22830','22831','22832','22833','23085','23086','23087','23088','23089','23341','23342','23343','23344','23345','23346','23347','23431','23432','23598','23599','23600','23601','23602','23603','23686','23687','23688','23854','23855','23856','23857','23943','24110','24111','24112','24113','24199','24367','24368','24369','24623','24624','24625','24758','24999','25000','25001','25255','25256','25257','26264','26265','26445','26446','26447','26448','26520','26521','26701','26702','26703','26704','26957','26958','26959','26960','26961','27213','27214','27215','27216','27217','27243','27244','27469','27470','27471','27472','27473','27499','27500')
Begin
if (@UserStorageSlot = '210')
Begin
--increase storage [8 pages]
update [SRO_VT_SHARD].[dbo].[_ChestInfo] set ChestSize = '240' where JID = @UserJIDStorage
End
End
end
-------------------------------------- Special Storage Increas End ------------------------------------------
[Inventory Quest] _RefQuestReward [5 slots Increase] (but the problem is only inventory expansion from item mall he dont support this method)
[you can do it too for automatic update Title etc without teleport]
Code:
1 1055 QNO_ASATRU_INVENTORY_EINS 1 1 1 0 0 0 0 0 1 0 0 0 xxx 0 5 0 0 0 xxx 0 xxx 0 xxx
1 1056 QNO_ASATRU_INVENTORY_ZWEI 1 1 1 0 0 0 0 0 1 0 0 0 xxx 0 5 0 0 0 xxx 0 xxx 0 xxx
Quote:
Originally Posted by WolfgangNeverDie
Bro! Can you made a release for disable GP (Guild Donate point) from Server side? :D
|
sure here will be much ways to make it works :P but no time and i never had this problem because i using on my server x1 rates ;)