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

[TFS 1.2] Exhausted for pally

dawido995

New Member
Joined
Jun 6, 2009
Messages
23
Reaction score
1
Pally stops attack when at the same time using weapon and runes. But here I really don't know what can I do..

In older tfs it's a " swing="true" in weapons.
What should i do in this case?
 
weapons.h seach

Code:
virtual bool interruptSwing() const {
return true
}

as with this

Code:
bool interruptSwing() const final {
return true
}

Both are false
 
Back
Top