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

    Aol Forever!

    function onLogin(cid) local amulet = getPlayerSlotItem(cid, 2) if (amulet ~= nil) then if (amulet.itemid == 2173) then doItemSetAttribute(amulet.uid, 'charges', 99) end end return true end Now go into items.xml and find your AOL and add this: <attribute key="charges" value="99"/>
  2. D

    [Spells] Exori sometimes hit 1, and sometimes hit 300, problem! repp+

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) setCombatFormula(combat, COMBAT_FORMULA_SKILL, 1.0, 0, 1.5, 0) local area = createCombatArea(AREA_SQUARE1X1) setCombatArea(combat...
  3. D

    Anti fake admin

    local staffMembers = {"Dominik"} function onLogin(cid) local staffName = getCreatureName(cid) if(getPlayerAccess(cid) > 0 and not isInArray(staffMembers, staffName)) then print(staffName .. " has been denied login because they have access " .. getPlayerAccess(cid) .. ".") return false end...
  4. D

    Team Lands of Forsaken Kingdom - Development

    Name: Aziz Qaraan Age: 17 Main Language: English and Lua Other Language(s): C++, Java, PhP, HTML and CSS .-.
  5. D

    Tibia XenoBot beta out for free ;).

    If I didn't hate kids I would! xD
  6. D

    Tibia XenoBot beta out for free ;).

    I find this a very amusing thread. The admins are obviously showing that they do not care if your software is released on here with no permission given. Thus if were to leak the donator content, it shall be allowed since it does not involve a crack, correct? Another thing that I find funny is...
  7. D

    [United Kingdom] Harry Potter Online -Custom Client-

    Definitely an extremely fun server. Have been playing nonstop for a few days straight now. So I am definitely on all the time to answer questions and give a helping hand. When you join, I will give you a complimentary Cleansweep Broom (Speed +25) from my stash. Also, I can supply pots (for a...
  8. D

    Team Cast and Crew

    Just a little bump to let people know I added details to the first post.
  9. D

    Team Cast and Crew

    As the title says, I am looking for Cast and Crew members... in Open Tibia job forms. I will not go into too much detail just yet because people tend to steal ideas... Pokemon, Kingdom Age, Real Map, etc.... I will need: Mappers Scripters Coders LOTS of creative minds Actors Filmers Editors...
  10. D

    Function to view things on a certain pos (like a camera)

    Why not just teleport the person to that position with an event that teleports them back to their original position. If you are worried about them being attacked, just make them invisible or something of the sort, and use doCreatureSetNoMove(cid, true) until they are teleported back.
  11. D

    Scripter Need a scripter? Look no further. .-.

    Way too lazy to go into details so if you need a scripter, add me on MSN: [email protected] If you want some work check out Project Thala Resurrection and check out the videos linked there... Also, I am Dilio, made this account for the name. If you NEED an application: Name: Aziz Age: 17...
  12. D

    Team Hexx Productions is now recruiting

    Lol, guess not. Good luck with finding other scripters who are not already hired.
  13. D

    Team Call of Duty OtServer

    Anyone bring up the "no skill" part? In CoD and Halo (No matter how much I hate FPS games), you must aim. How will aiming work with this? Same with headshots? I mean, sure it might be an "okay" idea, but there will be no realism in it.
  14. D

    Team Hexx Productions is now recruiting

    Name: Aziz Internet Alias: Dilio/Dkaru/****** Age: 17 MSN Messenger (If Applicable): [email protected] Nationality: Canadian Languages: English Job title: Freelance Scripter Experience(s): Scripting XML-Lua-HTML-PhP/Mapping?/Coding Java-C++ Examples of work: Lol, uhm, if you know Dilio, you...
  15. D

    when healing and using potion's a green line pops up

    Config - ShowHealingDamage = false.
  16. D

    Gamemaster Offering my services

    Way too lazy to go into details so if you need a scripter, add me on MSN: [email protected] If you want some work check out Project Thala Resurrection and check out the videos linked there... Also, I am Dilio, made this account for the name. If you NEED an application: Name: Aziz Age: 17...
  17. D

    Team Project Thala Resurrection

    I am going to try something different. I am opening Beta Testing right now, just add me on MSN: [email protected] and as the comment thing it says to send put your Account and Password you would like and I will send you the D/L link for the client. I am going to develop the server around the...
  18. D

    Blessing infinite

    Why not just do it onLogin? When you use the item it adds the blessings then gives you a storage value, and then you lose blessings when you die, so you must re login, so therefore, just make the check onLogin, if they have the storage value, give them the blessings... Action for the Item...
  19. D

    Team Project Thala Resurrection

    Problem with scripting for my server is spells are customized since they have levels, and NPCs are basically coded like players... .-.
  20. D

    Team Project Thala Resurrection

    I will keep you in mind when there is more progression with the server. If you would like a Beta Tester position, just add me on MSN. @thread Thala is the resurrection of Thakala if anyone is wondering: http://otland.net/f61/project-thakala-looking-mappers-67960/
Back
Top