Quote:
Originally Posted by ChaosSlayer
IDEALY, it would be nice if I could just drop my own spell file into editor folder and programm would automaticly read from there what I have =)
|
You can do that easily if you use the method with Excel that I mentioned above. That is exactly what I did and it took no more than 5 minutes to do.
As for the ranges you are using, that is not the way that most people add new NPCs. I am not really sure why you would want to do it that way. I just use a range that is far above anything currently in PEQ, so in case I ever wanted to add someone else's database to mine, it would make at least that portion of doing it easy without worrying about multiple of the same ID trying to overwrite each other. Like for my database, I started at 2700000, and go up from there. I am up to about 2700700 or so now. It makes it easy for me to find any of my custom NPCs when I need to look for them. Is there a particular reason why you would want to fill in NPC IDs around where the current ones from PEQ are? Sounds to me like you would be better off by a "use next available ID" like what the item editor does when creating item ID numbers.