Quote:
Originally Posted by nilar
Everything seems to work fine but I have found that with your binaries the #npcspawn create and #npcspawn add does not work and for some reason NPCs arnt getting added to the database.
|
I have found the reason for this. It is a flaw in the Dev-C++ port that I did (specifically the portable vsnprintf function that I was using does not support floating point parameters, so any call to the MakeAnyLengthString function with %f parameters would fail.
This includes #npcspawn add and probably others. I have taken down the links to my Dev-C++ port of the 5.5DR1 source and binaries until (if) I have a fix. If you already downloaded my binaries, download Nilar's instead (and thanks again to Nilar for finding this problem).