• 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!

help

  1. E

    Lua Making NPCs

    Hello there OTland. I am trying to make NPCs using tfs 1.4.2 Firstly i make for example: 1. data/npc > Creating test_npc.xml 2. data/npc/scripts > creating test_npc.lua Making it with really easy code such " function onCreatureSay(player, type, msg) if msg:lower() == "hi" then...
  2. kropa997

    OTClient Need OTClient 13.32

    Hello, I am looking for OTC 13.32, I used this thread Link but without any results. after downloading otc from the above-mentioned thread, I cannot run clinet version 13.32 in the terminal, it shows an error ERROR: Lua exception: C++ exception ERROR: protected lua call failed: LUA ERROR: C++...
  3. L

    Could someone help me compile tfs with account creation src in the client?

    Could someone help me compile tfs with account creation src in the client? I don't have the knowledge to do it, an example of what I want to do here https://otland.net/threads/module-account-character-registration-through-the-client.276900/
  4. K

    Looking for the right person! (help)

    been working on hosting my own server, and have it up and running, just got the shop going on the site, and pay pal and such, but when it redirects them to pp they donate and then when they get back to the site they are not seeing the points be added to there account, i have a ipn set up on...
  5. M

    SET OUTFIT FOR YOURSELF WITHOUT A GM/PACC OTClient

    I am writing to ask for your assistance with an issue I am facing related to changing an outfit in OTClient. Specifically, I need help with setting an outfit for yourself without using the Pacc/GameMaster feature. Thank you in advance for all your answers, best regards
  6. N

    Hey everyone! I'm trying to make a magic healing spell. Like Exura Mana.

    So, i want to make the spell "exura mana" wich obviously heals mana, only for mages so they can heal themselves some mana like a knight would do with exura ico. Thing is i don't know how to, or where to begin with. If someone could help me with this script i'd be very thankful :(. If this is the...
  7. Z

    OTClient Tick/Draw every frame for Modal Windows?

    Is there a tick function for modal windows? I want to move a button across the screen idly but can only move it when I click on the button. I've tried making a function and calling g_clock.scheduleEvent, g_dispatcher.addEvent, and scheduleEvent but have had no success. I understand that I am...
  8. Z

    OTClient custom window for OTClient for TFS 1.5?

    How would I go about creating one of these custom windows with buttons and all? I'm using the OTClient and TFS 1.4
  9. J

    Tfs 1.5 by nekiro palladin no attack weapon when use pot

    Hello guys I use tfs 1.5 and I have problem whe palladin use potion sto attack from weapon how I can change this ? If I change in config.lua classicAttackSpeed = false to classicAttackSpeed = true Is every time lags when I add to weapons.xml swing="true" --- not working I try compile...
  10. richardestro

    "Mini boss" Revscript

    Hey! Looking for some help, i found this revscript that summons a "stronger version" of a killed monster, for TFS 1.3. local spawnbosses = { ["Rotworm"] = { chance = 50, bossName = "Demon" -- i use Demon only for test }, ["Dragon"] = { chance = 50...
  11. conman

    Canary RL 13.21 - Loyalty System (and other) questions - newbie needs experienced users' help

    Hello, Few words of introduction- I have recently set up a Canary 13.21 RL map server. For now, as weird as it may sound, I am not planning on hosting the server. Instead I am trying to create a strong character to test a high level EK vs what modern Tibia has to offer- in a safe environment :)...
  12. richardestro

    Roulette Revscript problem

    Hello, i'm trying to add a roulette to my server and i found a Revscript for that, but currently it's giving me 2 errors in the console. the first one it's at the moment I start the server: Lua Script Error: [Scripts Interface] D:\Escritorio\Basureron't\Pruebas del canaot\Canas Ote\Toxic...
  13. richardestro

    Error with firestorm Revscript

    Hey buddies, I'm trying to use this Revscript for firestorm event: --[[ Credits: Sarah Wesker Version: 1.2 Compat: TFS 1.3 Create: December 2020 ]]-- local config = { miscellaneous = { name = "FireStorm", -- event name talkaction = "!firestorm", --...
  14. G

    WHERE CAN I FIND THE SPR DAT FILES FOR 13.10?

    IM GOING INSANE SEARCHING FOR THIS AND GUESS WHAT? NOTHING! CAN'T FIND A SHIT CLOSE TO THAT! MATTER OF FACT, ONLY COULD FIND 8.6 AND 10.98 (THIS ONE DIDN'T EVEN WORK), MOST OF THE THINGS I SAW WERE OVERCOMPLICATED AND WAY TOO HEAVY, I JUST WANT, TO DOWNLOAD, 2 FILES, ON A CRAP PC, JUST MOVE THE...
  15. Szka

    TFS 1.X+ Trying to get a Monster Counter

    Hello, I'm using TFS 1.5 the Nekiro downgraded version 8.60. And I managed to get the questlog working perfectly, but I'm trying to get the player an update eachtime a rotworm gets killed. For now, I'm not getting the missionstate updated when the rotworm is getting killed, and I use a "print"...
  16. Borgaroth

    In need of some assistance.

    So I’m wanting to make a server of course. I want to start a 100% custom server and idk how to do much and was wondering where I should start. Like should I make the map first and go off of that? I’m thinking that’s the key, I need a world before anything else will come. I know I could...
  17. Gofrion

    Compiling TFS 7.72 - Read map from 7.4

    Hello someone can explain me how to change otmb reader from 7.60-8.40 version to 7.40 map file? Quick info: On version map 7.60-8.40 i have bad sprites, grounds, and more On version 7.40 everything is okay and i want run my TFS with this version (7.40) When i open original Nekiro world.otmb...
  18. J

    Castle 24 tfs 1.5 Problem

    Hello Guys I have Problem With Lever Script when Players Click on lever from Castle is error Lua Script Error: [Action Interface] data/actions/scripts/castlewarlever.lua:onUse data/actions/scripts/castlewarlever.lua:54: attempt to concatenate global 'guildname' (a boolean value) stack...
  19. J

    events timer

    Hello I use TFS 0.4 and I have problem with timer events script I have Error in console and script not working can anyone help me ?please my script in globalevents is : local EventsListalist = { {time = "01:00", name = "Snowball Event"}, {time = "02:00", name =...
  20. SparvenBara

    Error: bind: Address already in use

    So i tried to fix paypal... but as usual i have no clue of what im doing... did follow a tutorial but, did do something wrong anyways.... now when im updating my server with /closeserver shutdown, this comes up [ServicePort::open} Error: bind: Adress already in use. Please can someone...
Back
Top