Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Last Chaos
You last visited: Today at 06:53

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

Advertisement



Change the xp rate for EP4

Discussion on Change the xp rate for EP4 within the Last Chaos forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2015
Posts: 2
Received Thanks: 0
Change the xp rate for EP4

Hello everyone

I try to change the rate of xp on EP4 and also to change the rate of xp in dungeon.

Could you help me please?

Thanks all
balcord is offline  
Old 03/29/2017, 13:26   #2

 
LikeToMove's Avatar
 
elite*gold: 10
Join Date: Aug 2011
Posts: 71
Received Thanks: 44
It's only a MySQL/MariaDB issue.
You have 2 ways:
1) increase the EXP given for every mob/quest
Code:
UPDATE t_npc SET a_exp = a_exp * 10;
Code:
UPDATE t_quest SET a_prize_data0 = a_prize_data0 * 10 WHERE a_prize_index0 = 0;

and create the same sql for a_prize_data1, a_prize_data2 etc..
2) reduce your t_exp table (in your data db)
Code:
UPDATE t_exp SET a_exp = a_exp / 10;

Quick solution. This will affect all the EXP related things
LikeToMove is offline  
Old 03/29/2017, 17:11   #3
 
elite*gold: 0
Join Date: Aug 2015
Posts: 2
Received Thanks: 0
Thank you I will try this
balcord is offline  
Old 04/04/2017, 08:54   #4
 
elite*gold: 0
Join Date: Jan 2017
Posts: 59
Received Thanks: 17
Quote:
Originally Posted by LikeToMove View Post
It's only a MySQL/MariaDB issue.
You have 2 ways:
1) increase the EXP given for every mob/quest
Code:
UPDATE t_npc SET a_exp = a_exp * 10;
Code:
UPDATE t_quest SET a_prize_data0 = a_prize_data0 * 10 WHERE a_prize_index0 = 0;

and create the same sql for a_prize_data1, a_prize_data2 etc..
2) reduce your t_exp table (in your data db)
Code:
UPDATE t_exp SET a_exp = a_exp / 10;

Quick solution. This will affect all the EXP related things
and for the drops ? i want to reset it, to set it as default, because i got a bug now with it, i drop nothing on mobs (for EP3)
NoopyyGaming is offline  
Old 04/21/2018, 17:30   #5
 
elite*gold: 0
Join Date: Apr 2018
Posts: 10
Received Thanks: 0
do you know how to change the rates for pets ? this is the only thing i cant find..
thrdevil is offline  
Old 04/21/2018, 18:01   #6

 
elite*gold: 913
Join Date: Aug 2015
Posts: 689
Received Thanks: 346
Quote:
Originally Posted by thrdevil View Post
do you know how to change the rates for pets ? this is the only thing i cant find..
For P1 or P2?
♯₳wesome™ is offline  
Old 04/21/2018, 18:03   #7
 
elite*gold: 0
Join Date: Apr 2018
Posts: 10
Received Thanks: 0
for the 2 if possible

I means P1 & P2
thrdevil is offline  
Old 04/01/2020, 16:50   #8
 
elite*gold: 0
Join Date: Apr 2018
Posts: 10
Received Thanks: 0
Some's have the answer ? To edit pet exp on ep4 server ?
thrdevil is offline  
Old 04/01/2020, 17:39   #9
 
elite*gold: 104
Join Date: Sep 2012
Posts: 1,362
Received Thanks: 557
Pet.cpp/apet.cpp if i‘m not wrong
Desarija is offline  
Old 04/01/2020, 22:17   #10
 
elite*gold: 0
Join Date: Apr 2018
Posts: 10
Received Thanks: 0
In gameserver ? Opened with a c++ program?
thrdevil is offline  
Old 04/02/2020, 12:36   #11

 
damona's Avatar
 
elite*gold: 199
Join Date: Dec 2010
Posts: 2,161
Received Thanks: 2,695
Quote:
Originally Posted by thrdevil View Post
In gameserver ? Opened with a c++ program?
mysql query: UPDATE t_npc SET a_exp = a_exp * 10;
damona is offline  
Thanks
1 User
Old 04/02/2020, 13:08   #12

 
LiQuiD's Avatar
 
elite*gold: 80
Join Date: Oct 2012
Posts: 538
Received Thanks: 756
Quote:
Originally Posted by damona View Post
mysql query: UPDATE t_npc SET a_exp = a_exp * 10;
pet exp
LiQuiD is offline  
Thanks
1 User
Old 04/02/2020, 13:13   #13

 
damona's Avatar
 
elite*gold: 199
Join Date: Dec 2010
Posts: 2,161
Received Thanks: 2,695
Quote:
Originally Posted by LiQuiD View Post
pet exp
Achja


GameServer
Pet.cpp around line 220
addexp = 10;

APet.cpp around line 760
add_exp = 10* add_exp;
damona is offline  
Thanks
1 User
Old 04/02/2020, 14:33   #14
 
elite*gold: 104
Join Date: Sep 2012
Posts: 1,362
Received Thanks: 557
Quote:
Originally Posted by thrdevil View Post
In gameserver ? Opened with a c++ program?
You need to use the source code and change it and then compile your own gameserver
Desarija is offline  
Old 04/02/2020, 15:44   #15
 
elite*gold: 0
Join Date: Apr 2018
Posts: 10
Received Thanks: 0
Quote:
Originally Posted by Desarija View Post
You need to use the source code and change it and then compile your own gameserver
How can i get source code? Is there a way to extract it from my gameserver file ?
thrdevil is offline  
Reply


Similar Threads Similar Threads
how change rate accesory or rate forge
11/15/2016 - Rohan - 3 Replies
hallo master Im newbie here ill ask. how to change rate acc / rate forge :confused: #sorry for my english :handsdown:
Change exp rate forge rate
09/14/2013 - Rohan - 9 Replies
how to change for this >> in server side or just client we should edit them..
How to change exp rate and drop rate.
08/08/2012 - Metin2 Private Server - 3 Replies
Just a fast question. How can i increase the exp rate and drop rate on my metin2 server? :)
[Question]How to change Exp rate and Drop rate?
01/30/2012 - Dragonica Private Server - 0 Replies
Sorry i has a problem to use GM-Tool, CMTOOL, GMAdminTool. and How to Setup GM-Tool, CMTOOL, GMAdminTool ? help please.



All times are GMT +2. The time now is 06:53.


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.