• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Attack Speed [bug]

konrad166

New Member
Joined
Aug 26, 2012
Messages
1
Reaction score
0
Hello

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:
Back
Top