Hello
I have a problem that when i get near a monster my server crashes.
its because of that lines in "creature.h"
when i set them to
then everything is normal again.
My problem is that on my server i need more attackspeed than 1x per second and i don´t know how to set it up.
Any ideas?
TFS 0.3.5
@down
Exactly this didn´t work for me.
I downloaded Tfs 0.3.6 and it works.
-Topic can be closed-
I have a problem that when i get near a monster my server crashes.
its because of that lines in "creature.h"
#define EVENT_CREATURECOUNT 1
#define EVENT_CREATURE_THINK_INTERVAL 100
when i set them to
#define EVENT_CREATURECOUNT 10
#define EVENT_CREATURE_THINK_INTERVAL 1000
then everything is normal again.
My problem is that on my server i need more attackspeed than 1x per second and i don´t know how to set it up.
Any ideas?
TFS 0.3.5
@down
Exactly this didn´t work for me.
I downloaded Tfs 0.3.6 and it works.
-Topic can be closed-
Last edited: