Register for your free account! | Forgot your password?

You last visited: Today at 04:10

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

Advertisement



vSRO-ServerAddon (C++/DLL)

Discussion on vSRO-ServerAddon (C++/DLL) within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old 09/01/2021, 12:56   #91
 
elite*gold: 0
Join Date: Feb 2013
Posts: 79
Received Thanks: 10
awesome dude
it will be delightful to post the methods addresses so anyone else can contribute decompiling
ZeonNETWORK is offline  
Old 09/07/2021, 09:31   #92
 
elite*gold: 0
Join Date: Dec 2007
Posts: 165
Received Thanks: 28
Hey @JellyBitz -> Thank you very much !
Where is the actuall new config.ini files for shard and gameserver. Cant find it on Github.

When i generate the dll files by using debug mode, it not generate me the new ini files. hmm

Also this not working for me :
- SERVER_STALL_PRICE_LIMIT (9999999999) -> (99999999999)
- SERVER_EXCHANGE_GOLD_LIMIT (1000000000) -> (4000000000)

Maybe i need to change it in sro_client.exe too ?

Also this not working for me :
Execute gameserver actions in realtime with a simple INSERT query into SRO_VT_SHARD.dbo._ExeGameServer which is created automatically if doesn't exist.

Maybe its because of this Error i get :
* Initializing database fetch to execute actions...
[08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server existiert nicht oder Zugriff verweigert. (17)
[01000] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). (53)

But i already opened my port via firewall and put the right port in the ini files.

And will this be updated in future ? =>
- Split exp / sp rate
- SOX Drop rate

Thank you for your reply. And thank you very much for your Source Code ^^

Ahh and ps : Enjoy your coffees <33

Guys, buy him coffee !!!!
Andrej1992 is offline  
Old 09/07/2021, 21:55   #93
 
JellyBitz's Avatar
 
elite*gold: 0
Join Date: Sep 2018
Posts: 425
Received Thanks: 957
Quote:
Originally Posted by ZeonNETWORK View Post
post the methods addresses so anyone else can contribute decompiling
I don't understand what are you talking about. I barely knows asm but as far as I know, decompiling is about to find what every method/address means.
It's up to you anyways, it will be always available on Github ready for contributions.

Quote:
Originally Posted by Andrej1992 View Post
Where is the actuall new config.ini files for shard and gameserver. Cant find it on Github.
There is a section where you can just download the DLL with the default config from latest version.

Quote:
Originally Posted by Andrej1992 View Post
i need to change it in sro_client.exe too ?
There is a about it.

Quote:
Originally Posted by Andrej1992 View Post
i already opened my port via firewall and put the right port
You don't need to open firewall port if you're at the same machine, just make sure your MSSQL port it's running/listenning and the .ini has been properly set.
JellyBitz is offline  
Thanks
1 User
Old 10/02/2021, 15:33   #94
 
Hamza FiGo's Avatar
 
elite*gold: 150
Join Date: Sep 2009
Posts: 987
Received Thanks: 258
Thanks for the gr8 GS..
Code:
005805C8   .  56            push    esi
005805C9   .  68 C4D8AF00   push    00AFD8C4
005805CE   .  68 00000001   push    1000000
005805D3   .  E8 68603B00   call    00936640
005805D8   .  83C4 0C       add     esp, 0C

Mark them all, then right click, Edit, Nop All
Hamza FiGo is offline  
Old 10/13/2021, 19:41   #95
 
Hamza FiGo's Avatar
 
elite*gold: 150
Join Date: Sep 2009
Posts: 987
Received Thanks: 258
- add increase grap pet pages
Hamza FiGo is offline  
Thanks
1 User
Old 10/21/2021, 23:04   #96
 
Kled.'s Avatar
 
elite*gold: 0
Join Date: Oct 2021
Posts: 109
Received Thanks: 36
awesome release
Kled. is offline  
Old 10/22/2021, 10:42   #97
 
emre064's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 17
Received Thanks: 2
Bro can you add, custom mark system and survival event's in yellow timer?
emre064 is offline  
Old 11/14/2021, 03:07   #98
 
elite*gold: 0
Join Date: Jul 2020
Posts: 165
Received Thanks: 15
Quote:
Originally Posted by JellyBitz View Post
Hello there!

Customize Silkroad Online server files (v1.188) behavior through DLL injection.

Features:
  • Patch values from memory directly
  • Define all options from the respective config file
  • Easy to inject using STUD_PE
  • Execute actions from Gameserver (the first gameserver running will execute these actions)

Preview:

Gameserver Action (Example):


Full info on GitHub:





Latest version:
please anyone know what makes bug of players cant move in game its happening in random times
kotsh23 is offline  
Old 11/16/2021, 16:49   #99
 
Hamza FiGo's Avatar
 
elite*gold: 150
Join Date: Sep 2009
Posts: 987
Received Thanks: 258
Quote:
Originally Posted by kotsh23 View Post
please anyone know what makes bug of players cant move in game its happening in random times
InstantItem Delivery.. It must have a delay to avoid this freeze.
Hamza FiGo is offline  
Thanks
2 Users
Old 11/18/2021, 02:44   #100
 
bimbum*'s Avatar
 
elite*gold: 47
Join Date: Oct 2017
Posts: 580
Received Thanks: 1,023
Quote:
Originally Posted by Hamza FiGo View Post
InstantItem Delivery.. It must have a delay to avoid this freeze.
Nxot really like 2 months ago i had been debugging every single function of chernobyl's gameserver to find out which function causes it, the exception happens at 0x3012 caused by the moveto function then the gameserver goes to state at which it cannot handle the movement packets..
bimbum* is offline  
Thanks
2 Users
Old 11/18/2021, 16:33   #101
 
elite*gold: 0
Join Date: Jul 2020
Posts: 165
Received Thanks: 15
Quote:
Originally Posted by bimbum* View Post
Nxot really like 2 months ago i had been debugging every single function of chernobyl's gameserver to find out which function causes it, the exception happens at 0x3012 caused by the moveto function then the gameserver goes to state at which it cannot handle the movement packets..
you find fix for it Bro ?

Quote:
Originally Posted by Hamza FiGo View Post
InstantItem Delivery.. It must have a delay to avoid this freeze.
default delay is 100ms by JellyBitz
its must be edit from dll or i do this delay you mean from sql
kotsh23 is offline  
Old 12/10/2021, 23:17   #102
 
elite*gold: 0
Join Date: Jul 2020
Posts: 165
Received Thanks: 15
Quote:
Originally Posted by bimbum* View Post
Nxot really like 2 months ago i had been debugging every single function of chernobyl's gameserver to find out which function causes it, the exception happens at 0x3012 caused by the moveto function then the gameserver goes to state at which it cannot handle the movement packets..
Please bimbum you find any fix for this issue ?
kotsh23 is offline  
Old 12/13/2021, 19:38   #103
 
elite*gold: 0
Join Date: Apr 2016
Posts: 289
Received Thanks: 67
pliz! Add Str/Int/Stats Point per level
hoangphan7 is offline  
Old 12/16/2021, 17:53   #104
 
elite*gold: 0
Join Date: Jul 2020
Posts: 165
Received Thanks: 15
Quote:
Originally Posted by hoangphan7 View Post
pliz! Add Str/Int/Stats Point per level
dll have bug anything now is useless
kotsh23 is offline  
Old 03/09/2022, 00:08   #105
 
@$$'s Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 734
Received Thanks: 88
any support for 1.274 vsro files ?
@$$ is offline  
Reply

Tags
addon, dll, jellybitz, server, silkroad


Similar Threads Similar Threads
[INFO]About missing msvcr100.dll / msvcp100.dll and other missing dll files
08/22/2017 - S4 League Hacks, Bots, Cheats & Exploits - 106 Replies
English Maybe if you wanna start a hack from Elitepvpers you will get this Error: or a similar message This dll files are for programs written in C/C++ with Visual Studio To fix this problem you need to download the Microsoft Visual C++ 2010 Redistributable Package (x86) from here: Download Microsoft Visual C++ 2010 Redistributable Package (x86) from Official Microsoft Download Center If you have a 64-Bit System you also need the Microsoft Visual C++ 2010 Redistributable Package...
[HOW TO] MSVCR110.dll fehlt BEHEBEN | [MSVCR120.dll MSVCP110.dll MSVCP100.dll etc]
03/25/2014 - Tutorials - 2 Replies
Hier ist ein Youtube Video: MSVCR100.dll feht BEHEBEN / MSVCR110.dll fehlt MSVCR120.dll MSVCP110.dll MSVCP100.dll MSVCP120.dll - YouTube Aber den ganzen Kram könnt ihr auch als Text haben: Viele von euch kennen bestimmt das Problem das ne dll auf dem PC fehlt und das Programme dann nicht laufen. Hier ist die Lösung: Schaut erstmal nach, welche Microsoft Redistributables auf eurem PC installiert sind. Geht hierzu auf Start > Sytemsteuerung > Programme > Programme und Funktionen und...
[DLL]How to change injector if i want inject granny22.dll not python22.dll ?
10/07/2012 - Metin2 Private Server - 0 Replies
Hello i have a laucher protected and can not run launcher if i modify granny22.dll in python22.dll I want inject hack intro granny22.dll What can i do ? I give you thaks for good answer.
[Dll] For persons who have problem with mcvr100.dll, mscvrp100.dll and others
11/19/2011 - S4 League Hacks, Bots, Cheats & Exploits - 0 Replies
Hi :) I post for persons who have problem with mcvr100.dll, mscvrp100.dll and other dll. -Go here -Download you(s) DLL(s) -Put on C:\Windows\System32 and C:\Program Files\alaplaya\S4League Bye ...



All times are GMT +1. The time now is 04:11.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.