• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Booker

    Compiling OTclient, impossible!

    Hello. So, i'm trying to compile OT Client and it seems impossible to accomplish this frustrating task. I tried edubart's tutorial and searched, searched and searched with no success. I just get a thousand of errors at the beginning to the end. I'm using MSVC 2017, windows. Already tried...
  2. Booker

    New generic slot in a MiniWindow

    Hello, i'm making my first scripts in lua by my own and got to an issue: i'm trying to create a window where there are 3 slots and only 1 type of item can be assigned to it, it actually looks like this right now: The problem is, when i try to place any item on them, i get the error: "You cannot...
  3. Booker

    TFS 1.X+ Creature() method with custom monsters?

    Hello, i'm using TFS 1.2 and i just cant get to return a monster instance using Creature() on a custom made monster passing in it's name as param. This works: local monster = Creature("rabbit") monster:getName() >> Rabbit This doesn't: local monster = Creature("myMonster") monster:getName() >>...
  4. Booker

    Miss System

    Hi, i'd like to know how can i make spell which makes my target Blind for x seconds. Whats is blind? When the target tries to cast a spell, he doesn't and appears a "miss" message. I have a mud shot spell which leaves the opponent with miss, but dunno how to put this in another spell: Note...
  5. Booker

    Lua needTarget not working!?

    Hi people, idk what is going on, my "needtarget" in spells.xml isn't working: <instant name="Scratch" words="scratch" lvl="1" mana="0" prem="0" range="1" needtarget="1" casterTargetOrDirection="1" blockwalls="1" exhaustion="200" needlearn="0" event="script" value="normal/scratch.lua">...
  6. Booker

    Lua Instantly change outfit

    I have the following script of an NPC who changes my vocation: It works well, but i want the NPC to give my instantly and outfit and take another one from me. Note that it needs to change by the time the words "yes" are said (to accept the vocation). Should i use a string like...
Back
Top