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

    [Modern AAC] Fixed Guild System

    Hello, I decided to release my fix for the Modern AAC guild system. NOTE: That you need to be offline when leaving, inviting-, kicking players or making guild This one fixes the following problems: 1.Players can't leave from guild. 2.Vice leaders cant invite players. 3.Guild Leaders...
  2. MiPo91

    Solved Puzzle script

    Hello. I'm trying to add second puzzle on my server, the first one is working just fine, but on the second one it's moving the pillows just fine, but every time I step on the tile which moves the pillows I get this error(3x) I changed the action ids/coordinates so it should work with that...
  3. MiPo91

    Banning in 0.4

    Could someone give me flags that I need to ban players? Or give me some kind of talkaction script... Please. I really need this...
  4. MiPo91

    Remove creature on area

    Hello, could someone tell me how to make this check if the creature is summon or not, because this scripts removes all the monsters in the specific area, but if they are not found it gives alot of errors inside the console... for x = from.x, to.x do for y = from.y, to.y do for z =...
  5. MiPo91

    Npc script

    Hello! I'm beginner in LUA, and I'd like to know how to make this work like this: Player says boss -> "Are you sure you want..." then player could say either "yes" or "no". With this script it works if you say "boss" and then "boss yes" or "boss no". elseif msgcontains(msg, "boss") then if...
  6. MiPo91

    House auction bug

    Hello, I noticed that house auction system isn't working. After the bid time has ended, the house is still bid able and no one can get the house... Any ideas?
  7. MiPo91

    About controller and current page

    Hello. I've been wondering how to add pages similar style as this to 'id="current"' <li{if $controller == "" || $controller == "home"} id="current"{/if}><a href="{$path}" >Home</a></li> What I mean is like(not working) <li{if $controller == "war"} id="current"{/if}><a...
  8. MiPo91

    Windows Problem with RME 2.1

    Hello! I got quite annoying problem with RME 2.1... Last evening I edited my map with it like I have done many times... But today when I tried to open the same map file which I edited yesterday I get "Unsupported Client Version(8)!". I tried with reinstalling it, but still got same...
  9. MiPo91

    [Modern AAC]Last joined, Free Houses and other!

    Hello, I decided to convert [Gesior Acc] Last joined, Free Houses and other! to Modern AAC. You can change the colors of the table easily at here. $lightborder = '#282828'; $darkborder = '#242424'; Remember to change your server name at here $servername = 'Your server name here'...
  10. MiPo91

    [Solved]Players wont die

    Hello! I updated my server from 8.54 to 8.6 (rev 3884), but now when players have very low hp like 3hp, they won't take any dmg... Any ideas how to fix this?(There's not any kind of error in console) EDIT: I got it to work after removing couple of lines on login.lua...
  11. MiPo91

    Problem with PHP + MySQL

    Hello, is there something wrong with this code? For some reason it won't connect to the phpmyadmin...(Uniform server, if it matters) $host="localhost"; // Host name $username="root"; // Mysql username $password="password"; // Mysql password $db_name="otserver"; // Database name...
  12. MiPo91

    Somebody hacked my server

    Hello, my whole server(serverloft) got hacked, by one guy from this ip "90.224.97.159" so if you find any players with that ip on your server i would recomend you to ip ban him. And he also seem's to be hosting his own tibia ot server from his own pc Sweddy OT - Latest News here you can find...
  13. MiPo91

    [Talkaction] Make teleport with command

    Hello, could someone make a script which makes teleport to specific coords and broadcasts msg at same time? For example it makes teleport to thais depot which leads to some area, and it broadcast msg "Teleport to the event have been summoned to thais depot!"
  14. MiPo91

    8.54 items!

    Hello, i dediced to share my 8.54 items (christmast update 2009). If you are using the original TFS 0.3.6 items.xml you need to delete the bps at the end, or it will do dublicate item error: <item id="11115" article="a" name="heart backpack"> <attribute key="weight" value="1800"/>...
  15. MiPo91

    Windows Npc problem

    All of sudden this is kind of error is spamming on the server console [08/05/2010 12:18:52] [Error - Npc interface] [08/05/2010 12:18:52] data/npc/scripts/TP/all_boat.lua:onThink [08/05/2010 12:18:52] Description: [08/05/2010 12:18:52] data/npc/lib/npcsystem/npchandler.lua:301: bad...
  16. MiPo91

    Frag reward bug

    Hello! I got error in console when players are killed by monsters, but its work fine when they are killed by other players. [08/05/2010 11:14:11] [Error - CreatureScript Interface] [08/05/2010 11:14:11] data/creaturescripts/scripts/reward.lua:onDeath [08/05/2010 11:14:11] Description...
  17. MiPo91

    TalkAction Broadcast for players

    Hello, i didnt found working broadcast script for TFS 0.3.6, so i fixed Cykotitans broadcast script. Have fun with it ! ^^ --- Config --- local levelReq = 100 -- minimum level requirement local minChars = 3 -- minimum characters in message local basePrice = 50 -- Base price, will be...
  18. MiPo91

    Windows Website crashed

    Hello, i got major problem with my ot website. Someone msged me in my server and said "20:03 Sasir [8]: I am a computer scientist, and I noticed that you do not have zabezpeiczonej Global Site!" And after 10 second, he said that site is offline... And it really were offline. So does anyone know...
  19. MiPo91

    Windows Monsters attacking slowly!

    Hello, i got annoying problem and i have no idea how to fix it. The problem is that on the dedicated server the monsters are attacking like 2-5x slower than they attack on my computer. The dedicated server uses windows server 2008. And ot serv version is TFS 0.3.6
  20. MiPo91

    Remove backpack

    Hello, Im wondering how to do talkaction that would remove all empty backpacks from player if he says !bp or something like that.
Back
Top