[Release] Increase Guild Storage Slots [Pages]

05/05/2021 10:50 NorseGodTyr#1
Download xvi32 or anytool like this
1. Open xvi32
2. Select your Gameserver.exe
3. Search click on Hex String
Code:
1E 00 00 00 3C 00 00 00 5A 00 00 00 78 00 00
[Only registered and activated users can see links. Click Here To Register...]
4. Edit how much slots you want use [Only registered and activated users can see links. Click Here To Register...]
5. Save your Gameserver and replace it

1E = 30
3C = 60
5A = 90
78 = 120

i have tested only 7 pages and works fine without any Problem this my string
3C 00 00 00 5A 00 00 00 78 00 00 00 D2 00 00

3C = 60
5A = 90
78 = 120
D2 = 210
05/05/2021 16:42 ahmed4ever2u#2
would you mind sharing a video telling us how you discovered the address in the first place?
05/05/2021 17:39 bimbum*#3
Quote:
Originally Posted by ahmed4ever2u View Post
would you mind sharing a video telling us how you discovered the address in the first place?
i believe he converted the decimal value (count of slots ) to hexa and searched for this value over gameserver addresses keeping changing it till he found the correct address
05/05/2021 17:40 NorseGodTyr#4
Quote:
Originally Posted by ahmed4ever2u View Post
would you mind sharing a video telling us how you discovered the address in the first place?
use this way from bimbum
Quote:
it can be found using cheatengine , first put the number of slots at the cheat engine and make the first search then use expansion scroll and make the second search and keep changing the values till u get it
or use via ollydbg
05/08/2021 18:26 blackout069#5
What happens if you extend it and then use the storage extension item as well, can you reach 9 pages?
05/08/2021 18:33 Judgelemental#6
Quote:
Originally Posted by blackout069 View Post
What happens if you extend it and then use the storage extension item as well, can you reach 9 pages?
This is for the guild storage, not sure if the item affects it.
05/09/2021 09:38 NorseGodTyr#7
Quote:
Originally Posted by Judgelemental View Post
This is for the guild storage, not sure if the item affects it.
No has nothing to do with the normal storage, it is only for the guild storage and works without any problems :)
05/09/2021 10:22 Judgelemental#8
Quote:
Originally Posted by NorseGodTyr View Post
No has nothing to do with the normal storage, it is only for the guild storage and works without any problems :)
Do you think it's possible to find and extend the normal storage? Or the normal inventory?
05/09/2021 13:04 blackout069#9
Quote:
Originally Posted by Judgelemental View Post
This is for the guild storage, not sure if the item affects it.
Ah didnt read carefully. Thanks, makes sense.
05/09/2021 14:03 WolfgangNeverDie#10
Quote:
Originally Posted by NorseGodTyr View Post
Download xvi32 or anytool like this
1. Open xvi32
2. Select your Gameserver.exe
3. Search click on Hex String
Code:
1E 00 00 00 3C 00 00 00 5A 00 00 00 78 00 00
[Only registered and activated users can see links. Click Here To Register...]
4. Edit how much slots you want use [Only registered and activated users can see links. Click Here To Register...]
5. Save your Gameserver and replace it

1E = 30
3C = 60
5A = 90
78 = 120

i have tested only 7 pages and works fine without any Problem this my string
3C 00 00 00 5A 00 00 00 78 00 00 00 D2 00 00

3C = 60
5A = 90
78 = 120
D2 = 210
Bro! Can you made a release for disable GP (Guild Donate point) from Server side? :D
05/09/2021 19:52 NorseGodTyr#11
Quote:
Originally Posted by Judgelemental View Post
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 View Post
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 View Post
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 ;)
05/12/2021 16:09 powerclass#12
Which of these is the address for olydbg ?
05/13/2021 00:45 *ICE#13
jobbing nice bruh thanks released ...
05/14/2021 21:39 powerclass#14
@NorseGodTyr thank you for sharing things like that.
I would like to ask you about olydbg. Is it possible with it? If yes how ?
05/15/2021 11:48 NorseGodTyr#15
Quote:
Originally Posted by powerclass View Post
@NorseGodTyr thank you for sharing things like that.
I would like to ask you about olydbg. Is it possible with it? If yes how ?
sure here is a way to make it via ollydbg but with xvi32 its it much faster
You can use CFF Explorer convert the file offset in the virtual address,