Jump to content

Recommended Posts

Posted

Hello Guys !

I decided to share this File Editor for those who want to edit "npcgrp.dat" , "armorgrp.dat" or "skillgrp.dat", since allot of

shared Editors didn't worked for me...

Tested and worked on Interlude and Hi5!

Enjoy :)

 

 

https://mega.nz/#!ft0RwIZY!Vgkf45JWCUCdLa-kSKrgglcUbjlNo-IKNxgaUno-96Y

Posted
24 minutes ago, prycka22 said:

What can i edit with this? do i need any compilator after? or simple edit and save? is it for client or server development?

Hi there!

1.You can edit any .Dat / .int / .ini / txt / htm files;

2.You don't need any compiler, just save after edit;

3.Yes its for Client Development.

Many people complained that they cannot edit npcgrp.dat or armorgrp.dat, because they receive some errors...this one is working.

Enjoy mate! 

  • 1 year later...
Posted
1 hour ago, TsouTsLP said:

what are these?

still not working for high five..i try open skillgrp on highfive..but still i can see nothing

 

Because ddf scheme are bad. Use that:

 

FS = "\t";
HEADER = 1;
RECCNT = OFF;
MTXCNT_OUT = 1;
MATCNT_OUT = 1;
ORD_IGNORE = 0;

{
	UINT skill_id;
	UINT skill_level;
	UINT oper_type;
	UINT mp_consume;
	UINT cast_style;
	INT cast_range;
	UINT UNK_0;
	FLOAT hit_time;
	INT is_magic;
	UNICODE ani_char;
	UNICODE desc;
	UNICODE icon_name;
	UNICODE icon_name2;
//	UINT extra_eff;
	UINT is_ench;
	UINT ench_skill_id;
	UINT hp_consume;
	ASCF nonetext1;
	INT UNK_1;
	INT UNK_2;
	INT UNK_3;
	INT UNK_4;
	ASCF nonetext2;
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...