Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 04:23

  • 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/22/2015, 16:37   #4681
 
elite*gold: 0
Join Date: May 2015
Posts: 54
Received Thanks: 6
Quote:
Originally Posted by thndr View Post
Learn to fish.

1) select * from arcadia.dbo.ItemResource where icon_file_name like '%retraining%'

920013

2) select * from arcadia.dbo.ItemResource where icon_file_name like '%growth%'

900014
900015
900016
900017
900018

3) Hidden village buffs, Master class buffs, GM buffs. Make your hidden village buffer buff all three and you are set. Strange you would ask a "How to play the game" question though.
Thanks - and yes I'm trying to learn - so that was awefully helpfull.
In regard to the buffs - yes i could make "event buffs" but those don't apply to the pet sadly - My question was more to the point: on alot of private servers there are "buff pets" you can summon that buff you - I was looking for something like that. since my search did not really gave me the answers i was looking for (like: install this pet into the database and how) oor (more likly) i was searching for the wrong terms - so i did not find the how to threat that explains it

thank you though for your fishing tipps
smoegsmoeg is offline  
Old 05/22/2015, 17:30   #4682
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
Master class buffs and GM buffs both buff the pets.

Here is some of the scripts I have on my HV buffer "NPC_Buff.lua"...


There is a charge function on the master class buffs you can change if you want.

There is also a permission check on the server buffs or GM buffs that buff the entire server you need to be a GM in order to order the buffs you can change that if you want also.

With everything in there it makes you and your pets pretty unstoppable.
ThunderNikk is offline  
Thanks
1 User
Old 05/22/2015, 17:43   #4683
 
elite*gold: 0
Join Date: Jul 2012
Posts: 42
Received Thanks: 2
Is there an unique key or hash key for each field of the file in "Step Two" its User Password or something other? Thank you for previous answer =)
beecloven is offline  
Old 05/22/2015, 17:59   #4684
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
It is just for generating completely random passwords.

You will create a log in name for each database and a randomly generated password if you wish for the best security...

Example

Database: Auth
User: Apple Pie
Password: phnni4ZJoAKStdSghIARiK

Database: Arcadia
User: Nonyabuisness
Password: gIAZJ2KqhcDj0MNnw5oM5e

Database: Telecaster
User: Whateveryouwant
Password: KsQxtdcoSo03CXuO6n6J6M
ThunderNikk is offline  
Old 05/23/2015, 11:01   #4685
 
elite*gold: 0
Join Date: Jul 2012
Posts: 42
Received Thanks: 2
When i starting auth and game server then try to log in i get the message in console "[ODBC SQL Server Driver][SQL Server]Changed database context to 'auth' and invalid object name 'account'". The password "admin" has been hashed to md5 key like "2011admin" and it's "613b5247e3398350918cb622a3ec19e9". The table in auth SQL database called "dbo.Accounts". What's wrong with that? And can i use old auth version? Thanks in advance.
There is my configs.
auth.opt
common.opt
gameserver.opt
beecloven is offline  
Old 05/23/2015, 11:20   #4686
 
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 0
Hello everyone, if you can, give guide how to make launcher with autoreload to 9.1. thanks in advance
sergeu1988 is offline  
Old 05/23/2015, 16:57   #4687
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,458
Quote:
Originally Posted by beecloven View Post
When i starting auth and game server then try to log in i get the message in console "[ODBC SQL Server Driver][SQL Server]Changed database context to 'auth' and invalid object name 'account'". The password "admin" has been hashed to md5 key like "2011admin" and it's "613b5247e3398350918cb622a3ec19e9". The table in auth SQL database called "dbo.Accounts". What's wrong with that? And can i use old auth version? Thanks in advance.
There is my configs.
auth.opt
common.opt
gameserver.opt
Obvious error is obvious mate. 'Invalid object[table] dbo.Account' means your dbo.Auth doesn't contain a table or object by the name of dbo.Account. E.g. yours is likely auth.dbo.Accounts.

Take a good hard look at the documentation provided by glandu in the release thread of the Auth emulator.
ismokedrow is offline  
Old 05/23/2015, 17:06   #4688
 
elite*gold: 0
Join Date: Jul 2012
Posts: 42
Received Thanks: 2
Quote:
Originally Posted by ismokedrow View Post
Obvious error is obvious mate. 'Invalid object[table] dbo.Account' means your dbo.Auth doesn't contain a table or object by the name of dbo.Account. E.g. yours is likely auth.dbo.Accounts.

Take a good hard look at the documentation provided by glandu in the release thread of the Auth emulator.
Thanks for answer but i did everything by the guide xD. May be need something else to complete guide.
beecloven is offline  
Old 05/23/2015, 18:35   #4689
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
He said read the auth emulator thread carefully.

It explains what to do if your Auth account table is named differently.

dbo.account

or

dbo.accounts

He said nothing about reading the guide more carefully.
ThunderNikk is offline  
Old 05/23/2015, 18:54   #4690
 
elite*gold: 0
Join Date: Jul 2012
Posts: 42
Received Thanks: 2
Quote:
Originally Posted by thndr View Post
He said read the auth emulator thread carefully.

It explains what to do if your Auth account table is named differently.

dbo.account

or

dbo.accounts

He said nothing about reading the guide more carefully.
I mean add some links for Auth emulator to complete the guide.
beecloven is offline  
Old 05/23/2015, 19:29   #4691
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,458
Like the link below?

ismokedrow is offline  
Old 05/23/2015, 19:35   #4692
 
elite*gold: 0
Join Date: Jul 2012
Posts: 42
Received Thanks: 2
Quote:
Originally Posted by ismokedrow View Post
Like the link below?

There is old version.
beecloven is offline  
Old 05/23/2015, 20:17   #4693
 
elite*gold: 0
Join Date: Feb 2015
Posts: 100
Received Thanks: 3
Hello guys
Help files Revolution
Ostata not add any files when Shi save anything Balskl of the RBD RAPPELZ Glandu2
Show me problems in Alarcadia
I can not to run the server I hope to help

And also I need to Terra wings what he wants to help

Thank you for all

sorry for bad english
king1king is offline  
Old 05/23/2015, 21:04   #4694
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
Quote:
Originally Posted by beecloven View Post
There is old version.
The most recent version is on page one of the forums...



Are you for real?

To hell with the search feature you need to learn to use your mouse scroll wheel.

EDIT: I was mistaken only the older version linked in the guide has the proper instructions on how to run the account queries.

Here for your laziness...

#If the table name is "account":
sql.db_account.query:SELECT * FROM account WHERE account = ? AND password = ?;
sql.db_updatelastserveridx.query:UPDATE account SET last_login_server_idx = ? WHERE account_id = ?;

#If the table name is "accounts" (just change the sql query):
#sql.db_account.query:SELECT * FROM accounts WHERE account = ? AND password = ?;
#sql.db_updatelastserveridx.query:UPDATE accounts SET last_login_server_idx = ? WHERE account_id = ?;
ThunderNikk is offline  
Old 05/23/2015, 21:23   #4695
 
elite*gold: 0
Join Date: Jul 2012
Posts: 42
Received Thanks: 2
Quote:
Originally Posted by thndr View Post
The most recent version is on page one of the forums...



Are you for real?

To hell with the search feature you need to learn to use your mouse scroll wheel.

EDIT: I was mistaken only the older version linked in the guide has the proper instructions on how to run the account queries.

Here for your laziness...

#If the table name is "account":
sql.db_account.query:SELECT * FROM account WHERE account = ? AND password = ?;
sql.db_updatelastserveridx.query:UPDATE account SET last_login_server_idx = ? WHERE account_id = ?;

#If the table name is "accounts" (just change the sql query):
#sql.db_account.query:SELECT * FROM accounts WHERE account = ? AND password = ?;
#sql.db_updatelastserveridx.query:UPDATE accounts SET last_login_server_idx = ? WHERE account_id = ?;
I just can't understand why you didn't answer if you knew it. It looks like a bit stranger than you said about my laziness.
beecloven 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 04:23.


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.