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

    Lua [TFS 1.0] New spell crashing server.

    I'm not sure whats going on, but it will randomly crash the server when people are pvping. local holyDeathArea = { createCombatArea({ {0, 1, 0}, {1, 3, 1}, {0, 1, 0} }), createCombatArea({ {0, 1, 1, 1, 0}, {1, 1, 0, 1, 1}, {1, 0, 3, 0, 1}, {1, 1, 0, 1, 1}, {0, 1, 1, 1, 0} })...
  2. spyk3z

    My Little sci-fi browser game showoff.

    Dang that's pretty cool man, Keep up the good work.
  3. spyk3z

    TFS 1.0 or 0.3, 0.2...

    I love 1.0, 13:54 Uptime: 962 hours and 24 minutes. I've never used any version of TFS that's that stable.
  4. spyk3z

    Solved [TFS 1.0] Driving me crazy.

    Love you, Got it to work.
  5. spyk3z

    PHP/MYSQL

    https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql Follow that tutorial.
  6. spyk3z

    Solved [TFS 1.0] Driving me crazy.

    function onCastSpell(cid, var) local creatures, targets = getSpectators(getThingPos(variantToNumber(var)), 3, 3), {} if creatures ~= nil then while #targets < (#creatures > 3 and 3 or #creatures - 1) do local target = creatures[math.random(#creatures)] if not isInArray(targets, target)...
  7. spyk3z

    [TFS 1.0] Monster Suicide.

    When it casts a spell. Racking my head trying to figure out it.
  8. spyk3z

    ObjectBuilder [10.32]

    Yo i keep getting this error every time I try to import an animation. ArgumentError: Unexpected animation mode 255 at otlib.things::Animator$/create() at otlib.things::ThingData$/readSprites() at otlib.things::ThingData$/unserialize() at otlib.things::ThingData$/createFromFile()...
  9. spyk3z

    Graphic Designer delete plz

    Recommended this dude is amazing.
  10. spyk3z

    [TFS 1.0] Monster Suicide.

    I've tried everything to get a monster to kill itself, anyone have any ideas?
  11. spyk3z

    [TFS 1.0] Checking skill level?

    I'm trying to set a limit to blood rage, It checks if your skills are over 400 and if they are it cancels itself. Any help?
  12. spyk3z

    Team Looking for a mapper and a scripter.

    Pm me your skype, Thanks in advance.
  13. spyk3z

    Team Looking for a mapper and a scripter.

    I'm still looking for a decent scripter.
  14. spyk3z

    Elvenstriker Gallery

    Looking really good, Keep up the good work!
  15. spyk3z

    Scripter Two spells = 20 USD. TFS 1.0.

    I need two spells, One that teleports the user to the targets pos and the target to the users old pos, and a spell that that does damage over time but if they move, it does double damage on everything within 5sqm. Thanks.
  16. spyk3z

    Windows (TFS 1.0) Crashing.

    syslog and cron showed no errors, Just random system halts. Nothing to do with temp etc, and over a 6 hour period it got to bad IPMI wouldn't even boot the OS.
  17. spyk3z

    Windows (TFS 1.0) Crashing.

    I had a bad experience with linux, Started with a little lag and ended in total install corruption. That's why I went back to windows.
  18. spyk3z

    Windows (TFS 1.0) Crashing.

    I will, What would cause this? Trying the 32bit version.
  19. spyk3z

    Windows (TFS 1.0) Crashing.

    I was running Debian but decided to go back to Windows. Fresh Install of Windows server 2008 Specs: 2x Intel Xeon X5650 2.66GHz 72 GB DDR3 1333 RAM 2x 200 GB Intel S3700 SSD And it still crashes every few minutes.
Back
Top