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

    Lua Spells

    Hello guys, well I'm at the moment thinking, how to fix the spells as fast as possible. With fix I don't mean that they are bug, but changing the damage of it. Every Spell got a special formula which calculates the damage etc... I found this in config.lua: formulaLevel = 10...
  2. G

    Linux Restarter.sh problem

    Hello, I got a pretty weird error at my Ubuntu Server. If i execute screen ./restarter.sh it gives me error that there is no such file or directory and im sure that this file is in the directory...
  3. G

    Linux Account Manager

    hey, I got a really strange problem. Somehow people are able to hack the Account Manager char. I banned the account but they still got access to login with the char.... Doubt that they can hack the database though since else they could just login with the admin char.
  4. G

    Tool for Lua Checking?

    Hey, since nowadays its very important to have clean Lua scripts, I wanna know, if there is any tool which checks the usage of lua scripts.
  5. G

    Lua Bazir Mirror

    Hey, I wanna ask how to fix Bazir Mirror on 8.6. This is the normal one: function onUse(cid, item, frompos, item2, topos) local LustroPos = { x=32739, y=32392, z=14, stackpos=2} local TapestryPos = { x=32739, y=32393, z=14, stackpos=2} local tpPos = {x=32712, y=32392, z=13} local...
Back
Top