Thank you VERY much. I've looked all over for something similar. I apparently suck at searches, though. I'll look at this and try some more and if I run into trouble, I'll come back and ask again.
Thank you again!
Posted on: Oct 10, 2010, 03:31 am
Ok, I followed the guide and made something truly simplistic, added it to custom NPC directory, added a line for it in scripts_custom.conf and no joy at all.
Here's the code for it:
prontera,164,83,4 script Test NPC 58,{
mes "Hello, how are you?";
mes "I am a Test NPC.";
close;
}
It just doesn't seem that difficult to create an NPC who does nothing but stand on the map and talk and yet, I fail.