[Help Thread] Please post your questions here.

11/03/2017 20:05 ThunderNikk#6586
OK I can fix all of that.

I will take a look at it tonight when I get home.

I may have to edit ismokes original script for the multi-part identifier
11/03/2017 20:31 PetTrainer#6587
Quote:
Originally Posted by ThunderNikk View Post
OK I can fix all of that.

I will take a look at it tonight when I get home.

I may have to edit ismokes original script for the multi-part identifier

okay nice thx =)
11/04/2017 15:05 Shalindor#6588
Hi i am currently have a running local rappelz server 9.4, so far no problems at all.
I know how to set/reset taming rates for the older pets but not how to set taming rates for soul pets? No custom soul pet taming system here, server is based on official files from revo. I've searched for hours but could not find a solution only for the "older" custom soul taming (back in 8.2 pservers).

Question is:
How to set/reset soul pet taming rates in 9.4 based server?
SQL queries or lua scripting?
11/04/2017 17:39 Shalindor#6589
Ok, found the solution.
11/04/2017 19:42 PetTrainer#6590
Quote:
Originally Posted by ThunderNikk View Post
@[Only registered and activated users can see links. Click Here To Register...]

A bunch of stuff that keeps getting messed up because of the mention tags


become an error ...
11/04/2017 19:55 ThunderNikk#6591
Sorry @[Only registered and activated users can see links. Click Here To Register...]

I figured out the error and it is because all of the C# code variables keep getting messed up because of the forums mention tag feature.

I will post again with the default.aspx.cs as an attachment.
11/04/2017 21:05 The War Z#6592
rappelz damage settings db name?
11/04/2017 23:02 ThunderNikk#6593
@[Only registered and activated users can see links. Click Here To Register...]

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 date variable I put in will set a short date in the datePassword column that was not set for allowing nulls and I added a long date variable to enter the date and time into the creationDate_ column.

The IP_user variable I put in will get the IP address of the client machine so the field is not a repeat of 127.0.0.1 addresses.

Use the attached C# file it is tested and works as long as you make the requested database edits.

That is all try it out and it should work just fine for you. If there is enough demand and I get smoky's and Xijezu's permission I will do a packaged release that includes the 9.4 auth with design edits and the original ASPX register scripts with my changes.
11/05/2017 20:37 The War Z#6594
hey man, my problem help?
rappelz damage rate settings db name?
11/05/2017 20:51 ThunderNikk#6595
Damage rate is not controlled by one specific database.

It is a culmination of character stats, item stats, mob defense, buffs, debuffs, awakenings and a whole bunch of other things.

PVP damage rate can be controlled globally in the opt file...

S game.pvp_damage_rate_for_summon:.03
S game.pvp_damage_rate_for_player:.03
11/06/2017 18:52 YuhaBah#6596
Can someone share 9.4 RU client?
I didnt find it there =(
11/06/2017 22:01 ThunderNikk#6597
I can check at home but the one I have may be 9.5
11/07/2017 11:47 YuhaBah#6598
Quote:
Originally Posted by ThunderNikk View Post
I can check at home but the one I have may be 9.5
Great!
If someone has RU DB strings, pls share
Also, i can't dismantle anything in game, why? Is it disabled?
And when i try leart any skill for TP - GS is crash
have 9.4 revo sf.
11/07/2017 12:48 ThunderNikk#6599
I do have a Russian 9.4 client I just have to find some where to upload it.

You can extract the strings from the client when I get it uploaded and import them into the database.

Not sure about dismantling I have not tested it yet but I would think if it were disabled there would be more people saying something, maybe not. I will test later tonight.

I will also test the skill thing.

What client do you have and how are you launching it?
11/07/2017 13:57 YuhaBah#6600
Quote:
Originally Posted by ThunderNikk View Post
What client do you have and how are you launching it?
I have your 9_4 EU client and i launch it with .bat file