Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 07:13

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Increase Guild Storage Slots [Pages]

Discussion on [Release] Increase Guild Storage Slots [Pages] within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
NorseGodTyr's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 2,221
Received Thanks: 1,457
[Release] Increase Guild Storage Slots [Pages]

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

4. Edit how much slots you want use
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
NorseGodTyr is offline  
Thanks
25 Users
Old 05/05/2021, 16:42   #2
 
ahmed4ever2u's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,511
Received Thanks: 886
would you mind sharing a video telling us how you discovered the address in the first place?
ahmed4ever2u is offline  
Old 05/05/2021, 17:39   #3
 
bimbum*'s Avatar
 
elite*gold: 147
Join Date: Oct 2017
Posts: 548
Received Thanks: 882
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
bimbum* is offline  
Thanks
1 User
Old 05/05/2021, 17:40   #4
 
NorseGodTyr's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 2,221
Received Thanks: 1,457
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
NorseGodTyr is offline  
Old 05/08/2021, 18:26   #5
 
blackout069's Avatar
 
elite*gold: 1
Join Date: May 2008
Posts: 488
Received Thanks: 183
What happens if you extend it and then use the storage extension item as well, can you reach 9 pages?
blackout069 is offline  
Old 05/08/2021, 18:33   #6
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,491
Received Thanks: 798
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.
Judgelemental is offline  
Old 05/09/2021, 09:38   #7
 
NorseGodTyr's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 2,221
Received Thanks: 1,457
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
NorseGodTyr is offline  
Old 05/09/2021, 10:22   #8
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,491
Received Thanks: 798
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?
Judgelemental is offline  
Old 05/09/2021, 13:04   #9
 
blackout069's Avatar
 
elite*gold: 1
Join Date: May 2008
Posts: 488
Received Thanks: 183
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.
blackout069 is offline  
Old 05/09/2021, 14:03   #10
 
elite*gold: 0
Join Date: May 2020
Posts: 70
Received Thanks: 6
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

4. Edit how much slots you want use
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?
WolfgangNeverDie is offline  
Old 05/09/2021, 19:52   #11
 
NorseGodTyr's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 2,221
Received Thanks: 1,457
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?
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
NorseGodTyr is offline  
Thanks
3 Users
Old 05/12/2021, 16:09   #12
 
powerclass's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 134
Received Thanks: 32
Which of these is the address for olydbg ?
powerclass is offline  
Old 05/13/2021, 00:45   #13
 
*ICE's Avatar
 
elite*gold: 0
Join Date: May 2021
Posts: 26
Received Thanks: 8
jobbing nice bruh thanks released ...
*ICE is offline  
Old 05/14/2021, 21:39   #14
 
powerclass's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 134
Received Thanks: 32
@NorseGodTyr thank you for sharing things like that.
I would like to ask you about olydbg. Is it possible with it? If yes how ?
powerclass is offline  
Old 05/15/2021, 11:48   #15
 
NorseGodTyr's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 2,221
Received Thanks: 1,457
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,
NorseGodTyr is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Buying] Guild Wars 2 Guild with Guild Hall + Guild Bank Slots
03/04/2021 - Guild Wars 2 Trading - 0 Replies
Hi there, looking for a guild with a guild hall and a couple of guild banks slots. Any offers welcome.
[Seafight] Increase your cannon storage
11/07/2012 - Seafight - 337 Replies
Hello epvpers, I recently discovered this forum and saw lots of people sharing or trading Seafight bugs. It really makes me happy, Seafight sucks as hell. That's why I'm sharing for free a bug that I made with the help of some debugging program. Depending on how good your internet connection is, you can store up to 75 additional cannons on your ship (you can't do nothing with the decks). On my ship, with only 10 elite decks, I have 180 cannons on my ship and 100 with the decks. ...



All times are GMT +2. The time now is 07:13.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.