jareczekjsp
Member
Hello guys I use tfs 1.5 and I have problem whe palladin use potion sto attack from weapon how I can change this ?
If I change in config.lua
to
Is every time lags
when I add to weapons.xml
swing="true" --- not working
I try compile in weapons.h i Change
change from
error in console
If I change in config.lua
LUA:
classicAttackSpeed = false
Code:
classicAttackSpeed = true
when I add to weapons.xml
swing="true" --- not working
I try compile in weapons.h i Change
change from
error in console
Code:
/home/ots/src/weapons.h:79:22: error: ‘bool Weapon::interruptSwing() const’ mark ed ‘final’, but is not virtual
79 | bool interruptSwing() const final {
| ^~~~~~~~~~~~~~
/home/ots/src/weapons.h: In member function ‘bool Weapon::interruptSwing() cons ’:
/home/ots/src/weapons.h:81:17: error: expected ‘;’ before ‘}’ token
81 | }
| ^
In file included from /home/ots/src/combat.cpp:25:
/home/ots/src/weapons.h: At global scope:
/home/ots/src/weapons.h:264:22: error: ‘bool WeaponDistance::interruptSwing() co nst’ marked ‘override’, but does not override
264 | bool interruptSwing() const override {
| ^~~~~~~~~~~~~~
make[2]: *** [CMakeFiles/tfs.dir/build.make:189: CMakeFiles/tfs.dir/src/combat.c pp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:102: CMakeFiles/tfs.dir/all] Error 2