[Help] Made a new cs npc,

Newbie Spellweaver
Joined
Feb 9, 2009
Messages
38
Reaction score
1
hey, ive just downloaded npc editor, and i made a cash-shop npc, which took me AGES.
I went into navicat, went to the spawns npc, and made a new one, this is what i did:

Spawn id Model name speech time posx posy posz direction posworldid sizemod

47 212 MaFl_CashShopNPC 0 6976 100 3257 62 1 1


and i believe that all looks right, and in my npc editor folder, there is a sql file, made when i saved my shop, now am i supposed to batch that into navi?, because i tried and it doesnt want to, is there anything im missing here, someone please help:(::(:
 
Re: Made a new cs npc, but when world server opens: Could not parse NDC for error 6

create the file in NPCshops and NCD files

and for it to work dont forget to add npc name in
npcshops.idx
npcshops.full.idx
 
Re: Made a new cs npc, but when world server opens: Could not parse NDC for error 6

ok um, what do you mean create fiels in NPCshops, and NCD files, and where do i find these npcshops.idx, and .full.idx, can i just edit them in notepad, or do i need a special program to edit them?

EDIT: Ok nvm about the .dix files, i just foudn em n changed em, but whats the NCD file thingy? whats that what do i do and where do i do it, please help :D
 
Last edited:
Re: Made a new cs npc, but when world server opens: Could not parse NDC for error 6

download this and place in NCDfiles


 
Re: Made a new cs npc, but when world server opens: Could not parse NDC for error 6

ok well, i did that zeda, and it spawns in flyff, like b4, but with the wrong name, and i cant trade it, should i be making a completly new model number, in the navicat spawn npc table?
 
Re: Made a new cs npc, but when world server opens: Could not parse NDC for error 6

to change the name is in the .res files and if you cant trade make sure you have made a CSF file and added MaFl_CashShopNPC.csf in npcshops.idx/npcshops.full.idx
 
Back