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

    AAC MYAAC problem with players online

    Hello Guys, i have a problem with MYAAC, i host my site on cpanel, but don't show de players online on the server. before stood "SERVER OFFLINE" i change tamplates/tibiacom/index.php echo '<span style="color: red"><b>Server<br />OFFLINE</b></span for echo '<span style="color...
  2. H

    AAC myaac create account erro

    Hello Guys, i have this problem with create account. my website is host on cpanel and my mysql host on uol.
  3. H

    !pvp on/off

    Good evening, can anyone help me? I'm in need of a script for the player to choose whether it wants to be PVP or NOPVP. I tried to use this one ---> TalkAction - !pvp - own world type! : ) (https://otland.net/threads/pvp-own-world-type.31889/) , but it is giving this error: INVALID EVENT...
  4. H

    Lua I Need help in the script

    I LOVE YOU. THANKS
  5. H

    Lua I Need help in the script

    I do not know how to program, thank you very much for your help, but it is still giving error :( [Warning - Event::checkScript] Can not load script: scripts/quests/forgotten knowledge/fount.lua data/movements/scripts/quests/forgotten knowledge/fount.lua:5: ')' expected (to close '(' at line 4)...
  6. H

    Lua I Need help in the script

    Hello Guys, someone can help me? function onStepIn (creature, item, position, fromposition) local player = creature:getplayer() if not player then return end if creature:getplayer player:teleportTo(Position(32722, 32242, 8)...
  7. H

    AAC Login.php

    Good morning, I have a small problem, if anyone can help me I would be very grateful. I am using this login.php Tibia Client 11.8, it appears the name of the char, however when I click enter, the client closes, could someone help me? <?php /** * Created by Notepad++. * User: Malucooo - Erick...
  8. H

    Exp Table

    I just tested your formula, it works. but the exp for the next lvl that appears in the client, is not right, so help me? <---- LEVEL 8.
  9. H

    Exp Table

    OMG Thanks!!! I even made this division for 5, but I did not put the ULL ((50ULL * lv * lv * lv) - (150ULL * lv * lv) + (400ULL * lv)) / 3ULL) / 5 Thank you very much for your help.
  10. H

    Exp Table

    Hello, could anyone help me to decrease the amount of exp that a player needs to pass from lvl? Ex: From lvl 1 to 2 need 100exp, I wanted the exp to be cut 5x. so staying From lvl 1 to 2 need 20exp, right? and so on. ((50ULL * lv * lv * lv) - (150ULL * lv * lv) + (400ULL * lv)) / 3ULL Shall I...
  11. H

    Lua Pets System With ModalWindow - ITS PISSIBLE??

    I was wondering if it is possible to create a pets system with modalwindow ?? If so, could anyone help me?
  12. H

    Lua Help with Script Skill Points.

    Hello, how are you? So I am using this script for every lvl that upa earns "Skills Points" I am with 2 doubt. 1st I wanted that when the upa character appeared a message on the screen something like "+1 Skill Points!" I saw that in Script there is a message area, but it is not working...
  13. H

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    Can you add a reset button? to reset the points and return to normal status? and does the player receive the points again? and another one I tested here, but the message does not appear pro player that he won the points, however the points are added normally.
  14. H

    Npc Death

    @Xikini OMG you are amazing!!!! i love, Thanks. Would you be able to help me with this other probloema? ---> Skills Points (https://otland.net/threads/skills-points.262337/) <---- Thanks
  15. H

    Skills Points

    CreatureEvent - [TFS 1.1] Skill Points, modalwindow (https://otland.net/threads/tfs-1-1-skill-points-modalwindow.229280/) Hello, I'm using the skill points script for this link. I just wanted a help, when the player passes lvl, it does not appear that he won the "points" but the points go to...
  16. H

    [Mod] Auto Loot

    how to configure?
  17. H

    Npc Death

    Is it possible to create a npc "Death", when a player pays an amount and speaks a name, npc kills the chosen player?
  18. H

    Does anyone have a newer version of login.php that accepts new clients? like 11.70+? thank you

    I need a lot to use on my server, would anyone know how do I use a recent version of Tibia Client on my server? it only accepts the 11.49 client. I would like to use a newer version, thank you very much for the attention.
  19. H

    How do I use a newer client on my server?

    How do I use a newer client on my server? Currently my server uses the 11.44 client, I wanted to use a newer one, such as 11.70 / 11.90 or even 12.00, how do I do this? Please, can anyone help me
Back
Top