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

    TFS 1.X+ Is it possible to set a loot/exp/skill rate for 1 specific player?

    I was looking for some lua function that can increase or decrease a specific player loot/exp/skill rate for X amount, but I had no sucess. For example: A player wear a ring or maybe he talks to a NPC and then he get a bonus for one those stats. I am using TFS 1.3
  2. C

    Why this login script doesn't work?

    Why is this script not working? I want a simple script that set the player town to 2 when he login for the first time. I am making sure to create a new char to make the LastLoginSaved = 0, still doesn't work. creaturescripts.xml <event type="login" name="changetown"...
  3. C

    How to make a door that closes after player pass through?

    I want to make a script that the player use a KEY to open the door and then closes it automaticaly after he pass through the door. I tried to make it using an "addEvent" but never close the doors, so I think I am doing something really wrong.
  4. C

    TFS 1.X+ Client crashes whenever I buy a house and logout

    Hey guys, I have a weird bug that whenever I buy a house and the server restarts, next time I log in my game crashes. After this, I must try to log in 2x because the first I always get a debug error. Any idea what should I be looking for to fix it There is no errors in console, the game just...
  5. C

    TFS 1.X+ How to automatically use an object in BP on target?

    How can I make a function that makes X item in Backpack attack Y target (that is an object btw)? Basically, the same thing as you right click on the item and left click it on a object, but I want this as a code. Is it possible to do?
  6. C

    How to remove charge of specific item?

    I have this script for training in dummy. Whenever you hit the dummy with your weapon, you lose 1 charge of the weapon. It is working, however, if I have 10 weapons when I hit the dummy I lose charge in my 10 weapons instead of one. local skills = { [32384] = {id=SKILL_SWORD,voc=4}, --...
  7. C

    How to find a lua function easily (TFS 1.3)

    Hey, there! I made this spreadsheet that can find with ease any code you want. How it works? Choose the filters betwen category and sub-category to find your desired code. Example: Let's say I want to find a code for Players that get his Money value. 1- Open your Excel file; 2- Choose...
  8. C

    How to move player 1 sqm if he is on X position?

    I have this script that remove a stone when you pull the lever. After a while, the stone is created on the same spot. However, if the player in on the same position of the stone, the stone is not created... So, I need to move the player 1 sqm away if he is on the same spot of the stone. local...
  9. C

    I pay $ whoever solves my problem! Illegal value ERROR!

    I am tired of following guides that never works. I mean, they work if you want to play alone, playing in localhost... This works like a charm, but whenever I try to make my otserver online (the real objective here) things go wrong. Going directly to my problem: I tried to change my client IP...
  10. C

    Lua Whats wrong with this script?

    I made a EXP script that forces the player to get a certain amount of exp in rookgaard and when he moves to main island he get the normal exp. The script is working until level 20, after that it is like I am playing 1x server... Whats going on? PS: I am sure I disabled Stages in XML. This...
  11. C

    Suddenly I can't buy from NPCs anymore.

    Until this morning I was playing normally, but now suddenly I can't buy from npcs... I have a backup server that used to work 100% and even this backup isn't working... There is no error on distro. All I did from this morning until now was mapping in RME. Any idea what could be causing this?
  12. C

    OTClient Is it possible to export RME minimap to the game?

    As the title says, is it possible to export my minimap from RME to my tibia client? If it is not possible, is there any other way to show the whole world in my minimap (client)? The map I want to unlock in game is a custom map made by me. My client is 11.xx
  13. C

    Monsters does not respawn.

    Hello everyone! When I kill a monster in my server, it does not respawn (even if I wait hours). Any idea what could be causing this problem?
  14. C

    Lua Dawnport vocation changer

    Hello! I AM trying to make a script that looks like global... Everything is looking fine, I can choose my vocation lvl 1, but the problem is If I choose sorcerer, for example, I Will have 285 mana instead of 80 (like global) when I reach lvl 8. Same Goes for Knight (higher Hp at lvl 8). My...
  15. C

    TFS 1.X+ Can't login with a vocation, only no vocation.

    Hello everyone. I am trying to login in my own server but I have no sucess. Whenever I try to login a char with any vocation, It says server is offline, but when I try to login with a char that have no vocation I can login with sucess. Any Idea what is going on here?
  16. C

    How to config starting level using AAC?

    Hello, everyone. I want to make a server that you can choose your vocation and start level 1, almost like Dawnport. Whenever I choose any class, I start level 8, but if I choose "no vocation" I start level 1... I am using a website AAC and UniServerZ for database. So, how do I config that?
  17. C

    I cannot login to my own server.

    Hello everyone, you guys are my last hope. I followed every single tutorial I found about creating an otserver and the results are: doesn't matter what I do, I cannot login to my own server. I tried TFS 1.2 that I compiled myself, I tried a compiled version from TFS 1.2, now I am trying one I...
Back
Top