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!
I think it's because you put the /3 out side bracket maybe? try :
function getExperienceForLevel(level)
level = level - 1
return (((50 * level * level * level) - (150 * level * level) + (400 * level))/3)
end
I laughed my ass off
And I kinda found some type of trick? I guess.
If I start the server in 127.0.0.1 or 192.168.x.xx (So I can connect)
then log in, and turn off the server.
Before my character list disappears, I turn on the server with either my ip or no ip.
re-log and bam, both parties...
I do not get any errors what so ever, and I didn't bother googling my error code cause I know it means bs, and my db is fully updated, I made sure I ran the correct query and everything.
TFS 1.0*
I attempted to use 2 releases compiled by other people on here on 10.37 and every time I get the same error.
http://otland.net/threads/10-37-real-map-server-with-roshamuul-tfs-1-0.212019/
and
http://otland.net/threads/10-36-10-37-latest-tfs-1-0-clean-x64-x32.212095/
Whenever I...