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

    OnMoveItem

    Under registerCreatureEvent(cid, "SkullCheck") or registerCreatureEvent(cid, "FimVip")? Also, I find out something VERY strange. I'm running my server in a debian Linux, also I have the same server in my computer, that is windows. When I run local, in my computer, this bug does not happen, only...
  2. G

    [CAST] - OTX Server 2.X.S-3 LORD ZEDD (7.x/8.x/8.5x/8.6x/8.7x/10.x)

    Bro, I'm using this distro to run my server, BUT there is a strange problem. With binary files and running on my computer that is windows, I don't have any bug, BUT when I put the server on my VPN that uses Linux, When I put the max number of items allowed in config.lua in the same Tile, and...
  3. G

    OnMoveItem

    local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) if(getBooleanFromString(getConfigValue('accountManager')) == false) then if (getCreatureName(cid) == "Account...
  4. G

    OnMoveItem

    what do u mean ? I didnt understand
  5. G

    OnMoveItem

    Didn't work I can still put more than 10 itens in the same sqm.
  6. G

    OnMoveItem

    PLEASE, DELETE THIS
  7. G

    OnMoveItem

    X = the value that I want to choose, For example, If i want that the sqm can fit only 10 items per sqm, I replace X per 10. OTX2
  8. G

    [USA] [7.72] NostalgicOT Real Map - Starts 05/25/2018 16:00 GMT-3 Time

    NostalgicOT will be launched 05/25/2018 16:00 GMT-3 Brazilian Time Create your account in the following Link: Create your account here NostalgicT is an OldSchool server for those who like to remember how good the tibia was before. Running on Tibia version 7.72 we will play and remember...
  9. G

    OnMoveItem

    Hello, I need a script that if has X items in a sqm, if the players try to put another item in that same sqm, return that is not possible. I have tried in many ways, my last attempt: function onMoveItem(moveItem, frompos, position, cid) if(Tile(toPosition):getItemCount(cid) >= X and...
  10. G

    OTX Server 3 - Based on TFS 1.2 (7.6/7.72 - 8.6 - 8.70/71 - 10.96)

    It's what the tutorial says to do: mattyx14/otxserver
  11. G

    [CAST] - OTX Server 2.X.S-3 LORD ZEDD (7.x/8.x/8.5x/8.6x/8.7x/10.x)

    This is my game.cpp, where should I put your code into it?
  12. G

    OTX Server 3 - Based on TFS 1.2 (7.6/7.72 - 8.6 - 8.70/71 - 10.96)

    Did u make this before compile?
  13. G

    Can't connect to my own server

    When you access a website that gives your IP, for example: Meu IP - Qual é o meu IP? e-MeuIP.com - Qual é o meu IP? Veja agora mesmo! Meu ip - Qual é o Meu IP? 74.122.197.98 Is your IP equal or different in each one? Which IP each of those websites gave to you? I think that you do not have IPV4...
  14. G

    Lua Animate dead in area

    Hello, when I use the rune Animate Dead in a minotaur corpse for example, it only make 1 skeleton even if have more than 1 dead minotaur around, but the rune should work in area to summon more than 1 skeleton if there are more than 1 minotaur corpse, anyone can help me change this script to be...
  15. G

    Can't connect to my own server

    Where did you get this IPV4 Adress? Can you show me the picture? Also, send me a picture of the basics informations of your modem, where shows all ips.
  16. G

    IPv6 Server

    Don't use NO-IP to, use DYNU, there you can use your IPV6 Adress and players will not have problem to acess your server. I'm using it, and is working well. BUT, always a BUT, ONLY people who have IPV6 will be able to connect in your server, who still have the old IPV4 wont. I will be coolest...
  17. G

    Problem to post on OTservlist

    Try http://nostalgicot.servegame.com:8080 If does not work, check if your internet is IPV6 or IPV4 in this website. Test your IPv6. My server only works for users that are already with the new internet that uses IPV6. (Is not my choice, All ISP are changing all users from IPV4 to IPV6...
  18. G

    Problem to post on OTservlist

    Hello, I have a server up and running, my friends can log in the server and also in the website. http://nostalgicot.dynu.net:8080/ nostalgicot.dynu.net port 7171 But when I try to put the server in the otservlist, returns that my server has to be online to add to their list. "Your server has...
Back
Top