So I made some new NPCs, and want to use some custom-colored job sprites for them.. However, after adding it as a monster, and setting the mob_avail.txt and all... It gravity errors when i add it, and go to preview it.
I added the mob in the mob_db2.txt as a clone of poring, with id 2206... an ID unused by any other mob.
The mob_avail.txt file has the following:
2206,4,0,0,0,0,0,0,0,0,0,221
The NPC is defined as:
prontera,160,87,2 script Villager 2206,{
[the code for the NPC]
}
Yet it gravity errors. I know its not in the script because i used a generic NPC sprite and it all worked.
Any help would be highly appreciated, and the faster the better please
Thanks in advance!