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!
Thanks to all of you guys. However, I managed to find a solution even better than my first idea. If the player walks away from the spawn tile, he will get teleported back to this tile and will receiva a message. Thanks, guys.
Where do I register it? In creaturescripts.lua? Because if so, I have already done that...
Here, I edited the code and it looks like this now:
function onLogin()
local player = Player(cid)
if player:getAccountType() == ACCOUNT_TYPE_GOD then
return true
elseif...
I'm trying to make the code with no success.
Here it is:
function onLogin()
if getPlayerAccountType() == ACCOUNT_TYPE_GOD then
return true
elseif getPlayerAccountType() ~= ACCOUNT_TYPE_GOD then
if getPlayerStorageValue(989898) ~= 1 then...
I want to start a "closed alpha" test phase in my server. Just like the test servers of Tibia.
I want to make only the characters that are 'whitelisted' able to enter the server. I do not want, however, to make people not able to create accounts, characters, and etc.
How do I make this?
Hi, I am utilizing malucoo's OTX as a base for my server.
When I try to login, the following error appears:
I already put the login.php file inside htdocs, I don't know what wlse to do. I verified the IP adress, the connection to the database, everything... Didn't find the mistake.
I...
I have recently updated to TFS 1.2 and I had to completely change my website.
Now, the news editor looks really simple, compared to the other one I had.
I saw that there are some "codes" that you can use in the news and in the forum as well, like these ones:
Screenshot
Are there any other...
So, I have been trying for the past few hours to solve this problem. I already went to numerous forums trying to figure it out.
Basically, I am trying to load two maps and neither of them are working with RME because the following error appears:
It always says that RME has failed to load...
It's not about hiding my code, I can show it if you ask me. But it is from another forum, so I believe I can't post it.
Thanks for the tip, gonna try that tomorrow.
As I have already said: "I already tried IP blocking the guy, but he keeps changing his IP so it makes no difference. I guess blocking his private channel communications would solve it."
Alright, I will try the script. But what if the player storage doesn't appear?
Now I fully understood what the code you gave me does.
Problem is that he (the botter who announces in my server) does not use any illegal words. In fact, he announces his IP in numbers. So, I wanted to make a talkaction that blocks a specific player to send private messages.
Then the...