Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 18:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Help Thread] Please post your questions here.

Discussion on [Help Thread] Please post your questions here. within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old 11/03/2017, 20:05   #6586
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
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
ThunderNikk is offline  
Old 11/03/2017, 20:31   #6587
 
elite*gold: 0
Join Date: Aug 2011
Posts: 166
Received Thanks: 29
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 =)
PetTrainer is offline  
Old 11/04/2017, 15:05   #6588
 
elite*gold: 0
Join Date: Jun 2009
Posts: 28
Received Thanks: 8
Soul pet taming rates

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?
Shalindor is offline  
Old 11/04/2017, 17:39   #6589
 
elite*gold: 0
Join Date: Jun 2009
Posts: 28
Received Thanks: 8
Soul pet taming rates

Ok, found the solution.
Shalindor is offline  
Old 11/04/2017, 19:42   #6590
 
elite*gold: 0
Join Date: Aug 2011
Posts: 166
Received Thanks: 29
Quote:
Originally Posted by ThunderNikk View Post
@

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


become an error ...
PetTrainer is offline  
Old 11/04/2017, 19:55   #6591
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Sorry @

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.
ThunderNikk is offline  
Old 11/04/2017, 21:05   #6592
 
elite*gold: 0
Join Date: May 2013
Posts: 119
Received Thanks: 4
rappelz damage settings db name?
The War Z is offline  
Old 11/04/2017, 23:02   #6593
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
@

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.



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.
Attached Files
File Type: zip Default_aspx_cs.zip (1.7 KB, 10 views)
ThunderNikk is offline  
Thanks
1 User
Old 11/05/2017, 20:37   #6594
 
elite*gold: 0
Join Date: May 2013
Posts: 119
Received Thanks: 4
hey man, my problem help?
rappelz damage rate settings db name?
The War Z is offline  
Old 11/05/2017, 20:51   #6595
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
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
ThunderNikk is offline  
Old 11/06/2017, 18:52   #6596
 
elite*gold: 0
Join Date: Apr 2017
Posts: 109
Received Thanks: 9
Can someone share 9.4 RU client?
I didnt find it there =(
YuhaBah is offline  
Old 11/06/2017, 22:01   #6597
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
I can check at home but the one I have may be 9.5
ThunderNikk is offline  
Thanks
1 User
Old 11/07/2017, 11:47   #6598
 
elite*gold: 0
Join Date: Apr 2017
Posts: 109
Received Thanks: 9
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.
YuhaBah is offline  
Old 11/07/2017, 12:48   #6599
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
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?
ThunderNikk is offline  
Thanks
1 User
Old 11/07/2017, 13:57   #6600
 
elite*gold: 0
Join Date: Apr 2017
Posts: 109
Received Thanks: 9
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
YuhaBah is offline  
Reply

Tags
7.4, client, rappelz


Similar Threads Similar Threads
[Helping Topic] 24/7 Helping Services!
08/27/2008 - EO PServer Hosting - 31 Replies
stucked on anything while setuping your server? post your problem here and you will get answer as fast as possible better than spamming with posts :cool: first of all try reading Ahmedpotop's Pserver All thing guide. if your couldn't solve it out post your problem down here ""That includes PHP rankings pages / registrations pages / Status pages""



All times are GMT +2. The time now is 18:01.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.