mod-playerbots icon indicating copy to clipboard operation
mod-playerbots copied to clipboard

Character spell loop errors

Open rogerc66 opened this issue 4 years ago • 2 comments

Screen Shot 2022-04-25 at 4 27 52 PM

Does anyone know where those sql could be located in source? I think use REPLACE instead of INSERT might solve those spams.

And one more thing, all bots are running around with talent points unspent, does anyone has the same problem?

rogerc66 avatar Apr 25 '22 08:04 rogerc66

The correct fix is that the spells for the bots are not being mark as already known spells when log in, so they are try to be saved again. Using REPLACE would cause unnecessary database stress, so it is not the right solution. Instead, these spells need to be given correct flag to not be saved to the DB again - this is a fix I am working on for an update soon!

ZhengPeiRu21 avatar Apr 25 '22 18:04 ZhengPeiRu21

The correct fix is that the spells for the bots are not being mark as already known spells when log in, so they are try to be saved again. Using REPLACE would cause unnecessary database stress, so it is not the right solution. Instead, these spells need to be given correct flag to not be saved to the DB again - this is a fix I am working on for an update soon!

sounds great! looking forward the update, Thank you!

rogerc66 avatar Apr 27 '22 05:04 rogerc66