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

    Weapon auto upgrade

    Hi there. Here is a little script that I found to be cool. Iam just testing it on a closed server with only a limited amount of players, so I have no idea if this makes your server lag when more people are online. Here is a wand script: This script has a min and max dmg formula which it bases...
  2. erikbs

    NPC console error

    Hi the fellow OT`s. Ive recently come over an issue with my NPCs, more exact the shop NPC`s. I get this error in my console, and I cant seem to figure it out. TFS 1.4.2 Client 10.98 Lua Script Error: [Npc interface] data/npc/scripts/lars the hunter.lua:onCreatureSay...
  3. erikbs

    Lua Corpse = chest with uid

    Hi there fellow Otlanders. :) I have an idea for my server but Iam not sure how to go about this. The idea is that a group of players can kill a boss together, the boss either drops a chest with uid, or the corpse of the boss is a chest with uid. Then the chest has to have a storage so each...
  4. erikbs

    Issue with weapon script

    Hi there, Iam having an issue with this script. The script works fine, but when i go full defence i do ALOT more dammage then when iam full attack. Ive checked if the Shielding skill is higher then my Sword skill, but its not. Cant seem to figure out why this happens.. Anyone have any idea? :)...
  5. erikbs

    TFS 1.X+ Change 25 items to other item

    Hi there. This is most likely a very simple script, but this is what i got so far: function onUse(player, item, fromPosition, target, toPosition, isHotkey) item:remove (25) Game.createItem(26520, 1, fromPosition) player:addExperience((player:getLevel()*6), true) return true end...
  6. erikbs

    Table 'ot_2022.znote_accounts' doesn't exist

    When I try to make an account on my webpage I get this error. (see picture). Not sure what to do here when Ive never came across this error before. Help appreciated :) Thanks, Erik
  7. erikbs

    Count "killed monsters" from character created

    Hi there, Ive been searching for a while after a script or clues on how to do this, but I havent been able to find anything yet. So, Iam looking for a solution for when a new character is created, it starts counting how many monsters the character has killed without him/her having to talk to...
  8. erikbs

    Custom Client 10.98

    Hi there, Iam sorry to bother you guys, but I hope someone has a few minutes to spare to help me out. Iam ofcourse familiar with this thread: Custom Client [8.6 - 10.XX] (https://otland.net/threads/custom-client-8-6-10-xx.212219/) which is about setting up a custom client so one doesnt need...
  9. erikbs

    Sudden issues with Remeres map editor

    Hi guys. I've been using Remeres map editor for a while now, but a couple of days ago something changed. I've been mapping using the "Terrain palette" and then choosing for example "water", and used "Grass" to create landmass. The grass/land then got shoreline around it automatically. So when I...
Back
Top