Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Hey so i recently installed latest TFS through github and raw OTCv8 rev 232 latest.
Running the TFS without any errors but am getting issues when trying to log in. Tho not from server side but through OTCv8.
Attaching packet from otc.
Any idea what error this could be? ProtocolGame parse...
Did not help, did as u said and a new config.lua was created but still same error
1665506338
Was able to fix it by changing to localhost instead of 127.0.0.1 but now running into other issues
Lua Script Error: [Test Interface]
data/actions/scripts/other/doors.lua...
where should i change this info? cuz i have both config.lua and config.lua.dist in tfs folder xD
1665429856
nope still same issue, i tried to delete config.lua.dist and that works with clean tfs data pack but not with my own datapack :x
Hey!
So i had the latest TFS 1.3 and am trying to set up the latest TFS through github and compiled and all went smoothly untill its run forgotten.exe
Just closes up for no specific reason
ran cmd to check issue and all i get is that config.lua cannot be found / Unable to to load config.lua -...
I'll write a quick pm since i was at your spot not to long ago.
Here in Otland most of the time you will have to find and google your way through for a couple of hours to get anything worth of.
Link 1: From Windows 10 to OTS development machine for dummies...
Hello!
So am getting back to my OT serv but having some issues with ingame map.
The black sqms appear randomly on this side of the map only. No issues at RME, no special brushes used.
Here is even console log. No console error from server. Wierd stuff happens when u walk on black sqm, char...
This above did not solve my issue, i got the same issue as @Shalaby.. tho the solution noted by Znote is already in my files
/ Checks if an IPv4(or localhost IPv6) address is valid
function validate_ip($ip) {
$ipL = safeIp2Long($ip);
$ipR = long2ip((int)$ipL);
Any ideas?
Hello dear reader!
Having issues with creating a char in Znote AAC.
Managed to make accounts, and able to choose char name voc, town etc but when click "Create character" button below is all that appears, no char is made :x
No errors, server up n running without any issues.
Hello
So in readmefiles it says
1: Extract the .zip file to your web directory (Example: C:\UniServ\www\ )
Without modifying config.php, enter the website and wait for mysql connection error.
This will show you the rest of the instructions as well as the mysql schema.
Made all that clearly...
Hello!
So am trying once again to play around with my tfs 1.3 again, compiling went fine, just that when trying to load my schema.sql into phpmyadmin i get
Error
SQL query: Copy
INSERT INTO server_config (config, value) VALUES ('db_version', '26'), ('motd_hash', ''), ('motd_num', '0')...
Hey!
I dont know exactly how that would apply to your version but i have something similiar to one of my spells
function spell14.onCastSpell(creature, variant)
if math.random(1, 100) <= 70 then --- 70% chance that the spell will hit a second time
addEvent(secondSpell, 500...