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

Search results

  1. Candlejack

    Best place to host an OT?

    I was wondering where the best place is to host an OT? My connection isn't good enough to host one myself. Should I buy a dedicated server? And where would you suggest?
  2. Candlejack

    Tibia Deathmatch 2015

    HOW TO PLAY The game is simple. Go by the post above you. Add one (+) to a vocation you like the most, and subtract one (-) from the one you like the least. Basically you just copy and paste the scores from the post above yours. Modify it by putting +1 for the vocation you're adding a point to...
  3. Candlejack

    AntiBot Methods?

    Well, I'm working on a server and wanted to discuss anti bot methods. Is there any 'good' methods to stop people from using aim bots and auto healing bots? What steps have you taken in your own server to stop hackers? Also, would making a custom client help? I was looking at ways to reverse...
  4. Candlejack

    Action Knock out & Robbery System ~ 0.3.6

    Basically you can use a dagger to walk up to a player and knock them out. They're knocked out for about 6 seconds. You can then stand next to them for 3 seconds after you knock them out and rob all their gold. If you move after knocking them out the robbery will be aborted. :) This works for TFS...
  5. Candlejack

    Solved mayNotMove function wont work TFS 1.0

    I am getting an error when using mayNotMove function. Anyone know why? I'm using TFS 1.0 The problem code is: mayNotMove(itemEx.uid, true) local config = { timee = 60000 -- Seconds } local function allowMovement(cid) if not isPlayer(cid) then return end...
  6. Candlejack

    What's the current state of Tibia?

    I played during 7.4 and quit around 8.9. I was wondering what the current state of Tibia is with all the updates and what not. I feel that Tibia has left its sandbox roots that originally drew me too it. What do you think? Also, do you think someone who enjoyed its sandboxness like me would...
  7. Candlejack

    NPC Tutor Shop - An NPC shop only Tutors or GM's can use!

    I'm still a novice at scripting. But I managed to conjure this up. This is a shop that only allows people of a certain group id to use it. Change the variable group to whatever you want. Right now it's set at Tutors. Tested on TFS 0.3.6. local keywordHandler = KeywordHandler:new() local...
  8. Candlejack

    TibiaLife - Cops vs Robbers vs Civilians. 40+ New Features! Drugs,Robbery,Jail,Bounties,Mining,etc.

    Alpha 1.0 Teaser This video doesn't do much justice for showing off the cool features of this OT - But it's better than nothing :) What is TibiaLife? TibiaLife is a Role Play game where the fun comes from player interaction. As you enter into the game world your first goal is to generate...
  9. Candlejack

    A shop only Tutors can use?

    I've been trying to do this myself for a few days and can't figure it out. Could someone help me make an NPC that's a shop that only a Tutor can use?
  10. Candlejack

    Accessing storage value from xml?

    Is there a way to access storage values in an XML file? Like from an NPC?
  11. Candlejack

    LUA code to add logout block effect?

    Is there an LUA function I can use in my code so when an object is used on a player it makes them unable to log out? Much like when you attack a monster you can't log off. I already have the code where I can use an object on a player. But I need to LUA function to where I can add that effect to...
  12. Candlejack

    Solved Noob LUA Question about Shop NPC :) tfs 0.3.6 [solved]

    Basically I don't want the player to be able to trade with an NPC unless this storage variable is set to 1. This isn't working! Any thoughts? Thank you! local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local...
  13. Candlejack

    Lua LUA Code to change players name temporarily?

    Is there a way so that when a player equips a certain helmet his name changes as long as it's on? Could someone point me in the right direction? I can't seem to find a function for this or know if it's even possible :)
  14. Candlejack

    Make player look like dead body temporarily

    I've been searching the forums for about 40 minutes and can't find help :( All I want is to know the LUA function that can make a player look like a dead body and not be able to move for about 30 seconds then go back to normal. Anyone got any ideas? Thank you!
  15. Candlejack

    LUA Code to add todays date?

    I want to add the date to a note that's given to a player. This is an example of what I need. doSetItemText(license, "This note is for player: ".. getPlayerName(cid) .." on date: ".. [TODAYS DATE] ..".") So the note would read: "This note is for player Candlejack issued on April...
  16. Candlejack

    NPC that converts items after 60 seconds

    Is this possible? I need an NPC that would convert x number of item id xxxx to x number of item id yyyy. But I need the player to wait based on the number of items that were given For example. Player: Hi Npc: Hello Player: Convert 10 Branches <Player gives NPC 10 branches> NPC: Thank you...
  17. Candlejack

    Portal Random Location

    I want to make a single portal that can teleport to up to 13 locations. When you enter the portal it would randomly select which one of the 13 locations to send you to. Is this possible?
  18. Candlejack

    Items in boxes/bags saves and comes back after restart?

    I want to have a box, or bag, in the game so that when stuff is but in it and the server saves the contents of the bag/box saves and comes back after the server is back online. I'd like many of these bags/boxes in the game. Is there a way to do this with just LUA scripts? I'd like players to...
  19. Candlejack

    Tibia Deathmatch 2014 **DRUID WON** (game over)

    HOW TO PLAY The game is simple. Go by the post above you. Add one (+) to a vocation you like the most, and subtract one (-) from the one you like the least. Basically you just copy and paste the scores from the post above yours. Modify it by putting +1 for the vocation you're adding a point to...
  20. Candlejack

    Hard Core PVP Questions

    I think the updates to Tibia are horrifying. Walking through players, magic fields don't hurt people, the new pvp system. Terrible. But, I was hoping to find comfort on a Hardcore PVP server. Here are my questions. 1. Can you walk through other players? 2. If I shoot a fire field down, if a...
Back
Top