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

Search results

  1. Bogart

    Fade tile

    OTC?
  2. Bogart

    TFS 1.X+ PHP Cast system on webpage.

    Try $players_online_data = $SQL->query('SELECT player_id FROM live_casts'); $number_of_players_online = 0; foreach($players_online_data as $player) { $number_of_players_online++; if($config['site']['show_flag']) { $account = $SQL->query('SELECT * FROM players WHERE id =...
  3. Bogart

    C++ OTHire monster question

    It's like a cooldown I guess.
  4. Bogart

    C++ [PAID] OTXServer 3.1 Monster Follow Target

    Which version?
  5. Bogart

    TFS 1.X+ Little question about attack, maybe addEvent?

    Check if the monster exists in your allowMove function, or it'll give an error if the monster dies before the event triggers.
  6. Bogart

    TFS 0.X House system not working properly

    The problem was that he didn't mark the houses entrances with the map editor, best answer shouldn't be "nvm fixed it"
  7. Bogart

    0.2.8 mystic spirit; error attempt to call global 'position' a nil value

    Wait, does 0.2 use metatables?
  8. Bogart

    Back when there was tons of People on Ot sites.

    Also, I'm not sure if I read your original post right but... (I'm talking about me, perhaps talking about others) I'm earning about $27 an hour, I just come here when I'm bored/feeling nostalgic, so when it come to simple things I'm glad to help freely, but doing things that take me 2-4 hours...
  9. Bogart

    Back when there was tons of People on Ot sites.

    Back in the day, there were not many games to choose from. Now there's a lot of different options with way bigger companies and tons of money which means more advertising towards those games. Besides, the gaming community isn't playing as many 2D games anymore which means Tibia isn't attracting...
  10. Bogart

    Back when there was tons of People on Ot sites.

    We all grew up, meaning less time and different hobbies.
  11. Bogart

    AAC gesior-acc-last-joined-free-houses Edit

    Uh, ok?
  12. Bogart

    (A few more) noob GM questions

    Ah, remove that line then it won't do anything. Go to data/actions/others/potions.lua and remove this line: item:remove(1) it should be in the last few lines. And no problem, we were all noobs once heh.
  13. Bogart

    (A few more) noob GM questions

    Well I haven't taken a look at the specific version you have, I just looked at the github files from the current version, can you post your config.lua here?
  14. Bogart

    (A few more) noob GM questions

    Yeah, well the first point you can change in your config.lua file, find: removeChargesFromRunes = true removeChargesFromPotions = true change those values to false the spawn rates can be changed in there too rateSpawn = 1 Health and mana regen can be changed in (not sure if it can be changed...
  15. Bogart

    (A few more) noob GM questions

    Tell us which server you're using. When you start up the server, the console will print the server version.
  16. Bogart

    Moderators are getting quite cocky

    It has nothing to do with friends man, I saw your comment and knew it'd be deleted, I'm surprised you didn't get a warning or an infraction, and yes I know, you don't like codex at all, many users don't, but that doesn't mean you're allowed to insult him every chance you get. You can take your...
  17. Bogart

    Hey i want some help

    Well I mean everything is free here, support, resources etc, what's wrong with getting some features as a premium user in the forum? we gotta give something back...
  18. Bogart

    VPN?

    If you're looking for a cheap VPS take a look at Cloud computing and dedicated servers - OVH I've been using their service for quite some time now and it has not given me any problems.
  19. Bogart

    AAC WebSite

    HTML Tutorial CSS Tutorial There's better tutorials but you can start with that
  20. Bogart

    Lua VIAL REMOVE ON USE

    local config = { -- strong health potion [7588] = {health = {min = 250, max = 350}, vocations = {3, 4}, text = 'paladins and knights', level = 50, emptyId = 7634}, -- strong mana potion [7589] = {mana = {min = 115, max = 185}, vocations = {1, 2, 3}, text = 'sorcerers, druids and...
Back
Top