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

Recent content by Foruka

  1. F

    OnUse error

    ( is needed near or at line 6
  2. F

    Lua Query Error!

    Check vocations.XML, it has lessloss
  3. F

    Windows can someone help me ?

    CREATE TABLE IF NOT EXISTS `guild_wars` ( `id` INT NOT NULL AUTO_INCREMENT, `guild_id` INT NOT NULL, `enemy_id` INT NOT NULL, `begin` BIGINT NOT NULL DEFAULT '0', `end` BIGINT NOT NULL DEFAULT '0', `frags` INT UNSIGNED NOT NULL DEFAULT '0', `payment` BIGINT UNSIGNED NOT NULL DEFAULT '0'...
  4. F

    spells - create item

    Theres some parameters in spells.xml you need to change. I believe theres selfTarget = "" and others
  5. F

    Lua Vocations Help

    lessloss in vocations.xml might solve it
  6. F

    Linux In Need OF linux pro!!

    Segmentation fault usually means "out of memory" I think
Back
Top