Register for your free account! | Forgot your password?

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

  • 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 07/02/2013, 21:19   #2056
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Maybe since there seems to be a difference in your .lua than other people who have used the fix mentioned above.

Instead of setting the cash shop usable to 0 you should try the other linked fix...



Or edit your etc lua so it has no other option than to return premium true in the is_premium function
ThunderNikk is offline  
Old 07/03/2013, 06:22   #2057
 
Spacer19's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 46
Received Thanks: 11
Quote:
Originally Posted by Spacer19 View Post
Hello,

I have a problem with StringResource.

There are 6 dbo.StringResource (_FR_US_KR ....) When I change the StringResource is that I converted to GDI and I put in the Customer, when I launch the game every other NPC are bug (weird name) (eg ?????? emptingStrin).

So my question is, how to change the name of an NPC without having to translate all the others?

Thank you for your help, lament my bad english
You have no idea where does the problem? Please
Spacer19 is offline  
Thanks
1 User
Old 07/03/2013, 09:45   #2058
 
elite*gold: 0
Join Date: Apr 2010
Posts: 389
Received Thanks: 294
Quote:
Originally Posted by Spacer19 View Post
You have no idea where does the problem? Please
Could you please explain better ?
I think I can help .
Strange2010 is offline  
Old 07/03/2013, 11:56   #2059
 
Spacer19's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 46
Received Thanks: 11
Quote:
Originally Posted by Strange2010 View Post
Could you please explain better ?
I think I can help .
Hello,

Ok, so in my Arcadia I dbo.StringResource 6 (StringResource_FR / StringResource_US, and others)

What I want is to change the name of an NPC, so I change my dbo.StringResource_FR because I'm FR, then I converted my dbo.StringResource in Resource for my Client.

But when I run the Rappelz Client, when I log in, the change of name is properly applied, but all other NPC and even options are EmptingString.

If necessary I can show you by Skype, or Screen.

I hope I can make myself understood with this **** Google: D

Sincerely,
Spacer19 is offline  
Thanks
1 User
Old 07/03/2013, 16:08   #2060
 
elite*gold: 0
Join Date: Apr 2010
Posts: 389
Received Thanks: 294
Quote:
Originally Posted by Spacer19 View Post
Hello,

Ok, so in my Arcadia I dbo.StringResource 6 (StringResource_FR / StringResource_US, and others)

What I want is to change the name of an NPC, so I change my dbo.StringResource_FR because I'm FR, then I converted my dbo.StringResource in Resource for my Client.

But when I run the Rappelz Client, when I log in, the change of name is properly applied, but all other NPC and even options are EmptingString.

If necessary I can show you by Skype, or Screen.

I hope I can make myself understood with this **** Google: D

Sincerely,
You changed the dbo.StringResource_FR and you converted dbo.StringResource ? You should convert the one with the changes + I think the GameServer uses the dbo.StringResource Only , you should rename that Stringresource_FR to StringResource

But because of the NPC names problem I prefer you should do like this :
Extract db_string.rdb from FR official client .
Open your Arcadia and delete the contents of dbo.StringResource .
Use any rdb reader and insert the rdb you extracted to your Arcadia .
Change that NPC name in Arcadia.dbo.StringResource .
Convert your dbo.StringResource to db_string.rdb .
Hash and put it into client resource .
Strange2010 is offline  
Thanks
1 User
Old 07/03/2013, 16:34   #2061
 
Spacer19's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 46
Received Thanks: 11
Thank you very much I'll try it on.
And sorry for the bad English.

One last request, I searched the forum, a RDB to SQL tools but without success, or someone would have a functional tool?

Thank you in advance.
Spacer19 is offline  
Thanks
1 User
Old 07/04/2013, 10:00   #2062
 
elite*gold: 0
Join Date: Apr 2010
Posts: 389
Received Thanks: 294
Guys , anyone knows why does the character with GM permissions announce in orange ?
I mean which command exactly does that ?
Strange2010 is offline  
Old 07/04/2013, 12:40   #2063
 
elite*gold: 0
Join Date: Nov 2012
Posts: 29
Received Thanks: 1
Quote:
Originally Posted by Strange2010 View Post
Guys , anyone knows why does the character with GM permissions announce in orange ?
I mean which command exactly does that ?
do you search for:

/run notice("Here is my text")
asthos is offline  
Old 07/04/2013, 15:44   #2064
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Quote:
Originally Posted by Spacer19 View Post
Thank you very much I'll try it on.
And sorry for the bad English.

One last request, I searched the forum, a RDB to SQL tools but without success, or someone would have a functional tool?

Thank you in advance.


There are a couple of them in that sticky thread that can transfer RDB to SQL quite well.

Raskim's database manager

The advanced client dumper by xXExiledXx also has import to database functions.
ThunderNikk is offline  
Thanks
1 User
Old 07/04/2013, 16:24   #2065
 
elite*gold: 0
Join Date: Jul 2011
Posts: 16
Received Thanks: 0
Hello Everyone!

Who is not difficult you can link to download

1) NPC 8.1 consumables
2) How to Clean New Year
Three) program which dobvolyaet NPC

Many thanks in advance your Aleksejj
Aleksejj is offline  
Old 07/04/2013, 17:01   #2066
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
1) Not sure what your asking here?

2)a)

Code:
Update Arcadia.dbo.FieldPropResource
set local_flag = -1
where file_name like '%common_event_rangifer%'
2)b)

Code:
Update Arcadia.dbo.NPCResource
set local_flag = -1
where contact_script like '%NPC_event_2012_Xmas%'
3) Not sure what you are asking here?
ThunderNikk is offline  
Thanks
1 User
Old 07/04/2013, 17:14   #2067
 
elite*gold: 0
Join Date: Jul 2011
Posts: 16
Received Thanks: 0
Quote:
Originally Posted by thndr View Post
1) Not sure what your asking here?

2)a)

Code:
Update Arcadia.dbo.FieldPropResource
set local_flag = -1
where file_name like '%common_event_rangifer%'
2)b)

Code:
Update Arcadia.dbo.NPCResource
set local_flag = -1
where contact_script like '%NPC_event_2012_Xmas%'
3) Not sure what you are asking here?








And there is an Archive of a Request ? but I ain't got no 1 ops 8 epika
Aleksejj is offline  
Old 07/04/2013, 18:23   #2068
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Quote:
Originally Posted by Aleksejj View Post
And there is an Archive of a Request ? but I ain't got no 1 ops 8 epika
Please find a translator that is not named Google.

A person that perhaps knows both languages.
ThunderNikk is offline  
Old 07/04/2013, 20:42   #2069
 
elite*gold: 0
Join Date: Apr 2010
Posts: 389
Received Thanks: 294
Quote:
Originally Posted by thndr View Post
Please find a translator that is not named Google.

A person that perhaps knows both languages.
LOL , that was really terrible .
Strange2010 is offline  
Thanks
1 User
Old 07/05/2013, 01:03   #2070
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Quote:
Originally Posted by Strange2010 View Post
LOL , that was really terrible .
Well can you answer their questions, or did you understand...

Quote:
And there is an Archive of a Request ? but I ain't got no 1 ops 8 epika
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 17:11.


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.