Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 15:37

  • 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/30/2018, 21:57   #7126
 
elite*gold: 0
Join Date: May 2018
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by ThunderNikk View Post
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()'
Yes i've done this.
after first query i have message ( string completed: 0 )
after second query i have message
(string completed: 1 )
(string completed: 0 )
(string completed: 3 )

Then i restart DB, and server, but there still no NPC in HV
its some kind of magic )))

Quote:
Originally Posted by ThunderNikk View Post
You would have to actually edit the percentages in the drop tables for that.



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
In yours game.opt string: N:game.cash_usable_server:1
if i use "1" there - after relog i have no skill bars, but have NPC in HV, if i use "0" its ok with skills, but there no NPC ))))
Rozan4ik7232314 is offline  
Old 05/31/2018, 00:28   #7127
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
Quote:
Originally Posted by Rozan4ik7232314 View Post
In yours game.opt string: N:game.cash_usable_server:1
if i use "1" there - after relog i have no skill bars, but have NPC in HV, if i use "0" its ok with skills, but there no NPC ))))
Did you restore the billing database?
ThunderNikk is offline  
Old 05/31/2018, 08:48   #7128
 
elite*gold: 0
Join Date: May 2018
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by ThunderNikk View Post
Did you restore the billing database?
Yes, i've done everything with following you

Quote:
Originally Posted by ThunderNikk View Post
Did you restore the billing database?
Solved! I had BILLING94 and i changed BILLING to BILLING94 in opt file, but there weren't NPCs, then i renamed BILLING94 to BLILLING and do the same in opt file, and now it works fine.... But have one problem, there is no dialog with Druid Kart ( NPC Buffer in HV )
Rozan4ik7232314 is offline  
Old 05/31/2018, 12:46   #7129
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
Well if you are using my Buff corrections you need to use my lua file I posted.

If you want original then restore your Arcadia database.

I will post my .lua file later tonight.
ThunderNikk is offline  
Old 05/31/2018, 13:46   #7130
 
elite*gold: 0
Join Date: May 2018
Posts: 6
Received Thanks: 0
@ThunderNikk, ty )) But i have one more question.... I cant give anyone HV pass
using game server an using commands in game.....
when i use ( #insert_item(910023, 1, 0, 0, 1, "Char") ) it always put HV pass in My inventory.... How can i put HV Pass to an other char or account?
Rozan4ik7232314 is offline  
Old 05/31/2018, 16:33   #7131
 
Dark Blaze's Avatar
 
elite*gold: 0
Join Date: Mar 2016
Posts: 292
Received Thanks: 89
Quote:
Originally Posted by Rozan4ik7232314 View Post
@ThunderNikk, ty )) But i have one more question.... I cant give anyone HV pass
using game server an using commands in game.....
when i use ( #insert_item(910023, 1, 0, 0, 1, "Char") ) it always put HV pass in My inventory.... How can i put HV Pass to an other char or account?
There is a stored procedure called "smp_insert_paid_item" which you can use to insert items into the item boxes of players, you need to pass 4 parameters: account ID, account name, item ID, item count.
Dark Blaze is offline  
Old 05/31/2018, 23:43   #7132
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
Modified Buff Lua...
Attached Files
File Type: zip NPC Buff Lua.zip (2.5 KB, 19 views)
ThunderNikk is offline  
Old 06/01/2018, 20:17   #7133
 
elite*gold: 0
Join Date: May 2018
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by Dark Blaze View Post
There is a stored procedure called "smp_insert_paid_item" which you can use to insert items into the item boxes of players, you need to pass 4 parameters: account ID, account name, item ID, item count.
I've searched all my SQL, but i didn't find this smp_insert_paid_item procedure or .dbo.

Can you put me on right way, where i need to look it?

Sorry for bad English...
Rozan4ik7232314 is offline  
Old 06/02/2018, 01:11   #7134
 
Dark Blaze's Avatar
 
elite*gold: 0
Join Date: Mar 2016
Posts: 292
Received Thanks: 89
Quote:
Originally Posted by Rozan4ik7232314 View Post
I've searched all my SQL, but i didn't find this smp_insert_paid_item procedure or .dbo.

Can you put me on right way, where i need to look it?

Sorry for bad English...
Expand Telecaster DB then expand "Programmability" and after that expand "Stored Procedures"
Dark Blaze is offline  
Old 06/02/2018, 02:33   #7135
 
elite*gold: 0
Join Date: Aug 2011
Posts: 166
Received Thanks: 29
Can anyone help me ....

i would like HEX the Gameserver ... how can i make max Rupees to 999.999.999.999 and other things ?
PetTrainer is offline  
Old 06/02/2018, 11:10   #7136
 
elite*gold: 0
Join Date: Oct 2010
Posts: 205
Received Thanks: 8
Quote:
Originally Posted by PetTrainer View Post
Can anyone help me ....

i would like HEX the Gameserver ... how can i make max Rupees to 999.999.999.999 and other things ?

and pets lvl for 300lv
khshe is offline  
Old 06/03/2018, 09:20   #7137
 
elite*gold: 0
Join Date: May 2018
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by Dark Blaze View Post
Expand Telecaster DB then expand "Programmability" and after that expand "Stored Procedures"
Hmmm.... So... What should i do with this procedure, to put an item in item-box to random char ?)
Rozan4ik7232314 is offline  
Old 06/03/2018, 17:59   #7138
 
Dark Blaze's Avatar
 
elite*gold: 0
Join Date: Mar 2016
Posts: 292
Received Thanks: 89
Quote:
Originally Posted by Rozan4ik7232314 View Post
Hmmm.... So... What should i do with this procedure, to put an item in item-box to random char ?)


You have to execute the stored procedure, you can use any programming language to call the stored procedure.

C# example:
Dark Blaze is offline  
Old 06/09/2018, 18:00   #7139
 
elite*gold: 0
Join Date: Jun 2011
Posts: 15
Received Thanks: 1
Checking if i did miss somrgong over here
Item.ref, item.rdb 9.4 how can I insert those to my database? As people say these two make the table of item resource so I’m lost of how to import them to db
blackcs1 is offline  
Old 06/10/2018, 16:32   #7140
 
elite*gold: 0
Join Date: Jan 2012
Posts: 410
Received Thanks: 33
just need to know

F:game.monster_regen_boss:5
F:game.monster_regen:5


what exacly is this for hp regen or what ?
just need to know is all its in the GS so needed to clearify what it realy dose is all
mlejnek2 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 15:37.


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.