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

NeedTarget spells double hit problem

rsdsebek

C++/LUA coder
Joined
Oct 8, 2008
Messages
128
Reaction score
30
Hi
I migrated from 0.3.6pl1 to 0.2.7 and I found problem with spells. When I cast directional spell I get message:
Code:
13:08 You deal 10390 damage to a train monk.
so it's normal. But when I cast needTarget spell I get:
Code:
13:09 You deal 6178 damage to a train monk.
13:09 You deal 6360 damage to a train monk.
So it's double hitting. Does someone have solution for this problem?

Best
Sebastian
 
Back
Top