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

    Attempt to call method 'getNameDescription'

    I have problem with loot not showing when killing monsters. This is the error I get: I am using TFS 1.3 and this is the /scripts/monster.lua code I have at the moment: -- Rarity Animations local rare_popup = true local rare_effect = true local rare_effect_id = CONST_ME_STUN -- Custom...
  2. Batalj

    Can't open doors, getting error.

    Hello! I am getting this error when trying to open doors. Ive tried to change in both global and compat to try solve 'isInArray' If I switch 'IsInArray' to 'table.contains' I get this error: Does anyone know what I can do to solve this?
  3. Batalj

    Converted to TFS 1.4 got Lua Script crash on startup.

    So I recently decided to try go TFS 1.4 from 1.3 and downloaded this one: GitHub - otland/forgottenserver at v1.4 (https://github.com/otland/forgottenserver/tree/v1.4) I compiled it and it gave no errors, however on startup I get error with Lua Scripts(Data/Scripts) files. I tried to delete one...
  4. Batalj

    Have problem with player.lua and login.lua interfering with eachother.

    Hello! So I have a problem that I have tried to solve myself. It all started with that I wanted to get npcs to work on the server, which made me swap out some npc/lib files and lib/lib files to get storage etc to work. Now to the problem. Here is my errorcode which makes me unavailable to...
  5. Batalj

    C++ Mission script wont count monster storage

    Hello there everyone! I have rush into a problem concerning a script I am suppose to use as a starter questline on my server. The thing I want help with is that monster count doesnt work, I have tried everything but when I ask the npc he still says I have the same amount of monsters left to kill...
  6. Batalj

    Lua Svargrond Arena TFS 1.2 error

    Hello there! I have been trying to solve this problem all night, the error code in the console looks like this: Lua Script Error: [Npc interface] data/npc/scripts/arena.lua:onCreatureSay data/npc/scripts/arena.lua:29: attempt to index global 'Storage' (a nil value) stack traceback: [C]...
  7. Batalj

    Your dragon hammers were charged

    Hello! I have got a strange problem on my server. When people on the server loot a weapon of the same type as they have, it will be gone(charged) the next time he hits another creature with the same weapon. Anyone has any ideas how this can occour? Imgur: Imgur: The most awesome images on the...
  8. Batalj

    Strong healing potion problem on use!

    Hello! When I use Strong Healing Potion on my Character ingame it gives an messege in console that is: Lua Script Error: [Action Interface] data/actions/scripts/other/potions.lua:onUse data/actions/scripts/other/potions.lua:69: attempt to call global 'isKnight' (a nil value) stack traceback...
  9. Batalj

    [Sweden] ThalisRPG - Opening tonight 22:00 GMT+1

    Hello there! I have finally made my OT-server and would like to advertise it here to get more people playing on it. Here is some information about it: Stages: Experience 3x Skills 7x Loot 1x Magic 4x Five different towns House price is 1000gp per sqm and rent is 100gp per sqm weekly Custom...
  10. Batalj

    Team 10.98 Custom made RPG-Server is looking for a Team for future and faster development!

    Hello there! I am Batalj, been playing OT since 2007 and been mapping since 2009. I am currently trying to make a custom RPG-Server with some different scripts and a whole custom map to try get some fun and intressting time to spend at the game later on when it is done. This project will have...
  11. Batalj

    Batalj's mapping thread

    Hello there! I am currently in the making of a RPG-server and would like to get some feedback on my mapping(since I will make it all myself). Some pieces or places may have been copied but they have all get rewamped. So I am not taking credit for everything. Will tell what pieces those are...
  12. Batalj

    Errorcode "C2065" 'onspawnMonster' undeclared identifier

    Hello! I am using TFS 1.2 the newest release for 10.98 protocol. Lately I have been trying to add scripts etc to the sourcefiles. Now I have a problem when I try to compile the server. This is a photo of how it looks, this is the source where I got the script from: CreatureEvent - [TFS...
Back
Top