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

    Raids Help!

    Okay so I have no idea at all how to make raids and im asking if anyone could post a simple raid script atleast to get me started on understanding how they work
  2. U

    Solved Addon Script

    I'm trying to make an addon script that when you click on a sign while u have certain items it gives you the addon if you have them. I made this script but it doesn't work. Whats wrong with it? function onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.itemid == 1434 then...
  3. U

    Solved Magic Effect on SQM

    Hi there! Not sure if I'm asking in the right place. I need help with a script of making a magic effect on a certain sqm. So like every 5 seconds a teleport says Dragons! Not sure how im suppose to do this.
  4. U

    Direct X ErroR!

    Okay so I woke up and opened tibia. i realized that it was super slow and that the mouse disappears and reappears quickly. I opened my graphics and opengl was selected even though i use directx5. when i click on directx5 i get a debug and directx9 isnt even clickable even though i used to be...
  5. U

    outfit help!

    i want ppl to have no outfits except three certain outfits at the beginning of my server but nothing is working! i dont know how to make them have certain outfits when they start and i made this script local teleportpos = {x=804,y=838,z=7} function onUse(cid, item, fromPosition, itemEx...
  6. U

    Ghost Spell Help .

    Is there anyway to make a spell that acts like /ghost of the gamemaster instead for player but he cant attack anything or he will be compromized and the spell will go away i looked into it and i found a script but its old and it gives me error on my 9.54 . [09/02/2013 17:01:54] [Error -...
  7. U

    step on and create item

    okay so i made a script that when u step on a certain position it creates function onStepIn(cid, item, pos) if isPlayer(cid) == TRUE then doSendMagicEffect(getPlayerPosition(cid), 5) doCreateItem(5421, count, {x=660,y=354,z=9}) end return TRUE end it works fine but...
  8. U

    Solved making a website ? HELP!

    I tried creating a znote website and followed his tutorial but it didnt work for me .. so can anyone eles help me to create a website for my server and how can i do it ?
  9. U

    Town id and residence!

    Okay so..... I'm here to ask about a few things. My TFS Version is 0.2.13. Now I want to make a residence teleport but i have no idea how to make one. now i have been checking other posts but i dont even understand how to set an id for a town or anything about town ids for that matter.... i also...
  10. U

    Exori vis upgraded ( HELP )

    How can i make a spell such as (exevo gran mas vis) follow the person or a monster i am attacking like (exori vis) .
  11. U

    Block Scripting Help

    I want to make a block such as grass or something why when i press on it it kills you how can that be done ?
  12. U

    How To create a bank , Forgotten server 9.54

    I am having problems creating the bank npc so please could anyone help me how can i do it ?
  13. U

    bank help!

    okay so i have a bank script but i cant get it to work!!!! this is it >> local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  14. U

    Something wrong with remere's

    whenever i open up remere latest version it says load up tibia 8.31 and i have 9.54 so this means there is alot of stuff that im missing its a long way from 8.31 to 9.54 so is there another good map editor or someway to fix it Thank You :D
  15. U

    Setting Global ip to static.

    How to set my global ip to static cause my net keeps changing it randomly and i really want to stop that .. windows 8
  16. U

    Login Weird Glitch/Bug

    Ive portforwarded my server and i did the sql and everything is great But whenever i try to login on the login screen i press enter then the screen vanishes and it keeps doing the same thing i dont know what is this glitch and how the hell to deal with it :S Please anyhelp would be...
  17. U

    Talkactions teleport!

    Okay i need help with making a script! i need to make a talkaction script that teleports me. so for example!!!! local standPos = {x=585,y=937,z=7} local newPos = {x=584,y=887,z=7} function onSay(cid, param) if comparePos(getPlayerPosition(cid), standPos) then...
  18. U

    Login Glitch

    Ive portforwarded my server and i did the sql and everything is great :D But whenever i try to login on the login screen i press enter then the screen vanishes and it keeps doing the same thing i dont know what is this glitch and how the hell to deal with it :S Please anyhelp would be...
  19. U

    Localhost problem

    Can't connect to MySQL server on 'localhost' (10061) .. i get this error whenever i put local host on mysql but when i change it to 127.0.0.1 it works but it doesnt work globally so i guess this is my problem for the server so please could u tell me how to make it work on localhost. --...
  20. U

    Localhost error

    Can't connect to MySQL server on 'localhost' (10061) .. i get this error whenever i put local host on mysql but when i change it to 127.0.0.1 it works but it doesnt work globally so i guess this is my problem for the server so please could u tell me how to make it work on localhost. --...
Back
Top