Help with DIVIDE BY ZERO, error messages
Ugly_Duck
Member Posts: 182
What do these errors mean, and how do I fix it? They happened right after each other.
Script rs_creatures, OID: 8000286f, Tag. rs_spawner, ERROR: DIVIDE BY ZERO
Script rs_creatures, OID: 80002870, Tag. rs_spawner, ERROR: DIVIDE BY ZERO
Script rs_creatures, OID: 8000286a, Tag. rs_spawner, ERROR: DIVIDE BY ZERO
Script rs_creatures, OID: 8000286b, Tag. rs_spawner, ERROR: DIVIDE BY ZERO
Script rs_creatures, OID: 8000286f, Tag. rs_spawner, ERROR: DIVIDE BY ZERO
Script rs_creatures, OID: 80002870, Tag. rs_spawner, ERROR: DIVIDE BY ZERO
Script rs_creatures, OID: 8000286a, Tag. rs_spawner, ERROR: DIVIDE BY ZERO
Script rs_creatures, OID: 8000286b, Tag. rs_spawner, ERROR: DIVIDE BY ZERO
0
Comments
- AmanShadar's Spawn System 2.1
- Commche's Random Loot Generation System v2.0 (final)
I believe the errors were generated by Amanshadar's Spawn System - because the script names, "rs_creatures" and Tags of "rs_spawner" are names of the stuff I've been using in the module.
How much have you used the spawn system? Is it having problems all the time?
The line in the module load event to execute the initialization of the system has changed.
It was:
ExecuteScript("rs_init_c", OBJECT_SELF);
It should be:
ExecuteScript("rs_init", OBJECT_SELF);
After this change, the system works just fine. And a big shout-out to AmanShader for posting such an awesome spawn system.