Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 07:00

  • 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 03/06/2016, 22:41   #5581
 
elite*gold: 0
Join Date: Oct 2006
Posts: 34
Received Thanks: 3
Greetings again,
I have noticed that changing the durability controls in the Gameserver.opt and compressing does nothing to affect how rapidly the durability goes down.
Code:
F:game.base_ethereal_durability_consumption_on_damage:.30
F:game.base_ethereal_durability_consumption_on_skill_attack:.40
F:game.base_ethereal_durability_consumption_on_normal_attack:.10
I changed it from that to .000xx numbers and it does not seem to make it drop slower. Specifically the weapons in this case.
Is there some other command for the .opt file that will change that, or is this controlled elsewhere?

Another thing, would someone have and care to share a more or less complete list of things that can be added to the gameserver.opt file?
Appreciate the help.

-gotxp5
gotxp5 is offline  
Old 03/07/2016, 00:34   #5582
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
Maybe it is not supposed to be an F.

The game experience rate and other things like it are an S.

Not sure never tried to change mine.

I also dont have a complete gameserver.opt list.
ThunderNikk is offline  
Thanks
1 User
Old 03/07/2016, 22:36   #5583
 
elite*gold: 0
Join Date: Feb 2016
Posts: 25
Received Thanks: 4
Hey guys. Got just 1 question but to be sure < I've tried to do it on my own, spent last 2 days tryin to get it working but as u see - no succes :/

Would you like to give me some tips about creating new pet/new item? < Thats just 1 thing i have problem with ... :/

Greetings & Regards.
Saktum is offline  
Old 03/09/2016, 21:43   #5584
 
elite*gold: 0
Join Date: Oct 2006
Posts: 34
Received Thanks: 3
@ Thanks, changing the
F:game.base_ethereal_durability_consumption_on_dam age:.30
to
S:game.base_ethereal_durability_consumption_on_dam age:.30
does work as intended.

If anybody else has a more or less complete list for the GameServer.opt I would appreciate the help.
gotxp5 is offline  
Old 03/10/2016, 06:32   #5585
 
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
Quote:
Originally Posted by Saktum View Post
Hey guys. Got just 1 question but to be sure < I've tried to do it on my own, spent last 2 days tryin to get it working but as u see - no succes :/

Would you like to give me some tips about creating new pet/new item? < Thats just 1 thing i have problem with ... :/

Greetings & Regards.
which epic you use ?

i can help you ... add me on skype (rappelz.dev)

Quote:
Originally Posted by gotxp5 View Post
@ Thanks, changing the
F:game.base_ethereal_durability_consumption_on_dam age:.30
to
S:game.base_ethereal_durability_consumption_on_dam age:.30
does work as intended.

If anybody else has a more or less complete list for the GameServer.opt I would appreciate the help.
i used those commends before but the value was 0 and it's work

try this 0.30
Sherock is offline  
Old 03/11/2016, 19:18   #5586
 
elite*gold: 0
Join Date: May 2013
Posts: 14
Received Thanks: 0
I have a question. I am trying to look up traders in the dbo.NPCResource using their x coordinates. (I want to shut some down and make others into shops.) But i am doing something wrong. I tried looking for SQL Querry posts but only get Arcadia .lua querries.

Here is my querry: Select id from Arcadia.dbo.NPCResource where x like '%137682%'.
Kanaan is offline  
Old 03/12/2016, 00:00   #5587
 
elite*gold: 0
Join Date: Sep 2008
Posts: 120
Received Thanks: 98
Maybe use BETWEEN instead.
Code:
SELECT id FROM Arcadia.dbo.NPCResource WHERE (x BETWEEN <xmin> AND <xmax>) AND (y BETWEEN <ymin> AND <ymax>);
I did not check the right syntax!
Player95 is offline  
Thanks
1 User
Old 03/12/2016, 00:02   #5588
 
elite*gold: 0
Join Date: May 2013
Posts: 14
Received Thanks: 0
Quote:
Originally Posted by Player95 View Post
Maybe use BETWEEN instead.
Code:
SELECT id FROM Arcadia.dbo.NPCResource WHERE x BETWEEN <xmin> AND <xmax> AND y BETWEEN <ymin> AND <ymax>;
I did not check the right syntax!

Whoa thanks I would never have come up with that!
Kanaan is offline  
Old 03/13/2016, 18:22   #5589
 
elite*gold: 0
Join Date: Feb 2014
Posts: 20
Received Thanks: 0
всем здравствуйте может кто- нибудь по русски написать как сделать сервер 9.1? а то что то ни как не пойму
и ещё Hello I decided to follow the advice and put the bases on user sa and did not set the password and removed the password from the user in sql like all runs all runs but when I run the bat file says authorization error 18 what should I do please tell me or if there is who from Russia contact me who figured out how to do) thank you all for your attention
dervish7 is offline  
Old 03/13/2016, 23:13   #5590
 
elite*gold: 0
Join Date: Jan 2012
Posts: 410
Received Thanks: 33
Ok so i know for sure that the epic 9 gs party commands dont work in the e5 gs ive tryed so im asking is there a way to make party exp better in epic 5 GS and if so how i would liek it to be based on how many members are in party too if posable if not then just up party exp would be greatfull to promote partys

S game.party_exp_rate: 3 this dose not work in a e5 game server OPT so idk what the comand is for 5.2

Also is there a way to change the ground color of VI ? if so anyone willing to walk me through doing this so i may learn more tyvm
mlejnek2 is offline  
Old 03/14/2016, 19:07   #5591
 
elite*gold: 0
Join Date: Oct 2014
Posts: 13
Received Thanks: 3
if i want to send a command to game server via console(TelNet)

what is the full command to send

like i know i have to send
/send_to_GS #function() is that right?
GrimReaper307 is offline  
Old 03/14/2016, 19:37   #5592
 
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
Quote:
Originally Posted by GrimReaper307 View Post
if i want to send a command to game server via console(TelNet)

what is the full command to send

like i know i have to send
/send_to_GS #function() is that right?
as i understand you asking abut the formula for CaptainHerlockServer codes
if so this is true

for chat /run function()
for CaptainHerlockServer #function()
Sherock is offline  
Old 03/14/2016, 19:40   #5593
 
elite*gold: 0
Join Date: Oct 2014
Posts: 13
Received Thanks: 3
Quote:
Originally Posted by Sherock View Post
as i understand you asking abut the formula for CaptainHerlockServer codes
if so this is true

for chat /run function()
for CaptainHerlockServer #function()
i know the formula for directly to game server
i want to know the formula for sending command via TelNet(console)
GrimReaper307 is offline  
Old 03/17/2016, 12:37   #5594
 
.BlackCat.'s Avatar
 
elite*gold: 70
Join Date: Dec 2012
Posts: 278
Received Thanks: 156
It's being long time since I didn't touch Rappelz developement , could anyone remind me why Official CashShop don't need account details (ID & password) when you open it in-game ?
.BlackCat. is offline  
Old 03/17/2016, 14:02   #5595
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
Haven't you already passed credentials to the SQL server when you log in to the client?
ThunderNikk 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 07:00.


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.