Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz
You last visited: Today at 20:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



exp rate for pets

Discussion on exp rate for pets within the Rappelz forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2009
Posts: 20
Received Thanks: 0
Question exp rate for pets

hi every one

this is my first topic

how i can change the exp rate for pets so thats the pets in the server can lvl fastly
xxmarktxx is offline  
Old 08/19/2011, 22:14   #2
 
elite*gold: 0
Join Date: Jul 2009
Posts: 426
Received Thanks: 37
Search button.
Limery is offline  
Old 08/19/2011, 22:43   #3
 
elite*gold: 0
Join Date: Feb 2006
Posts: 513
Received Thanks: 193
As far as its known, pet exp gain has a hard coded limit.
What I did was raise the exp % bonus of the skill "Creature Breeding" for breeder classes. I am not sure if this will work. I use it with a relatively low exp rate and it works just fine, but I didnt encounter that hardcoded limit yet, since I am not playing high rates.
Ranma014 is offline  
Old 08/19/2011, 23:43   #4
 
HeavenOnlyWishes's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 236
Received Thanks: 74
Now your just affecting a single class, since not all classes have creature breeding. Instead you should change the experience tables for pets in the database. For instance if you want pets to gain 20% exp instead of the normal 10% then take 20% of the current rates off of each. Etc. That is the simplest way to effectively change the rates at the moment.
HeavenOnlyWishes is offline  
Old 08/20/2011, 00:45   #5
 
elite*gold: 0
Join Date: Nov 2009
Posts: 538
Received Thanks: 28
Quote:
Originally Posted by HeavenOnlyWishes View Post
Now your just affecting a single class, since not all classes have creature breeding. Instead you should change the experience tables for pets in the database. For instance if you want pets to gain 20% exp instead of the normal 10% then take 20% of the current rates off of each. Etc. That is the simplest way to effectively change the rates at the moment.
Yes correct this was stated on arcadia to by speedy =)

and i gave a query which is here

Code:
UPDATE [Arcadia].[dbo].[SummonLevelResouce]
SET [normal_exp] = [normal_exp] / 2
GO

This will lower pet exp by 50%
ironhammer500 is offline  
Old 08/20/2011, 14:13   #6
 
elite*gold: 0
Join Date: May 2011
Posts: 49
Received Thanks: 9
Code:
UPDATE [Arcadia].[dbo].[SummonLevelResouce]
SET [normal_exp] = [normal_exp] * 2
GO
it will give +50% 0.0???
Crestyx is offline  
Old 08/20/2011, 22:07   #7
 
SilentBill's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 305
Received Thanks: 178
What?
No, it will take 2x as much exp to level.
SilentBill is offline  
Old 08/20/2011, 22:14   #8
 
elite*gold: 0
Join Date: Nov 2009
Posts: 538
Received Thanks: 28
Quote:
Originally Posted by Crestyx View Post
Code:
UPDATE [Arcadia].[dbo].[SummonLevelResouce]
SET [normal_exp] = [normal_exp] * 2
GO
it will give +50% 0.0???
Quote:
Originally Posted by SilentBill View Post
What?
No, it will take 2x as much exp to level.
he used a star which will multiply in a mssql query i used the forward slash which divdes the values

Code:
UPDATE [Arcadia].[dbo].[SummonLevelResouce]
SET [normal_exp] = [normal_exp] / 2
GO
THIS LOWERS IT TO HALF! plz read it properly.

Code:
UPDATE [Arcadia].[dbo].[SummonLevelResouce]
SET [normal_exp] = [normal_exp] * 1.5
GO
This will raise the amount needed to lv pets by 50%
ironhammer500 is offline  
Old 08/20/2011, 23:04   #9
 
HeavenOnlyWishes's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 236
Received Thanks: 74
Thank you Iron, I wasn't sure if you would post your query on here or not and I wasn't going to post it since you had already made one on the forums. It'd be like copying.

But yes please pay close attention to your signs. * Mulitplies, / Divides, + Adds, and - Subtracts.... You could even do some fun advanced equations like:
SET normal_exp = normal_exp*((normal_exp / 2) + (58-36^87))
and see what you get.... lol

In any case, this is the best method at the moment. And don't forget you can use decimals.
HeavenOnlyWishes is offline  
Old 08/20/2011, 23:46   #10
 
elite*gold: 0
Join Date: Nov 2009
Posts: 538
Received Thanks: 28
To be honest i dont mind if ppl use my querys aslong as it helps im happy, as well i use google to find most querys when i get stuck =)

Plus i havnt used this tho anyways ty for updating it ^^
ironhammer500 is offline  
Old 08/23/2011, 06:29   #11
 
elite*gold: 0
Join Date: Aug 2011
Posts: 43
Received Thanks: 25
i cant get any of these queries to work... perphaps they should be tested first.
StCloud is offline  
Old 08/23/2011, 07:25   #12
 
SilentBill's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 305
Received Thanks: 178
They have been. It's pretty **** basic SQL.
Honestly, if you can't get this query to work, you might want to leave the private servering to the big boys.
On that note, messing with the exp table will bork how the client displays experience for them. You'll see that you have negative experience which only gets more and more negative as you continue leveling. The pet will still level normally, and it will take less experience to level. And you can check out how much exp your pet has in the database, but I found it a little too annoying not to be able to check my progress in-game.
SilentBill is offline  
Old 08/23/2011, 12:07   #13
 
SilentBill's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 305
Received Thanks: 178
Quote:
Originally Posted by speedy-nl
for the -xp just set the max lv170 xp back when you alter the xp table
when pet hit max level the -xp will adjust itself then
To be honest I would have never thought of that. Makes a Korean Dev twisted sort of sense though. I'll give it a try.
Quote:
Originally Posted by speedy-nl
its peeps there own fault that a pet lag behind, playing with 500x xp or even more make your toon gaining ? levels in 1 kill but the pet gain only ?? (max) xp

but best solution just leave the xp table alone, dont get higher then 30x xp
use ac so pet get max xp and keep close to player lv

peeps demand just to much from pservers, you now more rooms. to low xp, drop sucks, ect, want it better just play on your own pserver and use the settings you want
I have to agree, I do play on my own lonely, lagless server, and I only ran into this when I was pushing the exp rates.
SilentBill is offline  
Old 08/25/2011, 22:53   #14
 
elite*gold: 0
Join Date: Aug 2011
Posts: 43
Received Thanks: 25
Quote:
Originally Posted by SilentBill View Post
They have been. It's pretty **** basic SQL.
Honestly, if you can't get this query to work, you might want to leave the private servering to the big boys.
On that note, messing with the exp table will bork how the client displays experience for them. You'll see that you have negative experience which only gets more and more negative as you continue leveling. The pet will still level normally, and it will take less experience to level. And you can check out how much exp your pet has in the database, but I found it a little too annoying not to be able to check my progress in-game.
I admit i am not a SQL Guru or a big boy like yourself.. but the reason i wasnt successful running the query its because the Statement was missing a letter

UPDATE [Arcadia].[dbo].[SummonLevelResouce]
SET [normal_exp] = [normal_exp] / 2
GO

I am pretty sure you will find what letter i am talking about..perhaps not since you assumed i was the error and not the Statement

[SummonLevelResource]

as i try , i noticed it takes half to level but pets will stop leveling fast after 60+ , 1. question , could you run the Statement twice and get results without errrors, like you run it once and the pet level faster, how about if you run it again??, i try and my pets will stop leveling and only get - exp point.
StCloud is offline  
Old 08/26/2011, 00:29   #15
 
elite*gold: 0
Join Date: Nov 2009
Posts: 538
Received Thanks: 28
UPDATE [Arcadia].[dbo].[SummonLevelResource]
SET [normal_exp] = [normal_exp] / 2
GO


thx cloud for pointing out my typo sorry =(
ironhammer500 is offline  
Reply


Similar Threads Similar Threads
[Demon pets Online] Newest database, God Maps, Customs, New Pets, Check us Out.
07/17/2010 - EO PServer Hosting - 15 Replies
http://i45.tinypic.com/2j26zio.png Server Rates: • Exp Rate: Mediun • Drop Gold: Medium • Drop 2700 card: Medium • Drop 270 card: Medium • Drop Bags: Medium
WTS Rare Pets and Basic Pets on Lydian
02/11/2010 - Rappelz Trading - 5 Replies
I am selling all my pets i have in game at the server of Lydian. full ob Angel and Kenta low lvl Naga low lvl Harpy , Hawk and Sala I am selling the Pets only for CASH ! I can show screenshots or i can show you the pets in Game too ! Dont accept trading or ppl who gave me offer and pm me back in more then 7 days again !
Exp rate,Penya rate, dropp rate
05/08/2009 - Flyff Private Server - 2 Replies
Hab ma ne farge wie änder ich auf meinem pserver die : Penya Rate , Exp Rate,Dropp rate ! Und bei anderen p servern haben die cs sachen bei den npc wie mach ich das? Und suche gute serverfiles! Hab mir son p-server gemacht im tut von mcdragon1 ! Aber da laufen keine mosnter rum das gibst es nix no items niiiiiiixx!
Wie Änder ich die Exp Rate von pets?
10/28/2008 - Flyff Private Server - 7 Replies
wie der titel schon sagt wollte ich fragen wie man die Exp Rate von Pets aendern kann weiss das jemand vielen dank im voraus
New Way to Dupe Pets / Call out Multiple Pets
04/21/2006 - General Gaming Discussion - 0 Replies
*TESTCENTER*do this before the blue frog disappears and stops giving out mounts/vehicles. 1. go to to the blue frog, go to vehicles/mounts. 2. pick ur mount, it will come out 3. wait till it disappears 4. once it disappears call it out, and mount it



All times are GMT +1. The time now is 20:39.


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.