Register for your free account! | Forgot your password?

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

  • 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   #8161
 
elite*gold: 0
Join Date: Jan 2020
Posts: 4
Received Thanks: 1
please tell me, every time kill a mob the server freezes for 1 second. what is the problem?
Dayneli is offline  
Old   #8162
 
elite*gold: 0
Join Date: Apr 2021
Posts: 15
Received Thanks: 0
Quote:
Originally Posted by Archivian View Post
I'm working on a Solo Private server for me and my wife, and I have set up a log in account, Gotten the server files from "Ghost Informatics" guide to set up a 9.5.2 server. But I think I'm having issues with my CaptainHerlockServer. Would anyone be willing to add me on discord and try to help me out for a little bit?

I Can get up to the point where I log into the Client. I was having an issue where it said couldn't connect to the Log-in server, but fixed that. Now when I click login it just sits there and nothing happens.

Papa Old-*** Grand-Dragon#5604
Hello,
I have the same problem, do you have the solution ?
ScotchRV is offline  
Old   #8163
 
bertie2008's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 91
Received Thanks: 7
Release 9.7 Project7 Pets

Hey all, so I followed the instructions adding the wind pixie, ethereal pixie, crystal golem to my server, I ran the sql query, no problems there, I added the resource files supplied to my client resource folder, problem is the new pet cards are empty string, as are the skills, I tried hashing the new resource files windows and then ascii same problem both ways
bertie2008 is offline  
Old   #8164
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 251
Join Date: Dec 2012
Posts: 4,947
Received Thanks: 1,506
You could probably grab the latest string resource from retail and work with that.

Sounds like everything else is fine aside from the string values.
ThunderNikk is offline  
Old   #8165
 
elite*gold: 0
Join Date: Apr 2021
Posts: 15
Received Thanks: 0
Hello all,
In first thanks for this forum dans for the helper.
I have a problem to connect in my game.
When i start the game, i can connect my account.
But when i choice my server, the game was blocker.
The last one log i have: This Session is not verify version
On Auth Player[Scotch] force disconnect.

I have try the sframe () and change the game version to 20181211 and change local_flag to 4 but i can't connect on my server.
Do you have a idea ?
Good day to you

ps: i have open a topic for this : 4900509
ScotchRV is offline  
Old   #8166
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 251
Join Date: Dec 2012
Posts: 4,947
Received Thanks: 1,506
If you continue to get the invalid message you may need to add ignore client binary to your game server.opt like...

N:game.ignore_client_binary:1
ThunderNikk is offline  
Old   #8167
 
Sandro1029's Avatar
 
elite*gold: 0
Join Date: Dec 2016
Posts: 182
Received Thanks: 83
This is scroll drop dds file. Anyone have idea what's there? I mean the text. I can't speak korean but google translate (text recognition) can't say anything because of bad dds quality.

Sandro1029 is offline  
Old   #8168
 
elite*gold: 0
Join Date: Apr 2021
Posts: 15
Received Thanks: 0
Quote:
Originally Posted by ThunderNikk View Post
If you continue to get the invalid message you may need to add ignore client binary to your game server.opt like...

N:game.ignore_client_binary:1
Hello ThunderNikk,
Thanks for you response.
I have already put this option on my gameserver.opt and i have the same error
ScotchRV is offline  
Old   #8169
 
elite*gold: 0
Join Date: Feb 2021
Posts: 11
Received Thanks: 0
no matter where I go the /position gives me the same values:
x:164335
y:49510

also I can only move the char with keyboard, mouse.rightclick doesn't work

and, my char looks like this



fixed the first 2 problems with

FarrisB is offline  
Old   #8170
 
elite*gold: 0
Join Date: Feb 2021
Posts: 11
Received Thanks: 0
I get "you have been disconnected from the server when I log to character"



fixed by resetting the databases
FarrisB is offline  
Old   #8171
 
elite*gold: 0
Join Date: Mar 2018
Posts: 25
Received Thanks: 4
Quote:
Originally Posted by ThunderNikk View Post
If you continue to get the invalid message you may need to add ignore client binary to your game server.opt like...

N:game.ignore_client_binary:1
Hi ThunderNikk. I have been looking everywhere however I cant seem find a 'complete' list of settings that can be set in the gameserver.opt file. Is there a resource to see this somewhere?
key_strike is offline  
Old   #8172
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 251
Join Date: Dec 2012
Posts: 4,947
Received Thanks: 1,506
Quote:
Originally Posted by key_strike View Post
Hi ThunderNikk. I have been looking everywhere however I cant seem find a 'complete' list of settings that can be set in the gameserver.opt file. Is there a resource to see this somewhere?
Just the one of Ink Devils that was shared here a while ago...


People may know a lot more now as this list was created before the source was out.
ThunderNikk is offline  
Old   #8173
 
elite*gold: 0
Join Date: Mar 2018
Posts: 25
Received Thanks: 4
Thanks ThunderNikk - This list is exhaustive. love it. If I may add one more question. What does the N:/S./T:/F: represent before these settings? Not certain in which case to use which prefix.

Some are preceded with S while others with T:
S.game.huntaholic_timer:0
T:game.disable_dungeon_raid_siege:1

Are they simply arbitrary?
key_strike is offline  
Old   #8174
 
SilentWisdom's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 479
Received Thanks: 639
Quote:
Originally Posted by key_strike View Post
Thanks ThunderNikk - This list is exhaustive. love it. If I may add one more question. What does the N:/S./T:/F: represent before these settings? Not certain in which case to use which prefix.

Some are preceded with S while others with T:
S.game.huntaholic_timer:0
T:game.disable_dungeon_raid_siege:1

Are they simply arbitrary?
N = integer
F = float
S = string
T = toggle/boolean
SilentWisdom is offline  
Thanks
2 Users
Old   #8175
 
elite*gold: 0
Join Date: Mar 2018
Posts: 25
Received Thanks: 4
Quote:
Originally Posted by SilentWisdom View Post
N = integer
F = float
S = string
T = toggle/boolean
And there is the AHA moment! Thanks SilentWisdom. These are type declarations.
key_strike 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 17:18.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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