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

  1. Terminology

    Lua 🌏Small Dungeon [using Canary]🌏

    It looks like you're not using hasPlayer correctly, you're defining the positions like this: centerDemonRoomPosition = {x = 4899, y = 3741, z = 15}, After looking at the hasPlayer function it looks like it's expecting it to be like this (Added "Position" before coordinates): local setting =...
  2. Terminology

    Lua HELP WITH SCRIPT

    Not in lua but this seems a lot easier by editing the source. In player.cpp under the Player::death function look for if (expLoss != 0) { change that whole part to if (expLoss != 0) { uint32_t oldLevel = level; if (vocation->getId() == VOCATION_NONE || level > 7) {...
  3. Terminology

    TFS 1.5 Sharpshooter Problem

    You can see in your sharpshooter spell you're doing the following. local exhaust = createConditionObject(CONDITION_EXHAUST_HEAL) setConditionParam(exhaust, CONDITION_PARAM_SUBID, EXHAUST_HEAL) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 10000) setCombatCondition(combat, exhaust) You're...
  4. Terminology

    [TFS 1.2][MYACC] Weird ram leak that occured randomly

    Not sure, may want to clean it up a bit just incase. do "df -h" so it's more readable. It does say that you are currently using 97% though which is pretty high.
  5. Terminology

    [TFS 1.2][MYACC] Weird ram leak that occured randomly

    Isn't this already telling you what's wrong? "No space left on device" do you have space? type "df" in terminal
  6. Terminology

    [Canada][13.10] MorgarOT - Global Map, Wheel of Destiny | Forge | Bosstiary & Much More!

    Hello, I would like to invite everyone to join MorgarOT! A server I've been working on and running for some time now. The server has had it's ups and downs but I've been doing my best to work on it the most I can, that's why I would like you to come try it out if you feel like joining a server...
  7. Terminology

    [USA][13.10] OvertakeOT - Global Map, Wheel Of Destiny, Autoloot, QOL Changes and much more

    Hello, I believe the first time you get past level 50 you have to re-log in order to see the points, let me know if the issue persists. Thank you, hope to see your around. Thanks! The server is growing slowly, thanks to everyone.
  8. Terminology

    [USA][13.10] OvertakeOT - Global Map, Wheel Of Destiny, Autoloot, QOL Changes and much more

    Pvp: Open Pvp Protocol: 13.10 Location: Dallas Loot: 4x Bestiary: 2x Rates by stages Features: • Online 24/7 • Forge system • Bosstiary sytem • Rewards by level • Guild War system • PvP Protection level 7 • Level 1 to create guilds • Level 100 to buy a house • Server backed up...
  9. Terminology

    Lua When you can't find it after working whole day

    Well I have never used that engine but you have this <event type="think" name="years" value="years.lua"/> and I believe it should be script="years.lua"/>
  10. Terminology

    TFS 1.X+ No privileges for GOD actions

    You're trying to change id you need to change account_id
  11. Terminology

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Hello, system is working great but I'm running into the issue where if Equip/Unequip the item through Hotkeys the attributes are not applied/removed, did I do something wrong? *Noticed equipping the item through hotkey also lets me equip an unidentified item
  12. Terminology

    TFS 1.X+ [TFS 1.3] Summons Cannot Uses Spells From the Same Monster in XML File

    Hey! I know this isn't my thread but I think what he's saying is that he wants to be able to summon the monster Magma Crawler, but the summon should not be able to use the spell "magma crawler soulfire"
  13. Terminology

    [TFS 1.x] player:getAccountStorageValue | player:setAccountStorageValue

    Sorry for bumping this old thread but the storage clears after a /save or serversave/close, how can I make it permanent? thanks
Back
Top