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

    TFS 1.X+ Daily reward shrine doesn't give items

    Hello OTland! I am using OTBR's most updated (to this day) pack for Protocol 12.91. I have been testing the Daily Reward Shrine for my ots and everything is working fine, the only problem is that I am not receiving any item, not on my inbox nor my backpack. However, if I remove the items or set...
  2. demon088

    AAC Remote VPS - Cannot find config.lua file

    Hello I am trying to install the MyACC on Ubuntu 20.04 and it is on a remote VPS. The problem is when I go to the 4th step on the installation, showing me: "Cannot find config.lua file. Is your server path correct? Go back and check again." Like in the next picture. Note: I have already used...
  3. demon088

    Imbuements are not being applied

    Hello again OtLand! I have recently been using this distro for Tibia 12.64: GitHub - opentibiabr/otservbr-global: Repository for otservbr-global datapack. Source code: https://github.com/opentibiabr/canary (https://github.com/opentibiabr/otservbr-global) I have been testing around to work on my...
  4. demon088

    Lua Consult experience left to level up using a Talkaction

    Hello OtLand! I have a simple request this time... Is there any script to consult experience using a talkaction? Like... Saying !tolvl and then a message appears showing 'You need X experience points to level PlayerLv+1.' I have been searching through the forum, but couldn't find something...
  5. demon088

    TFS 1.X+ Add Imbuement using LUA

    Hello OtLand! I'm using TFS 1.2 and I have already reviewed @Nekiro 's post Adding "boosts" introduced in Tibia 10.94 by nekiro · Pull Request #2395 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/2395), and I noticed that this source has been already added on my own...
  6. demon088

    Lua Help with summoning spell

    So long time ago I took this script from this forum, to be honest I don't remember the exact post or author, so I apologize about that. local config = { maxSummons = 1, summonName = "Warding Totem" } function onCastSpell(creature, var) local player = creature:getPlayer() if...
  7. demon088

    Help with animations (Sprites)

    Hello Otland! I need help with animation spriting. It ocurrs that we added some large animation for custom spells. The problem is that the area of effect is lower than the animation, as result it looks pretty wierd. Example: The blue square represents the area where the spell is acting, and as...
  8. demon088

    Lua Problem with outfit/addons NPC

    Hello I'm using TFS 1.2 and I need help to solve this issue: This is my script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid)...
  9. demon088

    Lua [TFS 1.X] Random Reward Action

    Hello OtLand! I wanted to share this action script that I have written with other scripts posted in this site. Review it and if someone wants to use, it would be cool! I'm using TFS 1.2 and it is working fine! It is useful to make this a random reward box. In my own OTS I use 6 different items...
  10. demon088

    TFS 1.X+ [TFS 1.3] Issue with amount of potions displayed on use

    Hello Otland! I have an issue on my OTS that doesn't seem like a big deal, but whener potions are being used the full amount is not shown, Example: I have 143 mana potions in my bp, so when I use one it should be displaying "Using one of 143 mana potions..." but instead: When there are less...
  11. demon088

    Lua Can a quest send items to depot?

    Hello, Recently I decided to add something similar to loot boxes for my OTS and I would like to know if is there any action script to send the reward directly to the player's depot. If that makes sense, I'll expect help about thid kind of feature. Thanks!
  12. demon088

    TFS 1.X+ Add Fist Skill to Offline Training for Beds

    Hello OtLanders! I'm using TFS 1.2 for Tibia Version 10.98. I have just added Fist Skill on my OTS: There is a statue to train Fist and I have several spells including it, if somebody wants me to share such content, please let me know. However, my problem is on bed offline training as you can...
  13. demon088

    Lua Spells with charges

    Hello again OtLand! I need some assistance making a new series of spells for my OTS, and if someone would like to use it, I'm glad to explain how it works or help to insert or edit the spell. My team had the idea to make a spell which could get one charge each time you use it. So, if you have...
  14. demon088

    Add fist vocation TFS 1.2 (COMPILING)

    I used to have a vocation using fist in my previous TFS version, now I wanted to add it again but it is causing bugs while casting Fist based spells. I remember that I had to compile my own TFS with SKILL_FIST on game.ccp and other source files, but when I try to compile: How can I add Fist...
  15. demon088

    Problems running ot server

    Hello again OtLand! I have recently compiled my TFS and I didn't get any error compiling. I tried to run my tfs but while loading the map, the process is just killed without prompting errors. I thougt it was my customized map, but I also tried with a blank map and it's still the same problem. Do...
  16. demon088

    Custom book [SOLVED]

    Hello OtLand! I want to make a special book for my new vocation "Summoner", this book will show all the information about the summons, similar to a spellbook. I need to create a table within the script and write custom information. I was trying with this, but didn't work. function...
  17. demon088

    Solved Avoid damage from own summons

    Hello OtLand! I need help with this: Is there a way to avoid summons hurting the owner of the summon? I have a vocation based on summons and they can get killed by their own summons. Thanks for the help!
  18. demon088

    Lua On use item gives random item that could be rare

    Hello again OtLand! I've been working on mixing systems that gives you random equipment using an item and obtained items could be improved like this post from @zbizu - https://otland.net/threads/tfs-1-1-random-item-stats.228990. This system works giving creature loots with items that can be...
  19. demon088

    Lua Buying potions Talkaction

    Hello again OtLand! I have TFS 1.1 and I was trying to create a talkaction which could be used to buy potions just by saying "!manapotion 25" and then money equal to the price of 25 potions (50gp each) could be charged to the gold you are carrying. But I can't set the amount parameter to the...
  20. demon088

    Linux Something is crashing my OTS...

    Hello again OtLand! I need your help... When I put online my OTS everything is fine, but after almost two days the server crashes and client says 'Connection refused' to every player. I'm running my OTS using 'putty.exe' remotely to a Linux VPS via screens. If I try to run the OTS again when it...
Back
Top