• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. owned

    Love you Otland.

    The things people do for attention... Un-real.
  2. owned

    register weapons in weapons XML?

    Register it in movements.
  3. owned

    Time paralyze

    You should provide your server version.
  4. owned

    Lua TFS 1.2 Storage value.

    What I'm saying is, you can store an int in a string. String being the storage you're calling, int being the return value of the storage.
  5. owned

    Lua TFS 1.2 Storage value.

    player:setStorageValue("drezdenquest", 3) Can we agree that there is a string here? And can we agree that we can check the storage for this string. I miss read what he said about storing strings, as it's irrelevant to the posters question.
  6. owned

    Lua TFS 1.2 Storage value.

    This is false. You can use strings in 1.2
  7. owned

    Team [10.9x] Project: Recruiting Skilled Developers | Paid Opportunities Available

    It is posts like this one that make me want to come back and be apart of the open tibia community again.
  8. owned

    Notepad++

    Yea it's a rough lesson to learn. But I'll check out sublime.
  9. owned

    Notepad++

    Well I could've had it separated into 10 files, had them all open at the time of the crash and same result. So would've made no difference how many files.
  10. owned

    Notepad++

    I had part of it backed up but I don't consistently back my files up because there's really no point. This was worst case scenario where it's a bug in the program which is why I'm suggesting nobody else use notepad++. It doesn't really matter how many lines of code, what I'm saying is it could...
  11. owned

    Notepad++

    Today I would like to try and convince everyone to never use notepad++ again. Quite a few days ago I opened one of my libraries to find everything to be replaced with NUL. This file happened to have 10300 lines of code. So unless you guys would like to waste hours scripting just to lose what...
  12. owned

    How to Put Cooldown on Spells

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT,CONST_ME_ICEATTACK) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SMALLICE) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1.6, -0...
  13. owned

    look at this shit

    Classic
  14. owned

    Lua talkaction returning current task information

    Edit: You might want to post the whole code.
Back
Top