Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 15:08

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

Advertisement



Showing results 1 to 25 of 57
Search took 0.01 seconds.
Search: Posts Made By: rodrigorkg
Forum: SRO Coding Corner 03/12/2022, 07:00
Replies: 1
Views: 790
Posted By Isoline*
That's from the Silkroad Security API not the...

That's from the Silkroad Security API not the filter. It's a measure to ensure all data is being processed, the server expects a specific amount of bytes if that amount is not the same, an exception...
Forum: SRO Coding Corner 09/18/2021, 21:20
Replies: 24
Views: 5,336
Posted By Sector1337*
[RELEASE] Self made Client lib with some great features (Based on OSHGui)

Well, this source was stolen before some months ago and i've heard that the guy who stoled it is doing little money over it.

Just i don't want to let someone else who have no knowledge could sell...
Forum: SRO PServer Advertising 09/11/2021, 18:59
Replies: 75
Views: 6,280
Posted By megastarking
Aeolian Online | Cap 100 | Ch Old School | No Donation | G.O21 Oct

[Only registered and activated users can see links] ([Only registered and activated users can see links])[Only registered and activated users can see links] ([Only registered and activated users can see links])[Only registered and activated users can see links]
Forum: SRO PServer Guides & Releases 08/24/2021, 09:40
Replies: 18
Views: 2,804
Posted By pushedx
Post [Guide] Fixing the party matching 1-hour DC bug (0x386f)

As was first posted about in this thread from 2012, Unknown packet ([Only registered and activated users can see links]), it's been well known there's a 1-hour party...
Forum: SRO Coding Corner 07/11/2021, 16:12
Replies: 3
Views: 673
Posted By SubZero**
read the packet then use ...

read the packet then use

msg->FlushRemaining(); //for custom packet
msg->m_currentReadBytes=0 // for org packets
Forum: SRO PServer Guides & Releases 07/11/2021, 03:19
Replies: 117
Views: 19,979
Posted By JellyBitz
Arrow vSRO-ServerAddon (C++/DLL)

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...
Forum: SRO PServer Questions & Answers 05/20/2021, 15:47
Replies: 16
Views: 1,457
Posted By Devsome
Just block every connection which is going to the...

Just block every connection which is going to the real ip, problem solved.
Forum: SRO PServer Guides & Releases 04/26/2021, 06:59
Replies: 50
Views: 18,192
Posted By bimbum*
[RELEASE] VSRO AUTO TRADE BOT (SOLO - MULTI)

Hello folks, After quitting silkroad i decided to share this bot with you .. this was made for personal use for me and my friends so read notes carefully to deal with it correctly.

FEATURS

...
Forum: Silkroad Online Trading 03/28/2021, 22:37
Replies: 37
Views: 7,419
Posted By LegendarySouL
GUI Source Vsro | Filter Vsro | Upgrade your server

Close this topic so far, there is no justice in last comment
Forum: SRO PServer Guides & Releases 03/27/2021, 03:37
Replies: 55
Views: 10,824
Posted By bimbum*
[RELEASE] DISCORD MANAGER BOT | AN AWESOME BOT FOR SILKROAD PSERVERS

Yo folks,
Lately discord became an archive of sro pservers logs... So instead of keeping inserting codes everywhere at filter , heres a tool that can archive every single log related to sro and send...
Forum: Silkroad Online Trading 01/25/2021, 01:25
Replies: 2
Views: 3,511
Posted By GameRPoP
removed

-- removed as requested ---
Forum: SRO Coding Corner 10/30/2020, 06:34
Replies: 2
Views: 1,171
Posted By paul_0
simply right click on make_project_vs2010 - >...

simply right click on make_project_vs2010 - > Edit -> replace all with @echo off

call "%VS80COMNTOOLS%vsvars32.bat"

cmake -G "Visual Studio 10 2010" -T v80 -DCMAKE_BUILD_TYPE=RelWithDebInfo...
Forum: SRO Coding Corner 10/30/2020, 06:31
Replies: 2
Views: 1,171
Posted By NorseGodTyr
add // by imgui ...

add // by imgui

[Only registered and activated users can see links]
[Only registered and activated users can see links]
Forum: SRO PServer Guides & Releases 10/28/2020, 11:33
Replies: 111
Views: 15,534
Posted By florian0
You're compiling with a Debug-configuration...

You're compiling with a Debug-configuration instead of a release configuration. The errors look identical to those Rixy* had. I guess you tried to use CMake GUI, too.
Please just follow the...
Forum: SRO PServer Guides & Releases 10/27/2020, 00:48
Replies: 36
Views: 5,352
Posted By NorseGodTyr
Link added Link added

Link added



Link added
Forum: SRO PServer Questions & Answers 10/26/2020, 09:42
Replies: 1
Views: 292
Posted By Devsome
Release | SR Proxy the best way to protect your...

Release | SR Proxy the best way to protect your private server! ([Only registered and activated users can see links])
Forum: SRO PServer Questions & Answers 10/24/2020, 04:04
Replies: 7
Views: 980
Posted By Revens Online
Job temple example _RefGame_World ...

Job temple example
_RefGame_World

60 INS_TEMPLE_DEFAULT 0 1 0 0 0 0 0 0 GROUP_TEMPLE_DEFAULT


_RefGame_World_Config
...
Forum: SRO PServer Questions & Answers 10/21/2020, 20:15
Replies: 2
Views: 582
Posted By florian0
Your client is lacking the texture. Change it to...

Your client is lacking the texture. Change it to something existing in your client and you're fine.
See IFflorian0Guide.cpp for the path.
Forum: SRO PServer Questions & Answers 10/17/2020, 22:54
Replies: 7
Views: 980
Posted By *Deadly
It can be done through filter, If you can't do it...

It can be done through filter, If you can't do it through a filter or don't own one then you can make it a bit tricky like roc gate, create 2 teleports each of them requires a specific key to enter,...
Forum: SRO Coding Corner 10/13/2020, 17:44
Replies: 30
Views: 7,473
Posted By devdash
Thank you so much for the explanation So OVH...

Thank you so much for the explanation

So OVH = DDOS protection
Filter = Limit packets = FLOOD protection

so if we upgrade this filter to contain flood protection, and start using an OVH...
Forum: SRO Coding Corner 10/13/2020, 17:24
Replies: 30
Views: 7,473
Posted By b0ykoe
Like Devsome said. Filter isn't a DDOS...

Like Devsome said. Filter isn't a DDOS Protection, at least not this filter. There is a reason why there that less DDOS Protection companies. Without going into deep, we - as Silkroad community -...
Forum: SRO PServer Guides & Releases 09/28/2020, 00:52
Replies: 35
Views: 10,071
Posted By GameRPoP
Removed

--- removed as requested ---
Forum: SRO PServer Guides & Releases 07/25/2020, 01:28
Replies: 111
Views: 15,534
Posted By Goosxc
Discord Icon In sro_devkit

I asked a lot of people, how to make this icon but no one help me only " florian0 " help me thanks , so i decide to release it here so people can do it , also you can added alot of icon just check my...
Forum: Silkroad Online Trading 07/04/2020, 03:15
Replies: 65
Views: 29,695
Posted By Goosxc
PSRO Services - Making your ideas come to reality!

[Only registered and activated users can see links]

Web Development Services is available now

Event System is available now i can make any events you want just write to me the idea and i will build it
...
Forum: SRO PServer Guides & Releases 04/05/2020, 21:45
Replies: 68
Views: 8,206
Posted By abdoumatrix
i found that it is used to show Guild War State...

i found that it is used to show Guild War State above Char



Packet p = new Packet(0x30EF);//Guild War Icon
p.WriteByte(0);//0 On...
Showing results 1 to 25 of 57

 
Forum Jump

All times are GMT +2. The time now is 15:08.


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.