[Guide]How to Create 9.4 Server !

09/16/2018 21:35 mickastev#286
link server 9.4 down ?
i don't have download files ....
09/17/2018 11:38 thefear511#287
Quote:
Originally Posted by mickastev View Post
link server 9.4 down ?
i don't have download files ....
their domain has been facing a couple issues, probably a maintance. you can go and download the redemption repack "modified files" from [Only registered and activated users can see links. Click Here To Register...]
10/20/2018 08:10 xxfaisalxx#288
Quote:
Originally Posted by thefear511 View Post
their domain has been facing a couple issues, probably a maintance. you can go and download the redemption repack "modified files" from [Only registered and activated users can see links. Click Here To Register...]

Hello my friend , first i would thank you for making this Threat! God bless you.
Second , i have a question of how you are downloading and making the "Client" cuz in the video at last part of downloading the client i didn't understand it and how to do it, i don't want to play with the files so i doesnt go DMG.
thank you.

Quote:
Originally Posted by Dark Blaze View Post
What was the error? I can't see the picture try uploading it [Only registered and activated users can see links. Click Here To Register...]
Hello, is this right?

[Only registered and activated users can see links. Click Here To Register...]
10/20/2018 16:04 ThunderNikk#289
Yep your image looks like things are running fine. You probably just didnt start the upload server but you dont really need it to log into the game.

To answer your client question you can download clients from links in the collection thread put together by InkDevil here...

[Only registered and activated users can see links. Click Here To Register...]
10/20/2018 16:32 xxfaisalxx#290
Quote:
Originally Posted by ThunderNikk View Post
Yep your image looks like things are running fine. You probably just didnt start the upload server but you dont really need it to log into the game.

To answer your client question you can download clients from links in the collection thread put together by InkDevil here...

[Only registered and activated users can see links. Click Here To Register...]
Thank you mate, just one more thing
this ---> [Only registered and activated users can see links. Click Here To Register...]
how can i fix it please, i can't make an account.
10/20/2018 16:44 ThunderNikk#291
Follow my account creation instructions in the guide...

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

[Only registered and activated users can see links. Click Here To Register...]
10/21/2018 06:32 xxfaisalxx#292
Quote:
Originally Posted by thefear511 View Post
their domain has been facing a couple issues, probably a maintance. you can go and download the redemption repack "modified files" from [Only registered and activated users can see links. Click Here To Register...]
Hello, can i get help in how to make an account?
i used same as your PHP code in SQL just to try at first but now i want to make a new one and it doesn't seem to work ,,, i always get an error when i Execute!
any suggestion?

Quote:
Originally Posted by ThunderNikk View Post
Follow my account creation instructions in the guide...

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

[Only registered and activated users can see links. Click Here To Register...]
yes i've seen it the PHP code not working in SQL Studio!
10/21/2018 15:24 ThunderNikk#293
Whats not working?

What is the error.?

I have to say the character creation SQL script (not PHP) does work. It is something else that is not working.
10/21/2018 21:21 thefear511#294
i have seen many people facing issues therefore i have decided to make a newer video in this week where i will make a server from scratch to in-game.
10/22/2018 05:03 xxfaisalxx#295
Quote:
Originally Posted by ThunderNikk View Post
Whats not working?

What is the error.?

I have to say the character creation SQL script (not PHP) does work. It is something else that is not working.
I'm having this error when i'm making an account,

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

,also the code that you shared i used it in SQL and change everything to my account but still not working.

PS: the ID+Pas I'm using now its the same one from this threat owner, so i want to make a new one off my own.

-thnx!

Quote:
Originally Posted by ThunderNikk View Post
Do this part and I will post a SQL insert command in a minute...

We are going to redesign the account table in the database a little bit so you are going to need to make sure that you have design editing turned on because I didn't at first.

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

1. Open your MSSQL server management window and connect to your database.
2. Expand your database folder
3. Expand your auth database
4. Expand you tables folder
5. Right click on your dbo.Account table and select design from the right click context menu
6. Select the row for account_id in the design window
7. In the bottom design pane scroll down to where you see "Identity Specification"
8. Expand that by clicking on the arrow to the left of it
9. Where it says (Is Identity) on the right side of that if you select the area where it says no use the drop down arrow and change it to yes
10. The two fields below it should say Identity Increment 1 and Identity Seed 1

Then last of all in the top design window go to the first row that is empty and add age

age, Int, and check the box to allow nulls

It is in the script and as long as we are making the user enter it we might as well collect that data.

11. Click on the save icon in the tool bar to save the changes you have just made to the dbo.Account table.

the code
INSERT INTO [Auth].[dbo].[Account] ([account], [password], [email], [password2], [block], [IP_user], [last_login_server_idx], [Admin], [point], [datePassword], [pk_]) VALUES ('YourAccountNameHere', 'YourPasswordHere', 'YourEmailHere', 'YourPasswordHere', '0', '127.0.0.1', '1', '1', '0', '2017-10-20', '1');


use both passwords with MD5?
10/22/2018 13:00 ThunderNikk#296
You posted an image of the character table that is not the account table.

Second question yes both passwords with MD5
10/22/2018 16:13 thefear511#297
Quote:
Originally Posted by xxfaisalxx View Post
I'm having this error when i'm making an account,

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

,also the code that you shared i used it in SQL and change everything to my account but still not working.

PS: the ID+Pas I'm using now its the same one from this threat owner, so i want to make a new one off my own.

-thnx!


the code
INSERT INTO [Auth].[dbo].[Account] ([account], [password], [email], [password2], [block], [IP_user], [last_login_server_idx], [Admin], [point], [datePassword], [pk_]) VALUES ('YourAccountNameHere', 'YourPasswordHere', 'YourEmailHere', 'YourPasswordHere', '0', '127.0.0.1', '1', '1', '0', '2017-10-20', '1');


use both passwords with MD5?
md5 salt key 2011.
i will make completely new guide don't worry.
10/24/2018 15:40 thefear511#298
a video has been made and is currently rendering
@[Only registered and activated users can see links. Click Here To Register...] can i make new guide topic?
10/24/2018 19:41 Dark Blaze#299
Quote:
Originally Posted by thefear511 View Post
a video has been made and is currently rendering
@[Only registered and activated users can see links. Click Here To Register...] can i make new guide topic?
You can edit the original post and add the link to the video there.
10/24/2018 21:48 thefear511#300
Quote:
Originally Posted by Dark Blaze View Post
You can edit the original post and add the link to the video there.
thx for feedback.

video has been added.