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

Windows when player atk player server freezes

5lave Ots

Active Member
Joined
Oct 2, 2017
Messages
246
Solutions
1
Reaction score
40
Location
Ankrahmun
hi there
im using tfs 0.4 windows 860
on my server got 2 problems:
I) when I atk another player the server freezes with no errors, also I disabled creaturescript files, and changed groups files but nothing happens.. anybody know how I control this?

ii) second, on account manager I only can choose knight vocation.. using SQLite atm

thanks
REP++
 
1. Are you sure you are using the correct tfs for the datapack your trying to run?

2. In config.lua
Code:
 newPlayerChooseVoc = true
?
 
Last edited:
1. There is probably
a) Error in combat.cpp
b) "Wait" function in combat.cpp

Please post us script that triggers whenever you attack player versus player
 
If you are using custom spells for your knight. Double check the spell code to make sure it isnt sending an almost infinite loop thats spamming the server.
 
1. Are you sure you are using the correct tfs for the datapack your trying to run?

2. In config.lua
Code:
 newPlayerChooseVoc = true
?
im not sure about this, because im CPP nooooob.. and I cant compile a source..
if you have a ready to use tfs kindly send it to me,, needs 0.4 for 860
 
Back
Top