What i need to know

04/22/2017 18:50 sil3ntsh0t#1
Hello :handsdown: , sorry for this stupid question, i searched everywhere but nothing. Can someone tell me what i need to learn about creating a silkroad server? I found some quides, i will try them, but i ask about programing language or tools,i don't know really from where to start... some answers will be apreciated.
Thank you.
04/22/2017 19:00 Balki97#2
To START a server then you don't need to know any programming language as all the tools used for this is already available for public you just need to follow some simple guides and if you are fast enough then you can have your server running in 20 minutes.

BUT, if you want to develop a good server and build some new features around it then you will need to know SQL and how the the vSRO database really work . If you are going for client or server files modifications then you will need to know ASM and C or C++ mainly.

First understand what does the files really do and understand how everything works starting from the Database tables. Look at some SQL Queries around the forums here they may let you understand how tables are related to each other and so.

At least that's how it worked for me,
04/22/2017 19:08 sil3ntsh0t#3
Quote:
Originally Posted by Mivo View Post
To START a server then you don't need to know any programming language as all the tools used for this is already available for public you just need to follow some simple guides and if you are fast enough then you can have your server running in 20 minutes.

BUT, if you want to develop a good server and build some new features around it then you will need to know SQL and how the the vSRO database really work . If you are going for client or server files modifications then you will need to know ASM and C or C++ mainly.

First understand what does the files really do and understand how everything works starting from the Database tables. Look at some SQL Queries around the forums here they may let you understand how tables are related to each other and so.

At least that's how it worked for me,
Thank you for answer, i learned mysql some time, it should be easy to learn sql, but i really need c++? At this moment i learn vb.net...it could help me?
04/22/2017 19:12 Balki97#4
Quote:
Originally Posted by sil3ntsh0t View Post
Thank you for answer, i learned mysql some time, it should be easy to learn sql, but i really need c++? At this moment i learn vb.net...it could help me?
Vb.net would help you make Programs which could help you manage your server (Packet Filters , MySQL Managers , bots , etc... ) There is no limits in this you could always do whatever you like , Everything got its advantages and disadvantages.
04/22/2017 19:16 sil3ntsh0t#5
Quote:
Originally Posted by Mivo View Post
To START a server then you don't need to know any programming language as all the tools used for this is already available for public you just need to follow some simple guides and if you are fast enough then you can have your server running in 20 minutes.

BUT, if you want to develop a good server and build some new features around it then you will need to know SQL and how the the vSRO database really work . If you are going for client or server files modifications then you will need to know ASM and C or C++ mainly.

First understand what does the files really do and understand how everything works starting from the Database tables. Look at some SQL Queries around the forums here they may let you understand how tables are related to each other and so.

At least that's how it worked for me,
Quote:
Originally Posted by Mivo View Post
Vb.net would help you make Programs which could help you manage your server (Packet Filters , MySQL Managers , bots , etc... ) There is no limits in this you could always do whatever you like , Everything got its advantages and disadvantages.
Thank you for help.