Настраиваем рейты и т.п.! Идём в ea/conf/battle файл client
Code
// Set here which client version do you accept. Add all values of clients:
// Clients older than accepted versions, and versions not set to 'accepted'
// here will be rejected when logging in
// 0x0001: Clients older than 2004-09-06aSakray (packet versions 5-9)
// 0x0002: 2004-09-06aSakexe (version 10)
// 0x0004: 2004-09-20aSakexe (version 11)
// 0x0008: 2004-10-05aSakexe (version 12)
// 0x0010: 2004-10-25aSakexe (version 13)
// 0x0020: 2004-11-29aSakexe (version 14)
// 0x0040: 2005-01-10bSakexe (version 15)
// 0x0080: 2005-05-09aSakexe (version 16)
// 0x0100: 2005-06-28aSakexe (version 17)
// 0x0200: 2005-07-18aSakexe (version 18)
// 0x0400: 2005-07-19bSakexe (version 19)
// 0x0800: 2006-03-27aSakexe (version 20)
// 0x1000: 2007-01-08aSakexe (version 21)
// 0x2000: 2007-02-12aSakexe (version 22)
// default value: 0xFFFF (all clients)
packet_ver_flag: 0xFFFF // версия клиента поддерживаемая сервером 0xFFFF - все версии
// Minimum delay between whisper/global/party/guild messages (in ms)
// Messages that break this threshold are silently omitted.
min_chat_delay: 0 // задержка на чат
// valid range of dye's and styles on the client // здесь думаю понятно
min_hair_style: 0
max_hair_style: 25
min_hair_color: 0
max_hair_color: 8
min_cloth_color: 0
max_cloth_color: 4
// When set to yes, the damage field in packets sent from woe maps will be set
// to -1, making it impossible for GMs, Bots and Hexed clients to know the
// actual damage caused by attacks. (Note 1)
hide_woe_damage: no // скрывать ли дамаг на ГВ
// "hair style" number that identifies pet. // Цвета пета
// NOTE: The client uses the "hair style" field in the mob packet to tell them apart from mobs.
// This value is always higher than the max hair-style available in said client.
// Known values to work (all 2005 clients):
// older sakexes: 20
// sakexe 0614: 24
// sakexe 0628 (and later): 100
pet_hair_style: 100
// Maximum allowed 'level' value that can be sent in unit packets.
// Use together with the aura_lv setting to tell when exactly to show the aura.
// NOTE: You also need to adjust the client if you want this to work.
// NOTE: Default is 99. Values above 127 will probably behave incorrectly.
// NOTE: If you don't know what this does, don't change it!!!
max_lv: 255 //максимальный левел
// Level required to display an aura.
// NOTE: This assumes that sending max_lv to the client will display the aura.
// NOTE: aura_lv must not be less than max_lv.
// Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149
// will be sent as being all level 98, and only characters with level
// 150 or more will be reported as having level 99 and show an aura.
aura_lv: 255 // Лвл при котором будет светиться аура
Далее идём в drops
Code
// Item drop rates (Note 2)
// The rate the common items are dropped (Items that are in the ETC tab, besides card) //Шанс выпадения лута 100=0.01%
item_rate_common: 1000
item_rate_common_boss: 1000
item_drop_common_min: 1
item_drop_common_max: 10000
// The rate healing items are dropped (items that restore HP or SP) // Шанс выпадения хил потов
item_rate_heal: 1000
item_rate_heal_boss: 1000
item_drop_heal_min: 1
item_drop_heal_max: 10000
// The rate at which usable items (in the item tab) other then healing items are dropped. // Шанс выпадения еды и т.п.
item_rate_use: 1000
item_rate_use_boss: 1000
item_drop_use_min: 1
item_drop_use_max: 10000
// The rate at which equipent is dropped. // Шанс выпадения шмота
item_rate_equip: 300
item_rate_equip_boss: 300
item_drop_equip_min: 1
item_drop_equip_max: 10000
// The rate at which cards are dropped //Шанс выпадения обычных карт
item_rate_card: 100
item_rate_card_boss: 100
item_drop_card_min: 1
item_drop_card_max: 10000
// The rate adjustment for the MVP items that the MVP gets directly in their inventory // Шанс выпадения бонусов с МВП
item_rate_mvp: 300
item_drop_mvp_min: 1
item_drop_mvp_max: 10000
// The rate adjustment for card-granted item drops. // Шанс выпадения хороших карт
item_rate_adddrop: 100
item_drop_add_min: 1
item_drop_add_max: 10000
// Rate adjustment for Treasure Box drops (these override all other modifiers) // Шанс выпадениия с тризур
item_rate_treasure: 100
item_drop_treasure_min: 1
item_drop_treasure_max: 10000
Идём в exp
Code
// Rate at which exp. is given. (Note 2)
base_exp_rate: 100 // Рейты на лвл 100=1х
// 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: yes // Мультилвл
Далее идём в player
Code
// Players' maximum HP rate? (Default is 100)
hp_rate: 100 // Хп рейты, 100 по станадрту
// Players' maximum SP rate? (Default is 100)
sp_rate: 100 // сп рейты
// Max limit of char stats. (agi, str, etc.)
max_parameter: 99 // Максимальные статы
// Same as max_parameter, but for baby classes.
max_baby_parameter: 99 // Максимальные статы бэбика
// Max armor def/mdef
// NOTE: does not affects skills and status effects like Mental Strength
// If weapon_defense_type is non-zero, it won't apply to max def.
// If magic_defense_type is non-zero, it won't apply to max mdef.
max_def: 99 // Максимальный деф
э Далее идём в skill
Code
// The rate of time it takes to cast a spell (Note 2, 0 = No casting time)
casting_rate: 40 // Чем меньше значение тем меньше будет каст
// Delay time after casting (Note 2)
delay_rate: 40 // Чем меньше значение тем меньше будет задержка
// Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
// Note: On Official servers, neither Dex nor Agi affect delay time
delay_dependon_dex: yes // Зависит ли задержка от декс/аги
delay_dependon_agi: yes
// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 150 // При скольки декс инкаст
Так с баттлом закончили!
2. Выставляем максимальный уровень. Идём в db/exp и переименовываем его в showexp далее идём в exp2 и переименовываем его в exp и там меняем, ВСЁ! Будут вопросы отписываемся
3. Настройка sclientinfo.xml
Code
RO // Название сервера
japan // Не трогаем
primary // Не трогаем
// Не трогаем
// Не трогаем
Umka // То что будет высвечиваться при наведение
xxxxx
// Пишем такойже айпи как в login_athena
6900 //// Пишем такойже порт как в login_athena
24 // Не трогаем
14 // Не трогаем
// Не трогаем
2000000 // Пишем id аккаунта Админа
loading1.jpg // загрузочные картинки
Даём Гма!
1) Идём в базу
2) Находим таблицу login, нажимаем обзор
3) Ищем свой аккаунт и нажимаем на карандаш (редактировать)
4) Ищем level, ставим 99
5) смотрим свой id и записываем
6) Идём в sclientinfo.xml
7) Под пишем так ваш id Всё, будут вопросы отписывайтесь!
by Мяфк!