Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 14:33

  • 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 05/18/2018, 17:43   #7111
 
elite*gold: 0
Join Date: Feb 2015
Posts: 100
Received Thanks: 3
how i can convert item.sql to item.rdb ?
king1king is offline  
Old 05/18/2018, 18:13   #7112
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Quote:
Originally Posted by DrikXak View Post
Can I somehow improve the drop of things and cards? costs x20, but very little falls
Are you trying to say you edited the drop line in the gameserver.opt compressed it and it does not change?

Quote:
Originally Posted by king1king View Post
how i can convert item.sql to item.rdb ?
There is a tutorial on that...



Thanks to LamiaCore for the guide.
ThunderNikk is offline  
Old 05/18/2018, 18:57   #7113
 
elite*gold: 0
Join Date: Nov 2012
Posts: 25
Received Thanks: 1
Quote:
Originally Posted by ThunderNikk View Post
Are you trying to say you edited the drop line in the gameserver.opt compressed it and it does not change?



There is a tutorial on that...



Thanks to LamiaCore for the guide.
It has changed, but I want more armor and weapons to drop out than unnecessary trash
DrikXak is offline  
Old 05/18/2018, 19:28   #7114
 
elite*gold: 0
Join Date: Feb 2015
Posts: 100
Received Thanks: 3
i don't mean updates

i mean sql file in my pc how i can convert this file to rdb
king1king is offline  
Old 05/18/2018, 23:11   #7115
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Quote:
Originally Posted by DrikXak View Post
It has changed, but I want more armor and weapons to drop out than unnecessary trash
You would have to actually edit the percentages in the drop tables for that.

Quote:
Originally Posted by king1king View Post
i don't mean updates

i mean sql file in my pc how i can convert this file to rdb
If you mean you have an SQL file that is not in your database and you want to convert that file into an RDB then you would have to write a tool for that because it doesn't exist yet.

If you can import that SQL file into your database table then you can use the guide to write an RDB from the dbo.ItemResource and create the db_item.rdb and db_item.ref
ThunderNikk is offline  
Thanks
1 User
Old 05/19/2018, 05:34   #7116
 
elite*gold: 0
Join Date: Dec 2017
Posts: 188
Received Thanks: 24
please, @ could you do some work for Patch_Bin&Launcher Tools to support the TW or CN ,
thanks a lot.
12sky2Server is offline  
Old 05/20/2018, 02:35   #7117
 
thefear511's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 920
Received Thanks: 234
Quote:
Originally Posted by 12sky2Server View Post
please, @ could you do some work for Patch_Bin&Launcher Tools to support the TW or CN ,
thanks a lot.
you want the launcher to be CN or TW or the game?
thefear511 is offline  
Old 05/20/2018, 10:30   #7118
 
elite*gold: 0
Join Date: Dec 2017
Posts: 188
Received Thanks: 24
yes, i want to play rappelz with cn or tw client.
12sky2Server is offline  
Old 05/26/2018, 16:25   #7119
 
elite*gold: 0
Join Date: Feb 2015
Posts: 100
Received Thanks: 3
hi all
i need
item.rdb 9.4
item.ref 9.4

i don,t have 9.4 client to dump
king1king is offline  
Old 05/27/2018, 23:51   #7120
 
SilentWisdom's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 477
Received Thanks: 633
Quote:
Originally Posted by king1king View Post
hi all
i need
item.rdb 9.4
item.ref 9.4

i don,t have 9.4 client to dump
Download one? This isn't a 'full service' gas station mate.
SilentWisdom is offline  
Old 05/29/2018, 19:55   #7121
 
elite*gold: 0
Join Date: May 2018
Posts: 6
Received Thanks: 0
Hi i havent item ( NPC_Secroute_mage_contact1() ) what should i do, i use your instructions, but there still no NPC in HV .....
Rozan4ik7232314 is offline  
Old 05/29/2018, 22:26   #7122
 
elite*gold: 0
Join Date: Jan 2017
Posts: 1
Received Thanks: 0
Hello, I'm sorry for the stupid question and my english.

How to change the starting position when creating a character (training island) on the horizon?
When I change the coordinates in on_first_login.lua I throw it into the horizon, but there is nothing to see except the buildings, until I leave the game and I do not come in? I suspect so because it connects to the channel of the training island. Advise how to proceed?
mixa90901 is offline  
Old 05/29/2018, 23:52   #7123
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Quote:
Originally Posted by Rozan4ik7232314 View Post
Hi i havent item ( NPC_Secroute_mage_contact1() ) what should i do, i use your instructions, but there still no NPC in HV .....
You ran both the following commands in the following order?

use arcadia
update NPCResource set contact_script = 'NPC_Secroute_mage_contact()' where contact_script like 'NPC_Secroute_mage_contact1()'

Then run

use arcadia
update NPCResource set local_flag = 1 where contact_script like 'NPC_Secroute_mage_contact()'
update NPCResource set local_flag = -1 where contact_script like 'NPC_Secroute_mage_contact1()'
update NPCResource set local_flag = -1 where contact_script like 'NPC_Foreign_Secroute_mage_contact()'
ThunderNikk is offline  
Old 05/29/2018, 23:59   #7124
 
elite*gold: 0
Join Date: Nov 2016
Posts: 50
Received Thanks: 1
i need to know how to copy random option from item to another
using set_item_random_option & get_item_random_option
so far i managed to know how set_item_random_option works i still got problems with get coz it didn't show me any info
HiddenAfter is offline  
Old 05/30/2018, 07:56   #7125
 
AziaMafia's Avatar
 
elite*gold: 0
Join Date: Sep 2017
Posts: 15
Received Thanks: 38
Hi Mixa,

in our Firstlogin.lua found and replace this line code like this
Code:
	set_value( "x" , 152747)     --u can change position x-y
	set_value( "y" , 77097)       --u can change position x-y
	set_value( "layer", 0)   -- layer = 0  in horizon  ( in island 1-100)
hi HiddenAfter,

if u want learn get/set random option look lua file by lamia


AziaMafia 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 14:33.


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.