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

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    When you kill a monster, a message should appear on your default channel. If the message isn't appearing, try replacing this line at creaturescripts/scripts/killinginthenameof.lua if isPlayer(target) or isSummon(target) then return true end By this one if isPlayer(target) then return true end...
  2. Darkhaos

    Would be worth to sell...?

    What about a full Killing in the name of... quest?
  3. Darkhaos

    Would be worth to sell...?

    Sorry for double posting, but i can't find a way to edit threads. Here is a link to pastie.org with all Achievements added to a player. http://pastie.org/8965972
  4. Darkhaos

    Would be worth to sell...?

    Well, i've been thinking of what would be a good script to sell and i thout that a Full Achievements System would be nice and some people will want it in their servers so, do you think is a good script for sale? The system has ALL Tibia RL Achievements (305? achievements, source: TibiaWiki)...
  5. Darkhaos

    OpenTibia ForgottenMapEditor 0.1-beta! Almost every version supported (including latest)

    I can't find how to load a map. I placed Tibia.dat, Tibia.spr, items.otb and items.xml inside data/materials/960. But how to load the map? Should i copy the map inside materials/960?
  6. Darkhaos

    Player Management 2.5

    I was working in a new version for this app but then i started working in a web-based app with same functions, where you just have to log in with an gm/god account.
  7. Darkhaos

    Time to make Otland shine again?

    People is playing LoL now
  8. Darkhaos

    Action Working Demon Oak Quest

    Semms to be like function 'lower' is not in your server anymore. Try replacing all str:lower() functions with string.lower(str) An example: Change --Line 244, where the error is showed first. if m_name:lower() == name:lower() then To if string.lower(m_name) == string.lower(name) then
  9. Darkhaos

    CreatureEvent M-M-M-Monster Kill !

    (Not tested) With this one, you'll have to kill players in 10 seconds or less to get the messages (Like LoL) local storage = 8003 local intervalStorage = 8004 local maxTime = 10 --max 10 seconds between kill before restart local streaks = { [2] = "DOUBLE KILL!", [3] = "TRIPLE...
  10. Darkhaos

    ShadowCores signature

    Are Crustacea Gigantica where they should be?
  11. Darkhaos

    Bug reports

    In the quest for the new mount, there is a mission where you get 3 red dragon tears. Using the shovel in the places to get them makes the tears appears in the floor and other players can stole them. If somebody stole one of your tears, you can't get it again (At least for now, there is a lot of...
  12. Darkhaos

    TalkAction Fly System By Darkhaos

    When i made this script, that function wasn't available (at least that is what i remember). The function doAreaCombatHealth creates tiles (It's a TFS bug)
  13. Darkhaos

    Action Working Demon Oak Quest

    No, it's not. I'm selling the real one.
  14. Darkhaos

    Player Management 2.5

    This project is dead. I'm creating a new one.
  15. Darkhaos

    Bug reports

    When you get the whetstone you read the message: You have found the stone and should return it to the gnomes. Should be: Your skill allowed you to grab a whetstone before the stone sinks into the lava. Bigfoot's Burden Quest/Spoiler - TibiaWiki - Quests, Items, Spells, and more
  16. Darkhaos

    Which PC is better?

    I'll buy a new PC in the next days so i want to know what you guys is better from these ones (I know these aren't the best pcs in the world but i don't have more money xD) 1st: Motherboard ASROCK N68-VS3 Hard Disk 500GB 7200 RPM SATA RAM 2GB DDR3 1333 Mhz Processor AMD Athlon II X2 270...
  17. Darkhaos

    Bug reports

    The Shattered Isles Quest repeated in Quest-Log
  18. Darkhaos

    Bug in 0.3.6pl1 [Client Crash]

    I have a weird problem in my ot. When two players step in one item with height (Parcel, box, etc) (When climbing a ladder or down a hole, 2 players gets stacked) the client crashes. Does anyone how to fix this?
  19. Darkhaos

    Bug reports

    It's not necessary to give bast skirts. Just forge the items
Back
Top