• 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!

[Help] Fast attack setting

cocacola13

Member
Joined
Jan 18, 2019
Messages
179
Reaction score
12
Location
poland
hello I would like to set up a fast attack for my server. the vocation.xml edition did not give the desired settings
I tried all the possibilities. none brought benefits.
here are my c ++ src settings

creature.h

C++:
#define EVENT_CREATURECOUNT 5
#define EVENT_CREATURE_THINK_INTERVAL 100
#define EVENT_CHECK_CREATURE_INTERVAL (EVENT_CREATURE_THINK_INTERVAL / EVENT_CREATURECOUNT)
 
Back
Top