View Full Version : about the C5 npcgrp.ddf and questname-e.ddf
guest126
26-08-2006, 21:49
thanks for the new l2asm,
but i have a problem to decrypt the npcgrp.dat and questname.dat to text files, it seems this 2 got different rules.
I'll check it. I haven't verified every single one, only the most important ones :)
Use this for npcgrp. Strangely, it's more simple than C4 version. As for the questname, I'll bother with it a bit later. If you feel particulary bored, you can verify other ddfs :)
{
UINT tag;
UNICODE class;
UNICODE mesh;
UINT cnt_tex1;
UNICODE tex1[cnt_tex1];
UINT cnt_tex2;
UNICODE tex1[cnt_tex2];
CNTR cnt_dtab1;
UINT dtab1[cnt_dtab1];
FLOAT npc_speed;
UINT unk0_cnt;
UNICODE unk0_tab[unk0_cnt];
UINT cnt_snd1;
UNICODE snd1[cnt_snd1];
UINT cnt_snd2;
UNICODE snd2[cnt_snd2];
UINT cnt_snd3;
UNICODE snd3[cnt_snd3];
CNTR unk1_cnt;
UINT unk1_tab[unk1_cnt];
UNICODE effect;
UINT UNK_2;
FLOAT sound_rad;
FLOAT sound_vol;
FLOAT sound_rnd;
UINT quest_be;
UINT class_lim_?;
}
Anyway, all ddf files included in archive, should work ok now.
guest126
27-08-2006, 21:14
thanks buddy, you know i love you ....
aha!
adranoen
06-09-2006, 16:23
Even with this code my l2asm is not working yet. i can decrypt but cant encrypt again.. the error is:
MTX Field 'mesh_tex_pair' must have but soft limits set (-1 / -1)
... what isgoing on?^^
thx^^
MTX Field 'mesh_tex_pair' must have but soft limits set (-1 / -1)
... what isgoing on?^^
thx^^
Bluntly, you haven't read the documentation.
adranoen
06-09-2006, 18:02
sorry for this, but i can't get that all =.=' i read some times and don't get the problem <:/
i fu can give me a advice^^
Can some one help me with this, i can make te filies itemnae-e and npcname-e, but i can't npgrp and etcitemgrp. I ready and Re-Ready the manuals od l2asm and do not find anything that help me out.
Pls <:/
i find what is going on... and i try to fix it.
i changed with:
SOFTT = 1;
SOFTM = 1;
in the mtx, but now they create a .dat in blank.
???
i find what is going on... and i try to fix it.
i changed with:
SOFTT = 1;
SOFTM = 1;
in the mtx, but now they create a .dat in blank.
???
AdranOen
08-09-2006, 21:21
The problem with the npcgrp is the values that de disasm assumed to the numerics.
100.000.000, the program can't convert this.
if i change to 100000000 everything works good.
but in the etcitemgrp :/
100.000.000
Numbers don't have 2+ dots.
The problem with the npcgrp is the values that de disasm assumed to the numerics.
That's not the problem the people have. Usually the problems they have come from unability to read 8)
vBulletin® v3.6.7, Copyright ©2000-2010, Jelsoft Enterprises Ltd.