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

    Action {Advanced} Monsterfish w/ player check catches

    3.0+ Actions: monsterfish.lua local monsters = { [1] = {name = "Water Spirit", level = 50, fishing = 100, magiceffect = 1, msg = "You have caught a water spirit!", bcmsg = getPlayerName(cid) .. "has caught a water spirit!", bc = false}, [2] = {name = "Great Water Spirit", level = 75...
  2. G

    TalkAction Creature Kill Count System

    -Updated- Usage: !kills monstername Talkaction: function onSay(cid, words, param) if (param == "") then return false end t = string.explode(param, ",") t[1] = monster if (isCreature(monster)) then if getPlayerStorageValue(monster) > 0 then local amount = getPlayerStorageValue(param)...
  3. G

    [Request] Tibia Client

    not zip, rar it.. Also, if you go into the options of winRar it will show different type of compression, set it for the smallest. (thats if you try again).
  4. G

    [Request] Tibia Client

    Well, it says it in title. Right now im dealing with diel-up connection. I need someone to download tibia8.54 version, then add it to a winRaR archive, and upload it to speedyshare. reason: file size from 21mb to 14mb. thank you to anyone who is willing to take the time to do this.
  5. G

    Team Need all for dedicated ot war! NEW PVP-E

    #Check forum for some of my free work. #I am on more then im off, So I am very reliable. #I love scripting, so you wont have to wait for your scripts. #17 years old, ive been scripting for 11 of them, thats right 6 years old, and code was my call.. #Skype: nathan.scripter
  6. G

    TalkAction Changename in-game

    Add a kick player event so they are forced to relog. - - - Updated - - - Add a kick player event so they are forced to relog.
  7. G

    Lua Error - GlobalEvents::timer

    function onTime() local value = 0 for a, pid in ipairs(getOnlinePlayers()) do local value = 1 if value >= 1 then doCreatureExecuteTalkaction(getPlayerByName(pid), "/ctf open", true) return true end end return true end
  8. G

    How can i protect myself against hacks?

    Most AAC give'n out now days have a logged admin account. Thats probably what happened here. The person that released saw your server big, or finally saw it, then BOOM pull plug. Seems how the account is the same for all, he just checks each OT with the released website he had. If you're...
  9. G

    How can i protect myself against hacks?

    Change ports.
  10. G

    Solved Teleport all players to my position? I create one works but with error, fix please?

    Post error? Also. function onSay(cid, words, param, channel) doTeleportThing(getPlayersOnline(), getCreaturePosition(cid)) end return true end try this...
  11. G

    Solved Change map only if < 30 players online

    No, i always post script b4 im done. You just flame to soon. So again, look like idiot, and even more now.
  12. G

    Solved Change map only if < 30 players online

    If its not a post to help, dont post it. Not hard rule to follow. Gzz looking like idiot. edited system, decided to take longer then 2 minutes to script.
  13. G

    Solved Change map only if < 30 players online

    >>better system added to first post<<
  14. G

    Solved Change map only if < 30 players online

    Edited for better system.. local towns = {7, 5, 4, 2, 6, 3, 1} local currentTown = 1 function onThink(interval, lastExecution, thinkInterval) if getPlayersOnline() > 30 then if getGlobalStorageValue(currentmap) == 0 then local temple = towns[1] elseif getGlobalStorageValue(currentmap)...
  15. G

    Solved Everyone can access my domain, and I cant

    start>CMD ipconfig set the website ip to your static IP, or the one that its not on now.... You can also try right clicking on the file going to preporties, and making sure its not a read only file.
  16. G

    otservlist - ban

    dfh fghfgh w hwerthwr th wrn brt b twtj r yn ywne rt rty rty wrtyn
  17. G

    "We only have what we give"

    Unless you have a custom place for account manager. Acc manager should always make new player where it is told on the config.lua newPlayerTownId= 1.... <I script 8.54> So i wouldn't know for other protocols.
  18. G

    Windows Invalid Monsters HELP!

    If you want to fix your going to have to take the time. The best thing i can think to do, is Control +f while in the spawns folder, and change all of the monsters names that you dont want to spawn, to nothing at all. Then go through the list, it will be easy to see which spawns dont have a...
  19. G

    "We only have what we give"

    If you get temple position is wrong. Go into your database, click on players. Edit the account manager's x,y,z position to a position that is "real" on the map. real defined as there is a tile there to stand on. ~~steps if retard was reading (not saying your a retard)~~ 1. GET A MAP (you can...
Back
Top