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

    Easy to use LMS

    I know there are 100 out there. I just wanted to give out an easy configurable one. local access = 3 local LMS_STARTED = 33231 local LMS_PLAYER = 33232 local LMS_PLAYERS = 33233 local max_players = 50 local min_players = 15 local LMS_top_left, LMS_bottom_right = {x = 1000, y = 1000, z =...
  2. G

    {help} sql query

    Hey everyone, It has been some time sense I have been in the OT community. I was just wondering if someone could tell me how to set up a function to execute a SQL query I know it is something like this... function setDatabaseStorage(cid, storage, value) query = INSERT INTO `accounts` SET...
  3. G

    GlobalEvent Automatic Botcheck System

    1. checks for players 2. botchecks and tells them to type !botcheck 3. Sends them a message every 2 seconds for 2 minutes that they need to type !botcheck 4. Bans the botter GlobalEvent: local BOTCHECKED_PLAYER_STORAGE = 25514 local time_to_ban = 2 local ban_days = 30...
  4. G

    Scripter Adv. Tibian Scripter

    I have been working with tibia scripts for over 5 years and have worked with various OT's. I am graduating highschool this year, and have already set up collage classes at UCC. I will be going in for some type of software programming, cant think of the specific name off the top of my head. I've...
  5. G

    TalkAction [CHECK] Useful Ot Scripts

    Here's a few scripts that might be useful to people. Ill add script to this page as I make/think of them. playerDB.lua !set noob, health, 100 --function setPlayerSkill(cid, skill, amount) --return db.executeQuery("UPDATE `players_skills` SET `".. skill .. "` = ".. amount .." WHERE...
  6. G

    TalkAction Dungeon with que system (need all vocs)

    Its based like WoW. You need all vocs (though wow is not all). It is basic, sorry. If you want a advanced one PM me and REP. Then send me everything you can on specific needs so I can be as specific as possible in the script. ---------------Pos of dungeon start---------------- local...
  7. G

    Best tibia world

    What world will be best for high population, and pvp. (english server) Anyone have suggestions?
  8. G

    Mapper ROTSCO - Mappers Needed!

    Alright, ROTSCO has picked up a few members. We have two scripters (one web designer), a mapper, and of course a host. Current process: We are almost ready to launch the ROTSCO web page. We have a lot of the systems put in that the server will need. We have a custom client. Everything is set...
  9. G

    anyone with premium speedyshare

    Please re upload this file! Real-Tibia.rar - Speedy Share - upload your files here
  10. G

    Tibia 8.60(old) client

    Can anyone put a download link for tibia 8.60 (old) files.. RME, when I open the map, askes for tibia 8.60(old) client. Tried searching, but diel-up/aol, cant really find anything. ~thanks
  11. G

    Real Tibia Distro Req

    I was looking around, and found this: http://otland.net/f465/8-54-frankfarmers-real-tibia-project-epic-release-full-zao-link-61247/ It would be perfect, but none of the downloads work. If anyone has this file, can get it, or has another real tibia distro. Please post it here.
  12. G

    TalkAction Bot-check with calculator

    You bot check the player, it sends him a problem, and send you the answer. cannot test sorry. --------bot check---------- local access_to_check = 3 local types = (+, -, *, /) local first_rand = math.random(1, 50) local second_rand = math.random(1, 50) local rand_types =...
  13. G

    [Lua Tut] NEW SCRIPTERS INTENDED

    Download link removed. Look down to find tutorial.
  14. G

    Small remove item error.

    Pretty much if the player says the words it removes the items. The thing is when the player is in the right spot, and is looking the right way, it still returns him to the else doPlayerSendCancel(cid, "This is not a rock you can remove") Also, In my console it tells me that the item couldn't be...
  15. G

    Hoster Hoster needed

    I need someone that can open my ot. I have a project going, and need to be able to test what is put in so far. We will talk about further details of "payment" after contacted through skype. It will be 8.54. The hoster must know how to get the server online, without my help.
  16. G

    [FREE] Talkactions/Movements/Actions/global/creature/spells/MORE!

    Post any requests here. I will make it completely user friendly, so you will be able to change any part of the script you might want to. It will also be extremely advanced, anything that can be put in will be. I'm not limiting it to free script. ;P {prime that script is set for 1 hour. If you...
  17. G

    Im watching you... Server owner script, (illegal with wrong usage)

    I am going to release this, Im not 100% if it works, though it should JUST fine... Pretty much it logs a file when a player says a certain word, in your log file. You must be careful, as its not legal to watch peoples private conversations (when they think there private). I keep the script at 2...
  18. G

    TalkAction pits of hell event

    Event based on players trying to get through a small isle possible 2-3sqm, the players try to run though without getting hit by the fire. If they get hit, back to restart. (creates dead bodys, and cleans.) Players dont acually die, just teleported back. Talkaction: <talkaction words="!pits...
  19. G

    TalkAction Kick anyone not as high staff as you

    I notice in alot of distros gods cannot even kick gms... If you want to fix this, here is a nice script for it. local god_only = false function onSay(cid, words, param, channel) if (param == "") then doPlayerSendCancel(cid, "command param required") return false end t =...
  20. G

    msjava.dll download

    I need someone to get this file, im sure you have it on your computer already. If not download it, then upload it to speedyshare. -Thanks, to anyone who takes the time I would do it, but there's just somethings diel-up cant do :/ - - - Updated - - - ...
Back
Top