Dynasty Armors for Classic 166 (with stats/skills)

Dev-Kiwi

Baron
Customer
QA Engineer
Mentor
EN:
FOR CLASSIC(Fafurion) 166 PROTOCOL!!!
NO CLIENT TEXTURES (THEY ARE ALREADY IN CLIENT)

WITH SKILLS/ABILITIES/SET SKILL/ENCHANT +6 SKILLS.
WITH STATS FROM NORMAL S GRADE ARMORS.

RU:
ДЛЯ КЛАССИЧЕСКОГО(Фафурион) 166 ПРОТОКОЛА!!!
НЕТ КЛИЕНТСКИХ ТЕКСТУР (ОНИ УЖЕ ЕСТЬ В КЛИЕНТЕ)

С НАВЫКИ/СПОСОБНОСТИ/УСТАНОВИТЬ НАВЫКИ/ЗАЧАРОВАТЬ +6 НАВЫКОВ.
СО СТАТИСТИКАМИ НОРМАЛЬНЫХ БРОНЕЙ S-КЛАССА.

SEALED AND UNSEALED STATE
ARMORS / JEWELS + SHIELD
Shot00000.webp

IF THERE IS any mistake comment here
(have not tested yet in-game for visual errors)

Link: Google drive
Link: Yandex

p.s.: tested, you must change
replace the existing lines inside:
SETITEMGRP_CLASSIC.DAT
Code:
setitem_group_begin    num=51    essential_setitem_id={{9978};{9980};{9979};{9981};{9982}}    essential_setitem_desc={[No set effect];[No set effect];[No set effect];[DEX-2, STR+2, P. Def. +8%, and maximum HP +445. Chance to get Sleep/Hold attack -70%.]}    additional_setitem_id={{9959}}    additional_setitem_desc={[Shield Defense Rate +24%]}    unk1=0    unk2=0    enchant_setitem_condition={}    setitem_group_end
setitem_group_begin    num=56    essential_setitem_id={{9983};{9985};{9984};{9986};{9987}}    essential_setitem_desc={[No set effect];[No set effect];[DEX+1, STR+1, CON-2, Attack speed/P. Atk, +4%, Maximum MP 289, and weight limit +5759]}    additional_setitem_id={9959}    additional_setitem_desc={[Shield Defense Rate +24%]}    unk1=0    unk2=0    enchant_setitem_condition={}    setitem_group_end
setitem_group_begin    num=59    essential_setitem_id={{9988};{9990};{9989};{9991};{9992}}    essential_setitem_desc={[No Set Effect];[No Set Effect];[WIT+1, INT+1, MEN-2, Magic attack 17%, Speed +7, magic cancel rate -50%, stun vulnerability -50%, and weight limit +5759.]}    additional_setitem_id={9959}    additional_setitem_desc={[Shield Defense Rate +24%]}    unk1=0    unk2=0    enchant_setitem_condition={}    setitem_group_end
 
Last edited:
Люди в 2024 уже статы обычных шмоток выкладывают, до чего отсталые все стали)
 
I get an error when I put ADDITIONALITEMGRP_CLASSIC.DAT
and how is someone supposed to help you with your error?
what error is this?
what type of error?
ERROR 404?
is it a fatal error?
how would i know what it is then?
@gfman copy/paste from existing lines and change the IDs to match.
or give more info
error-windows.gif
 
@gfman
the picture you just uploaded is showing the file opened WITH THE EDITOR....you DONT do this.
opening with this editor is good only for reading a file; not making changes and saving back.

ok so from what i see in your postings you did not read this topic for sure.
take a look there and understand how dat editor works and how to work with it.

P.S.:different editors use different decoding names,
like instead of describe the crystal_grade with letters (d,c,b,a,s,r) ->some other editors decode them into numbers (1,2,3,4,5,6) etc.

P.S. 2: i also shared these armor sets and weapons under ANOTHER EDITOR which is JUST LIKE THE CASE I DESCRIBE ABOVE.
 
correct the name_class parameter to be the same with the num parameter in setitemgrp.dat

itemname.dat
item_name_begin id=9983 name=[Dynasty Leather Armor] additionalname=[] description=[] popup=-1 default_action=[action_equip] use_order=99 name_class=56
(do the same for all parts of one set)

setitemgrp.dat
setitem_group_begin num=56 essential_setitem_id={{9983};{9985};{9984};{9986};{9987}} essential_setitem_desc={[No set effect];[No set effect];[DEX+1, STR+1, CON-2, Atta......
 
correct the name_class parameter to be the same with the num parameter in setitemgrp.dat

itemname.dat
item_name_begin id=9983 name=[Dynasty Leather Armor] additionalname=[] description=[] popup=-1 default_action=[action_equip] use_order=99 name_class=56
(do the same for all parts of one set)

setitemgrp.dat
setitem_group_begin num=56 essential_setitem_id={{9983};{9985};{9984};{9986};{9987}} essential_setitem_desc={[No set effect];[No set effect];[DEX+1, STR+1, CON-2, Atta......
Thank You, Bro
 
o editor funciona e como trabalhar com ele.

@gfman
A imagem que você acabou de enviar mostra o arquivo aberto COM O EDITOR... NÃO se faz isso.
Abrir um arquivo com este editor serve apenas para lê-lo; não é possível fazer alterações e salvá-las.

Ok, pelo que vejo nas suas postagens, você com certeza não leu este tópico.
Dê uma olhada lá e entenda como o editor de dados funciona e como trabalhar com ele.

PS: diferentes editores usam nomes de decodificação diferentes.
por exemplo, em vez de descrever o grau do cristal com letras (d,c,b,a,s,r) -> alguns outros editores os decodificam em números (1,2,3,4,5,6) etc.

PS 2: Também compartilhei esses conjuntos de armaduras e armas em OUTRO EDITOR, que é EXATAMENTE COMO O CASO QUE DESCREVI ACIMA.
Good evening, my friend. How are you?


Could you please explain how I can stop this critical error from happening?


I made the exact edits exactly as they are in the file, but the error keeps showing up.


Could you help me?
 
Good evening, my friend. How are you?


Could you please explain how I can stop this critical error from happening?


I made the exact edits exactly as they are in the file, but the error keeps showing up.


Could you help me?
You need to adjust the `name_class=` in the `itemname` and add `ADDITIONALITEMGRP` in the order. That's all.
 
Back
Top