01-19-2012, 07:14 AM
oh... im sorry for this. Ill do something with this sh*t
|
[Release] Rates Changer
|
|
01-19-2012, 07:14 AM
oh... im sorry for this. Ill do something with this sh*t
01-19-2012, 08:00 AM
Ok this file is without any viruses :3
01-19-2012, 02:45 PM
I not got virus with ur tool for rates ;D
01-21-2012, 10:13 AM
how to set the values ??to change the rates? EXP GOLD DROP SP?
01-23-2012, 09:28 PM
how to set the values ??to change the rates? EXP GOLD DROP SP? Eeer, open the tool? ._.
01-31-2012, 09:57 PM
Suggestion: For drop and gold rates there is already a table(t_drop_prob); for EXP/SP, create a Table int the new project_data The TOOL will check if table exists, if table will not exists will run this sql: CREATE TABLE IF NOT EXISTS t_rates( a_index int(11) NOT NULL , a_exp bigint(20), a_sp int(11), a_exp_rate int(11) DEFAULT 1, a_sp_rate int(11) DEFAULT 1 ); INSERT INTO t_rates(a_index, a_exp, a_sp) SELECT a_index, a_exp, a_skill_point from t_npc; Changing rates: The tool will read the exp/sp from t_rates(a_exp, a_sp) and will multiply with a multiplier(rate), and will save the result to t_npc(a_exp,a_skill_point), and the multiplier to t_rates(a_exp_rate,a_sp_rate). This way changing rates will be much safer.
01-31-2012, 10:17 PM
But is it the faults of the tool that my rates change alone, or its me ?
02-14-2012, 10:44 PM
Suggestion:For drop and gold rates there is already a table(t_drop_prob); for EXP/SP, create a Table int the new project_data The TOOL will check if table exists, if table will not exists will run this sql: CREATE TABLE IF NOT EXISTS t_rates( a_index int(11) NOT NULL , a_exp bigint(20), a_sp int(11), a_exp_rate int(11) DEFAULT 1, a_sp_rate int(11) DEFAULT 1 ); INSERT INTO t_rates(a_index, a_exp, a_sp) SELECT a_index, a_exp, a_skill_point from t_npc; Changing rates: The tool will read the exp/sp from t_rates(a_exp, a_sp) and will multiply with a multiplier(rate), and will save the result to t_npc(a_exp,a_skill_point), and the multiplier to t_rates(a_exp_rate,a_sp_rate). This way changing rates will be much safer. Im kinda confused after reading this, so how would be the way to edit rates sucesfully for example to 1 (like an official server)? For exp and sp
03-03-2012, 07:09 PM
It keeps saying "Out of Range value for column a_exp at row (110)" Pls help me.. |
|
« Next Oldest | Next Newest »
|