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

    Lua TFS 1.3, downgrade level on player command

    for this example i use die.lua in actions (Make backup file for your die function). in actions.xml i have: <action fromid="5792" toid="5797" script="other/die.lua" /> now in my scripts/other/die.lua i add: local function getExpForLevel(level) level = level - 1 return ((50 * level *...
  2. Morrison

    Lua TFS 1.3, downgrade level on player command

    If you know how modify the sources try this... in src/player.cpp add this: void Player::setMagiclevel(uint64_t newMagicLevel) { magLevel = newMagicLevel; manaSpent = 0; uint64_t nextReqMana = vocation->getReqMana(magLevel + 1); if (nextReqMana >...
  3. Morrison

    Lua TFS 1.3, downgrade level on player command

    Hmm for level local function getExpForLevel(level) level = level - 1 return ((50 * level * level * level) - (150 * level * level) + (400 * level)) / 3 end -- Set Level 100 player:addExperience(getExpForLevel(100) - player:getExperience(), false) -- Set Level 8...
  4. Morrison

    Convert a layout to Znote AAC

    WTF?
  5. Morrison

    i want to buy HOST+OTserv.

    https://www.ovh.com/world//vps/
  6. Morrison

    My Pixel Arts

    You delete the image? :(
  7. Morrison

    Swords artificially generated (GAN)

    i never look in medivia, looks amazin custom sprites 😱 1590479665 Or maybe artificial sprites? xD
  8. Morrison

    Swords artificially generated (GAN)

    what happens if you add monster look types.. lets see tha shtt xD 🥳
  9. Morrison

    Swords artificially generated (GAN)

    Now do in real 32 x 32 haha! Nice post 👍
  10. Morrison

    [OtLand Official Mapping Competition] [S2] - May Voting Thread

    Number 3.. simple, clean.... not trash everywhere like the otrhers
  11. Morrison

    [USA] [10.98] Warcores | War | OldSchool Real Map 7.7 | Acc 1/1 | Saturday, May 23th

    Warcores is a war server, you will find many hours of fun, you can play either with your friends or alone, dont wait for a team to fight you will already have a team, the implemented war system is based like the Multiplayer Online Battle Arena (MOBA), defend your base and your flag... balanced...
  12. Morrison

    can't connect using with my DNS using Cloudflare

    example i have my site: warcores.com and use ip changer domain: login.warcores.com with redirect... dont add in your cloud dns 1590172538 Yep only your site, or pay for pro tools $$
  13. Morrison

    can't connect using with my DNS using Cloudflare

    You need to make a subdomain like login.mysite.com dont add in dns cloudflare, an ind otlist set your default ip to login on client, this subdomainyou can add redirect to you main website, for redirect users using subdomain in browsers.. 1590172078 So you can edit HEX to use a oficial client...
  14. Morrison

    Connecting to the server

    What message appear? Time out?
  15. Morrison

    [Germany/USA] [7.4] RetroCores [8/11 - 18:00 CET]

    what otclient uses retrocores V8 or normal?
  16. Morrison

    [Brazil] [7.4] Imperianic - Imera - [24.05, Sunday 18:00 BRT]

    I dont like TibiaClientV8 dont work on my computer.. :( or is otclient?
  17. Morrison

    How to modify player movement speed?

    whats normal speed?
  18. Morrison

    Open source bot community.

    https://tibiapf.com/forum/bots-and-cheats/tutorials
Back
Top