I just created a new RO private server for testing, but my human characters aren't getting exp. On the other hand, my Doram is getting experience. I recompiled several times, but no avail. Did I overcheck something or did I break something?
//--------------------------------------------------------------
// rAthena Battle Configuration File
// Originally Translated by Peter Kieser <pfak@telus.net>
// Made in to plainer English by Ancyker
//--------------------------------------------------------------
// Note 1: Value is a config switch (on/off, yes/no or 1/0)
// Note 2: Value is in percents (100 means 100%)
// Note 3: The max level of classes is stored in the exp table.
// See files db/exp.txt and db/exp2.txt to change them.
//--------------------------------------------------------------
// Rate at which exp. is given. (Note 2)
base_exp_rate: 100
// Rate at which job exp. is given. (Note 2)
job_exp_rate: 100
// Turn this on to allow a player to level up more than once from a kill. (Note 1)
multi_level_up: no
// Setting this can cap the max experience one can get per kill specified as a
// % of the current exp bar. (Every 10 = 1.0%)
// For example, set it to 500 and no matter how much exp the mob gives,
// it can never give you above half of your current exp bar.
max_exp_gain_rate: 0
// Method of calculating earned experience when defeating a monster:
// 0 = uses damage given / total damage as damage ratio
// 1 = uses damage given / max_hp as damage ratio
// NOTE: Using type 1 disables the bonus where the first attacker gets
// his share of the exp doubled when multiple people attack the mob.
exp_calc_type: 0
// Experience increase per attacker. That is, every additional attacker to the
// monster makes it give this much more experience
// (eg: 5 people attack with 25 here, +(25*4)% -> +100% exp)
exp_bonus_attacker: 25
Question
Moonshadows
I just created a new RO private server for testing, but my human characters aren't getting exp. On the other hand, my Doram is getting experience. I recompiled several times, but no avail. Did I overcheck something or did I break something?
Client Version: 2015-11-04a
EXP TEST!
https://www.youtube.com/watch?v=EzLIBOZyy3I
EXP Configuration
Update: Fixed.
Edited by Moonshadows0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.