[GUIDE]Changing Rates

Moderator
Staff member
Moderator
Joined
Feb 22, 2008
Messages
2,404
Reaction score
724
Open map_constant.ini inside the Patch\config folder.

The way variables is declared can be different, and its not like:
var1=type, as we are usued to do.

they are like:

var1=variable_type value

EXP CONFIG:

so, our FranExp is type 9 with value 3(int type)

As I could understand, the values are in %. so this 3 should mean 3% of exp rate.

FranExp = 9 3
Just changing the value 3 should change your exp rate. Sorry for not having a more constant information, but I'm doing all I can to understand how things works here.

MONSTER HUNTING:

MonsterKill_SystemEnable = 1 1 (enables killing mob?)
MonsterKill_ResetCount = 2 1000
MonsterKill_PerMsg = 3 1
MonsterKill_CanMinDiffLevel = 4 -15 (min diff level to attack mob?)
MonsterKill_CanMaxDiffLevel = 5 15(max diff level to attack mob?)
MonsterExp_CanMinDiffLevel = 6 -15(min diff level to gain exp on mob?)
MonsterExp_CanMaxDiffLevel = 7 15(max diff level to gain exp on mob?)

as I said, you must change only the SECOND value to make changes.

PS: float values are defined with a . and not with a ,
3.15 is a float
3,15 is not a float
 
Last edited:
Newbie Spellweaver
Joined
Jun 18, 2011
Messages
49
Reaction score
4
experience is not set
Configure this server x100
experience in databases at the mobs so x1 should be somewhere in the settings of the multiplier 100
somebody knows where is it?
 
Newbie Spellweaver
Joined
Jun 18, 2011
Messages
49
Reaction score
4
I don `t translate english google)
Found information on the exp rate
 
Newbie Spellweaver
Joined
May 1, 2008
Messages
55
Reaction score
1
i wish the changing rarity would work.. i found it under userwebiteminfo table, cant change it, it would just change back when i log back in. T.T
does anyone know any chinese site that have dragonica private server forum. i can read chinese, and i will post more if i find any useful information
 
Newbie Spellweaver
Joined
May 1, 2008
Messages
55
Reaction score
1
really? i played a private server that is up to date with the official server, they used the latest client.
 
Newbie Spellweaver
Joined
Dec 29, 2012
Messages
32
Reaction score
0
To change the rate go in your database. DR2_user ===> table ===> TB_Event

Eventtype :
1 = exp
2 = gold
3 = drop

intData01 = the rate. exemple: if you want 20 % it's ( 20* 100 = 2000 )


To insert a new rate

DR2_user ===> Programbility ===>Stored proc ===>up_wingm_Event_Insert


 
Last edited:
Newbie Spellweaver
Joined
Jun 21, 2018
Messages
15
Reaction score
1

Somehow the gold and exp worked for me, but the drop rate does not work. Killing monster does not drop any item (normal drop rate). and it is very hard to get weapon enchantment dust etc, any ideas?