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

    FaniaOTS/Vamas map - download now!

    Looks like a showoff map, doesn't seem very playable.
  2. Hultin

    Sunshine City Part...

    who cares who made it? OPEN tibia community, doesn't that sort of mean all content is open to everyone?
  3. Hultin

    Vip Island ?

    OH DEAR LORD, it's messy and inconsistent. Also, why on earth is there tons of corpses, have you used some tool to rip another servers map or something?
  4. Hultin

    [monster] force monsters to only face on direction

    As thread says, I'm wondering if it's possible to make monsters face in a certain directon at all times, in my case, to the north.
  5. Hultin

    RL-like Target dummys

    I'm bumping for glory!
  6. Hultin

    Storywriter Offering my services

    I've posted a topic just now looking for a person that might just be you, I'm looking for a scripter with many good ideas and who isn't afraid of taking initiative and add/make changes to server (the map and npcs will be modeled around the story and not the other way around as many servers has...
  7. Hultin

    Storywriter Looking for a lorecreator for my server

    Title says it all pretty much, I'm creating a ot to which I want a real, and as deap as possible storyline to go alongside it. This includes, names of npcs (or atleast their roles in the lore, some may have died and returned as undead or etc, up to you). I want there to be room for...
  8. Hultin

    RL-like Target dummys

    Bump
  9. Hultin

    [USA] Strobria [8.54/8.57]

    Waaay to many retarded PLs on that server.
  10. Hultin

    i got this error when start server ,!

    MySQL :: MySQL 5.1 Reference Manual :: B.5.2.10 Packet too large All you need to know should be in there.
  11. Hultin

    RL-like Target dummys

    Hi. I wonder if anyone know how to create RL like target dummys?
  12. Hultin

    [REQ][Spells] Rl-like spells

    I guess that's a start :) Good thinking there! :D
  13. Hultin

    [REQ][Spells] Rl-like spells

    I can tell you that for instance "Great energy beam" doesn't look right, nor does the correct ammount of damage. About 1/3 of my lvl 90 ms on rl's damage, and I tried on ot with a twice as good character.
  14. Hultin

    Promotion NPC

    Here is my promo npc: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  15. Hultin

    [REQ][Spells] Rl-like spells

    I just wonder if anyone has more RL like spells, and if so, are willing to share them with me.
  16. Hultin

    status checker

    How would I go about to try to "mine" data from the server, ot engine if you will, to findout a uptime?
  17. Hultin

    Status checker.

    You've used some shortcuts, for instance "<?=4var;?>" instead of the proper way, "<?php echo $var; ?>". Which meant that I had to edit some of the script, running my php server in uberstrict mode :P
  18. Hultin

    status checker

    Ah,how could I not think of fsockopen. Just modified it a very tiny bit,function serverstatus($ip, $port, $timeout){ $socket = @fsockopen($ip, $port, $errno, $errstr, $timeout); if(!$socket){ return false; } else { return true; } } added the @ to...
Back
Top