What i need to learn?

10/05/2017 18:28 YuhaBah#1
Hello everybody!
Please, help me. I wanna to learn how to work with Rappelz db, files, scripts, etc. So from what i need to start? ( Not, from English, i know, its bad )
I want to know what exactly and in what sequence to study.
TY for answers! May the great Korean random bless you:)
10/05/2017 21:16 lloll123456789#2
first learn some programming langs most imp : Python and C just basics ...
10/05/2017 21:23 YuhaBah#3
Quote:
Originally Posted by lloll123456789 View Post
first learn some programming langs most imp : Python and C just basics ...
TY for answer, but what i need to learn then?
10/05/2017 22:13 ThunderNikk#4
Probably assuming that you do not know anything except how to start up and shut down your computer then I would say your first steps would be to follow the guide...

[Only registered and activated users can see links. Click Here To Register...]

and see if you can at least get a server up and running, with a client that closely resembles your server epic where you can at least log in and create a character.

Then before you make another topic about what your next step would be try to familiarize yourself a little bit with the forum structure.

Some very useful threads are sticky threads right at the top of the forums. Including our help thread...

[Only registered and activated users can see links. Click Here To Register...]

Which is where you can ask your follow up questions.
10/05/2017 22:37 YuhaBah#5
Quote:
Originally Posted by ThunderNikk View Post
Probably assuming that you do not know anything except how to start up and shut down your computer then I would say your first steps would be to follow the guide...

[Only registered and activated users can see links. Click Here To Register...]

and see if you can at least get a server up and running, with a client that closely resembles your server epic where you can at least log in and create a character.

Then before you make another topic about what your next step would be try to familiarize yourself a little bit with the forum structure.

Some very useful threads are sticky threads right at the top of the forums. Including our help thread...

[Only registered and activated users can see links. Click Here To Register...]

Which is where you can ask your follow up questions.
Hi there, TY for answer.
s naive to believe that I just can turn on / off the computer.
I already startup 7.2 server ( not with emu auth, but with princess. Idnkn how to start_service on emu) and i know how to add/remove some things. But i wanna learn more deeper to can dev smth cool =)
I asking not for server customize tools, but about basic/fundamental knowleges. So if you can write for me whitewashing list - please do this.
Im very interested of how its working, not in how i can reach 300 lvl and one hit any boss, its not my way.
10/06/2017 02:40 ThunderNikk#6
Quote:
Originally Posted by YuhaBah View Post
naive to believe that I just can turn on / off the computer.
I am sorry I was not trying to offend or be mean, i was merely pointing out that you really hadn't given us any back ground to go on with what you knew or did not know already or what you were planning to do. I only assumed you were completely new without you saying other wise.

You have 4 posts and 3 of them are in this thread.

Quote:
Originally Posted by YuhaBah View Post
not with emu auth, but with princess. Idnkn how to start_service on emu
The beauty of it is with the auth emulator you do not need to start any services or open the server public. The emulator does these things automatically without commands.

So maybe you can also provide a little more information about what actually do you find interesting in Rappelz development so people can maybe target a development side that you may find a little more interesting.

There is not a lot you can do with the actual game code since it really does not exist. There are the PDBs but there are really only a few things you can do hexing the game server itself.

So there are graphical things like editing the environment and maps.

There is game play type things like working with .lua and designing different trigger content.

Creating events drops working in the item database and drop tables.

Where really would you like to start and then maybe someone can better help you with where to look.
10/06/2017 14:11 YuhaBah#7
Yeah, my mistake =) I have middle knowlege of JS and know how webpages working on front/back - end side. Also i would like to "
There is game play type things like working with .lua and designing different trigger content.

Creating events drops working in the item database and drop tables.

Where really would you like to start and then maybe someone can better help you with where to look." and would to have good possibitily to tune game server on real not local server. I read many thread, but understood very little part of term u often use. I wanna to understand file system of game and how i can change it.