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

Linux 0.4 Cast System

Owner Maydel

Evolera.Tk
Joined
Aug 16, 2015
Messages
302
Reaction score
40
Location
Egypt
I already compilied cast system on tfs 0.4 but when im use enter to see who is open the cast system in my server is said that you'r account dont have any character yet you have to create a character from My Ip Server.
Did Its had Any Solution
 
http://pastebin.com/4yQkTd5v My Protocl Login and In my Database 1/1 Dosen't Exist :p When i use /cast on its worked but when i gonna open mc or new one open to saw my cast and use enter its said you'r account dosen't have any character yet please go create cahracter from my ip server any solve?
 
Last edited:
I was not going to help you because of impoliteness, BUT i will help others if they need it, Edit your config.lua with adding.
Code:
    enableCast = true
After then restart your server and try.
 
The Reason is when i gonna make enter to can see the cast if there's any one on cast or no one are on they said you'r account dont have a character please go create a character from my ip server.
 
7.x? they need 8.60 i think :(, btw i can't understand the problem until now, i already compiled cast system with my windows and working good so where is the problem?
 
line 178 on protocollogin

should be :

Code:
if(!castAccount && !g_config.getBool(ConfigManager::ACCOUNT_MANAGER) && !account.charList.size())
 
Back
Top