[Guide]How to Create 9.4 Server !

11/14/2017 21:23 Dark Blaze#76
Quote:
Originally Posted by asthos View Post
AtFirst:
Thanks for the very fast help. I think here is a good community in work ;)

So now this works,
as a hint:
if you want to see which statement you post in the Server press "F1".
So i can see that i type the right commands.

but if i choose the Server, i get the following Error:
"Your ID or password is incorrect. Remember: passwords are case sensitive"
Which password is here incorrect? Because i used the same steps in the tutorial.

Edit:
The Post at:[Only registered and activated users can see links. Click Here To Register...]didn't help me

for one try i deactivated my firewall and the problem is still alive.

In the DB it is the following entry in the dbo.account:

1 Atif ecfade2836414c54b8289c496820fe10 atif@localhost mohcen213 0 127.0.0.1 1 1 0 2017-10-20 1 2017-10-20 18:56:17.000 2017-10-20 18:56:21.000 2017-10-20 18:56:30.000 2017-10-20 18:56:33.000 rappelz rappelz 0
Try creating an account using my tool I posted earlier.
11/14/2017 21:48 asthos#77
Quote:
Originally Posted by Dark Blaze View Post
Try creating an account using my tool I posted earlier.
Sorry, but creating an account by a new tool couldn't be the awnser.
Other users took also the guide and they haven't this problem :(
11/14/2017 22:52 Rappler007#78
Probably a stupid question, but has anyone else the bug that Hector spawns instead of a Bloodthirsty Slaughterer (not sure if translated correctly) and a Crystal Golem, a BS and a second hector? I basically allows infinite Hector farming (if you can tank him) - how to fix that? The ETC_run_monster_skill.lua (b8cc3ff6320d2159aa5fae32d4fe7fce.lua) is really short (not even 100 rows) and the trigger function just points to a monster_skill_cast function.
11/15/2017 01:02 ThunderNikk#79
Quote:
Originally Posted by asthos View Post
AtFirst:
Thanks for the very fast help. I think here is a good community in work ;)

So now this works,
as a hint:
if you want to see which statement you post in the Server press "F1".
So i can see that i type the right commands.

but if i choose the Server, i get the following Error:
"Your ID or password is incorrect. Remember: passwords are case sensitive"
Which password is here incorrect? Because i used the same steps in the tutorial.

Edit:
The Post at:[Only registered and activated users can see links. Click Here To Register...]didn't help me

for one try i deactivated my firewall and the problem is still alive.

In the DB it is the following entry in the dbo.account:

1 Atif ecfade2836414c54b8289c496820fe10 atif@localhost mohcen213 0 127.0.0.1 1 1 0 2017-10-20 1 2017-10-20 18:56:17.000 2017-10-20 18:56:21.000 2017-10-20 18:56:30.000 2017-10-20 18:56:33.000 rappelz rappelz 0
So the guide states this.

Quote:
PHP Code:
INSERT INTO [Auth].[dbo].[Account] ([account_id], [account], [password], [email], [password2], [block], [IP_user], [last_login_server_idx], [Admin], [point], [datePassword], [pk_], [creationDate_], [updateDate_], [creatorId_], [updatorId_], [portId_], [type_], [accessDate_]) VALUES ('3''Atif''ecfade2836414c54b8289c496820fe10''atif@localhost''mohcen213''0''127.0.0.1''1''1''0''2017-10-20''1''2017-10-20 18:56:17.000''2017-10-20 18:56:21.000''2017-10-20 18:56:30.000''2017-10-20 18:56:33.000''rappelz''rappelz''0'); 
change the username and pass plz.
So if you were following the guide you should have a different user and pass in your account table.

Yet your user is the same and the password is most certainly the same.

So do you know what the password in the guide had for salt? Because if your salt in your auth .opt does not match the salt that the password was made with even if you know what the password was supposed to be with the wrong salt it is completely different.

So I would start by 1. changing the user name.

2. Read your auth.opt and find out what your salt is

3. Go to the md5 site for md5 hashing passwords and put in what your salt is and what you want for a password like the following.

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

Jose finds out his salt is 2011

He wants a password that is "password"

He goes to miracle salad md5 generating site and enters "2011password" into the box

He presses the generate button and makes a password that is md5 hashed with his salt and copies that into his database password column.

He now hopes people understand better how to create md5 passwords for Rappelz accounts.
11/15/2017 04:18 ahmsam#80
i actually solved the problem by changing the ip on all the file including the launcher.. i had them at 127.0.0.1 but when i checked my local ip it was something different so please make sure you have the right ip in all files.
11/15/2017 04:25 ThunderNikk#81
127.0.0.1 is local host and as long as everything is on the same computer it will run local host.
11/15/2017 12:03 asthos#82
I tried to change the id's of the gameserver.opt from:

S:io.upload.ip:51.254.58.230
S:io.ip_address:103.249.70.106

to:

S:io.upload.ip:127.0.0.1
S:io.ip_address:127.0.0.1

and it works.
After i change the id i fond this hint here:

Quote:
Originally Posted by ahmsam View Post
i actually solved the problem by changing the ip on all the file including the launcher.. i had them at 127.0.0.1 but when i checked my local ip it was something different so please make sure you have the right ip in all files.
So at all the creation of a new user wasn't the problem (because i could select the server ...)

Thank you for the good cooperation and help, even if it was a little bit incomprehensible, we have nevertheless come to a goal.
All right, now I'm testing the 9.4 world;)

ok there is a too long loading screen ... :(
it seems Rappelz won't let me test myself
does anybody had the same symptoms?
11/15/2017 12:57 ThunderNikk#83
Test with the sframe that came with the release or the one that was released here yesterday to fix durability issues...

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

Thanks to Ghost
11/15/2017 20:08 asthos#84
OK Thanks 4 all hints and the very fast awnsers.

Now it works all fine.
Now i can test my server ;)

:handsdown:
11/30/2017 16:38 アルカード#85
@[Only registered and activated users can see links. Click Here To Register...] can we make this sticky thread?��
11/30/2017 16:51 thefear511#86
Quote:
Originally Posted by アルカード View Post
@[Only registered and activated users can see links. Click Here To Register...] can we make this sticky thread?��
would be nice since most related issues to creating servers has been answered here, instead of digging up the help thread ^^ and it also contains a demonstration video.
11/30/2017 17:47 ThunderNikk#87
Quote:
Originally Posted by アルカード View Post
@[Only registered and activated users can see links. Click Here To Register...] can we make this sticky thread?��
If there was a German translation in the OP I could, but I am not sure if it is necessary since the original guide with the German translation has links to both the 9.1 guide and this guide. It is also linked in LamiaCore's collection thread.
11/30/2017 18:10 アルカード#88
Quote:
Originally Posted by ThunderNikk View Post
If there was a German translation in the OP I could, but I am not sure if it is necessary since the original guide with the German translation has links to both the 9.1 guide and this guide. It is also linked in LamiaCore's collection thread.
Mayve lamia or somebody could traslate it to german since before my comment this thread was on 2nd page
11/30/2017 20:19 ThunderNikk#89
Most of the original guide is in spoilers so the link to the newer guides is not really that hard to find...

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

Yet even on the second page it is still linked in the sticky guides...so if they are not looking at those???...
11/30/2017 20:24 InkDevil#90
Quote:
Originally Posted by アルカード View Post
Mayve lamia or somebody could traslate it to german since before my comment this thread was on 2nd page
Hallo Elitepvpler,
heute möchte ich mein Wissen mit euch teilen und habe eine Anleitung vom Entfernen bisheriger SQL-Versionen bishin zum Betreten eures Servers erstellt.

Anforderungen:
  • ein funktionstüchtiges Hirn und zwei Augen
  • ein 64-bit Betriebssystem
  • Windows 7 oder neuer [die 2012er SQL-Express-Version ist auch ok]
  • 4 GB ram
  • 30 GB Festplattenspeicher
Schritt 1: Entfernen aller SQL-Dateien
"Gehe sicher, dass du auch alle Dateien sowie Ordner vom PC entfernst!"
Schritt 1.1: Löschen (Fortgeschritten - WICHTIG!!)
Schritt 2:Neue Installation von SQL
Schritt 3: SQL Konfiguration
Schritt 4: Datenbanken wiederherstellen
Schritt 5: Den Rappelz-Server starten
Schritt 6: Den Rappelz-Client starten/startfähig machen(auf Seiten des Clients, versteht sich)



Downloads:

.opt-Inhalte ( falls du's nicht runterladen möchtest)
gameserver.opt
authserver.opt
Script zum Erstellen eines Accounts (-- danke an @[Only registered and activated users can see links. Click Here To Register...]--)
Das Telecaster-Script umfasst zu viele Zeilen um es hier reinzuschreiben... einfach runterladen.



Video tutorial [added]


Das ist alles, hoffe ich.
Ich werde den Thread weiterhin updaten wenn es was neues gibt, und wünsche euch viel Glück!
@[Only registered and activated users can see links. Click Here To Register...]


Ich übernehme keine Verantwortung für den Inhalt dieses Guides! xD
//
I do not take responsibility for the content of this guide! xD