Quote:
Originally Posted by cavedude
Sorry to keep being a bother, but checking Zones Points and Zone Config outputs the entries commented out. Any chance that can be changed?
|
I had misread your original request which is why I left them commented out. I've changed it locally and it will be in the next release, which won't be until tomorrow at least.
Quote:
Also, how difficult would it be to add an option to UPDATE npc_types instead of INSERT? If checked, the SQL may look like:
Code:
UPDATE npc_types set field1 = $field1, field2 = $field2 where name = $name and id >= @StartingNPCTypeID and id <= @StartingNPCTypeID + 999;
That would help me to use new collects to update already built zones
|
I assume that if the option to generate UPDATEs like that is selected, then you wll also not want the INSERTs generating for the spawn tables ?
Finally, you are not being a bother at all. Of anyone, you know best as to how a tool like this needs to work from a user's perspective
