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

Search results

  1. F

    What makes a tibia server successful?

    I've been making a server for about a year now, every time it goes online it gets about 10-15 players and my goal is to have 30 players online. So i come here to ask the community "What makes a server successful?" what is it that you guys like to see in a server? anything helps thank you.
  2. F

    Teleport players in a specific area

    tfs 0.4
  3. F

    Teleport players in a specific area

    I'm working on a script and im currently stuck :\ basically when a player steps on a tile players in a specific area will be teleported to temple, im able to do it but when the players are in the same floor, but when they're in different floors it doesnt work at all. this is what i currently...
  4. F

    RME 3.3 BUG

    I just downloaded this new version of RME, and whenever i open it nothing strange happens, but when i go to load a map this is what i see: it loads the map, and i can go to certain towns and it shows in the minimap and everything, but I can't see anything on the actual program like its gray as...
  5. F

    Remere's Map Editor Dat problem

    yeah this worked, i guess is because like @Remmacs said, the map is too large, im trying to open a 49mb map hehe i imported and everything fine, im cool with it because it's not my main map, but are there any permanent solutions?
  6. F

    Remere's Map Editor Dat problem

    this might sound very cliche, but trust me it's not a simple problem, i've been using RME for a while, and never had a problem til yesterday, i downloaded an otserv from the internet, and when I tried to open it i wasn't able to, i know for a fact it's 8.60, and its weird because i'm able to...
  7. F

    [0.4 lua] Timed based storage potion.

    so basically you want a potion with a 1 minute cooldown?
  8. F

    can't put my server online!

    mysqlPass = "*****" triple check your password, also disable cast just for testing purposes enableLiveCasting = true also, when you login, does it load account manager, or say password incorrect, or does it just say loading character list and then says connection refused?
  9. F

    can't put my server online!

    did you open port 3306?, also make sure that the passwords in the database look like this : asji1209312sd1903012kl
  10. F

    can't put my server online!

    make sure to have the correct encryption type in the config it should look like this: encryptionType = "sha1" or it could be plain but it is recommended that you use SHA1
  11. F

    Compiling {ERROR}OTX2

    make sure to include the correct libraries!
  12. F

    latestnews.php not showing the correct guild logo

    When i got to my website, on latestnews it should show some ot information, part of it is the top guilds, and it does just that but if the guild has the default guild logo, it doesn't show it, it shows a blank one instead, this is the code i use: [php]<?php if(!defined('INITIALIZED')) exit...
  13. F

    (Talkaction) skill command error nil value

    It doest exist, im using tfs 0.4 but the problem is that there's a syntax error when i request the database information and that's why i get the nil value error, im trying to extract the skill level directly from the dabatase and this is what im using right now to do that: local...
  14. F

    (Talkaction) skill command error nil value

    I've been working on a command that will increase the skill of a player by a determined amount, and this is what i've come up with so far function onSay(cid, words) local config = { item = 10140, -- Item required for command skills = 200, -- Half skill for Sword, Axe, Club...
  15. F

    Gesior date problem

    I'm trying to create a website for my otservser, im currently using Gesior 3.6, and this is the problem im getting: Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set()...
  16. F

    Remere's Map Editor Not Responding

    I've been using RME 3.0 for a while since 2013 i think, and i though it would be a good time to upgrade to 3.3, and so I did, I downloaded RME 3.3 from the official GitHub, and when i opened it everything seemed normal, it asked me for my tibia path and stuff and when i tried to open a map, it...
  17. F

    Gesior Acc not adding sample players

    I Fixed this my increasing threat_stack in my.ini it used to be thread_stack = 125K and i changed it to thread_stack = 256K
  18. F

    Gesior Acc not adding sample players

    So i installed Gesior Acc 0.3.6 i think it's an old one i customized it about 3 years ago, and I thought i would be good to go again, but i think i thought wrong, when i was installing i had 0 errors but i saw something odd, when it was time to add sample characters, nothing appeared and as i...
  19. F

    I want a DNS to redirect to both my ip, and my ip:8080

    as you guys know the majority of ISP's block port 80, i figured out how to make it so that i can use 8080, and i got a Dynamic DNS from noip that works, but i realized that even though players might be able to access my website using the dns that redirects people to IP:8080, they can't use that...
Back
Top