Quote:
Originally Posted by atrayas
I have noticed that when mass editing a zone with a large number of npc's that i have to click the execute button for about a minute for all of the mobs to take the changes. If i only click it once only about a third of the npc's get changed and the rest are untouched.
If it is a zone with a small number of npc's it only takes one click and you're all set.
|
You need to take in account that there are a lot of individual 'UPDATE' statements happening for each NPC when you do a mass execute.
I seriously doubt that it is missing any of them, it just takes a bit of time for each query to execute on your own depending on how fast your MySQL server responds to EoC. When you click several times, its only doing this for each NPC several times over so it will slow it down even more.
I could speed this up but programatically its a bit harder to do and I didnt because for one its not terribly slow and I have other things to get done before that.