• 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. Phemus

    C++ Pets Walking Through Walls

    I am currently working on a pet system where pets/summons can walk through protection zone. However, when I edited the source code in tile.cpp, my pet/summon walks through PZ but it also walks through the walls. I am using OTX 2 (0.4), 8.60 if(const Monster* monster = creature->getMonster())...
  2. Phemus

    C++ Negative Sign on Damage

    How can I compile my server or edit my server so all damages can show the minus sign next to the damage and the plus sign when you heal. Example: Thank you.
  3. Phemus

    [Mexico][8.60] Zarex Online | Custom-RPG - START June 21, 2019

    •Ip: www.zarexot.com •Accounts: Zarex - Createaccount •Version: 8.60 •Port: 7171 Site: Zarex - Latestnews E-mail: [email protected] Forget all the hundreds of Real map servers now and welcome back the old and epic Evolution map servers! Zarex OT is the best and renovated Evolutions map...
  4. Phemus

    [USA] [8.60] Zanera Online - START APRIL 20

    After months of hard work, we can finally say Zanera-Online will open doors this April 20th. Website: www.zanera-online.com Port: 7171 Email: [email protected] facebook: facebook.com/ZaneraOnline Features: Global map 100% All Tibia cities New hunt islands Daily automatic events New Items...
  5. Phemus

    Lua Firestorm event rewards

    I am trying to modify the firestrom event mod with my basic level of coding experience. What I am trying to do is to modify it to the point where it gives you a random item with different amounts. For example, the winner will receive either 25 crystal coins or 1 demon armor. I got frustrated...
  6. Phemus

    Linux Website Unreachable

    I recently installed Don Danielle's "SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu". The problem is when I change the www folder to a gesior aac it gives me that error when I try to go into my website. However, if I change it back to the one already installed, it...
  7. Phemus

    Bless for Free Accounts.

    I am using premium account as a VIP account. The problem is that whenever a Free Account buys bless, they loss everything as if they wouldn't have any blessings. On my config.lua i have it modiffied like this. blessings = true blessingOnlyPremium = false blessingReductionBase = 30...
  8. Phemus

    [Mexico] Vincera Online - 8.6 - EVO-RPG SERVER

    •Ip: www.vincera.net •Accounts: Vincera - Createaccount •Version: 8.60 •Port: 7171 Site: Vincera - Latestnews E-mail: [email protected] Forget all the hundreds of Real map servers now and welcome back the old and epic Evolution map servers! Vincera Online is the best and renovated...
  9. Phemus

    [Mexico] Vincera Online - 8.6 - EVO SERVER - Server start July 7

    •Ip: vincera.net •Accounts: Vincera - Createaccount •Version: 8.60 •Port: 7171 Site: Vincera - Latestnews E-mail: [email protected] Forget all the hundreds of Real map servers now and welcome back the old and epic Evolution map servers! Vincera Online is the best and renovated...
  10. Phemus

    Linux Error in loading map

    I just compiled this server and whenever i try to open my server, it gives me this error: [11:46:33.158] > FATAL: OTBM Loader - Could not open the file data/world/forgotten.otbm. tfs: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:81...
  11. Phemus

    Error on Making Accounts

    I recently moved to a Linux VPS (Ubuntu 16.04) and it is my first time using a Linux server. I have no idea how to use it but I followed Damon's tutorial. The problem is that when i make a new account on the website, it tells me that the account was successfully created, however, it does not...
  12. Phemus

    Lua Blessing in creaturescripts

    Hello, i have a script where fs you are certain level, you do not lose any items or skills level when you die, however, if you are above that level you lose everything like a normal character. This is the script local array = { PLAYERLOSS_EXPERIENCE, PLAYERLOSS_MANA...
  13. Phemus

    [Mexico] Vincera Online 8.6| Custom Map

    •Accounts: 1/1 •Version: 8.60 •Port: 7171 Site: http://vincera.net Forum: http://vincera.net/forums E-mail: [email protected] Like Us On Facebook: facebook.com/VinceraOnline *We have events on Facebook* LOOK AT ALL THIS FUN: » Big Custom map. » Daily events -Zombie event. -Race event...
  14. Phemus

    Lua Stamina Blessing

    Hello guys, I'm breaking my head with this script that i cannot make it function. I want to make a bless function where if you have more than 40 hours of stamina, you do not lose any skills nor level. This is the script. local array = { PLAYERLOSS_EXPERIENCE, PLAYERLOSS_MANA...
  15. Phemus

    Remove stamina on Death

    Hello, I'm trying to create a script where if a player dies at level 250 or above because of a monster or a player, he loses stamina. This is my script so far function onDeath(cid, corpse, killer) if getPlayerLevel(cid) > 250 then doPlayerSetStamina(cid, getPlayerStamina(cid) -...
  16. Phemus

    Character Skills bug

    Hello, I have a problem, BIG PROBLEM! There is a character that when he attacks, the server crashes. There is no console error and it remains open. However, no one can enter to the server, they stay on the character list window. Also, this character gets a magic lvl 10000+ on the database and...
  17. Phemus

    Account Manager and Webpage

    Hello. I'm currently using both, account manager and webpage for the creation of the account. My problem is that when a player that creates his account on the account manager ingame, they can't acces to their account on the webpage. How can i solve this? I'm using Modern AAC anf TFS 0.4 I...
  18. Phemus

    What server version do you prefer?

    I have been away from Tibia for a while and i have seen that it has grown a lot. I remember that I used to play servers 8.60, but now i have seen servers all the way to 10.77. I have been very nostalgic seeing all these OT servers and it gives me feels to start an OT sever. However, i don't know...
  19. Phemus

    Lua Magic level limit and level limit

    I have this script for a server where there is a limit for magic level. It is supposed that after reaching to that level of magic, the player can't get more experience in magic level. This is the script. local limit = 120 local message = "You have reached the magic level limit." function...
  20. Phemus

    10 kills and a reward

    I'm working on a war server and I'm trying to make a script where someone kills 10 players and he receives a reward like a soul orb. If the player gets killed before reaching to 10 kills, he would need to start again. The problem is that i don't know how to start the script. I hope that can...
Back
Top