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

    tile that teleports you to temple if you don't have a certain storage id

    =) i have a castle war thing and some people log out characters inside the castle and when other people dominate the castle they simply log in, and can go to the end with the teleport thats inside the castle and kill the monsters, then pull the lever '-' so i want to make a script that works in...
  2. C

    making water, and lava a protection zone by default?

    i have a spell that when the player uses it, it makes magic walls around him and they use the spell to trap other people in a square so they can kill him :) and when they do that the player that uses the spell gets pzlock meaning they cant enter the pz xd i made a quest thats non-pvp and when...
  3. C

    players don't get pzlock when attacking pk player

    when in war, sometimes people attack a pk and run to depot ._. so how can i do it so that once they attack a player thats pk, they get pzlock?
  4. C

    is this normal?

    i added a war system to my server and it works, you can invite people to guild and do wars, but when a person with a green shield attacks someone with a red shield, the green person gets pk :l, i want people to just get pz lock and not skull so how can i fix this? or is it normal?
  5. C

    Runes not working in non-pvp areas

    i made a quest, and when people go and try to use runes like the magic wall rune, and the wild growth rune, other items appear instead of the actual walls, for example if someone uses the mw a paper appears lol? and when they use the wgr a lever appears and they dont disappear :l people are...
  6. C

    Website error :(!

    Notice: Undefined index: sqliteDatabase in C:\Website\www\config-and-functions.php on line 23 Notice: Undefined index: useMD5Passwords in C:\Website\www\config-and-functions.php on line 25 Notice: Undefined index: passwordType in C:\Website\www\config-and-functions.php on line 25 Notice...
  7. C

    Can i share database?

    my vps is too slow since is the only one i can afford ;( and its really hard to edit database stuff in my vps because is super laggy i was wondering if its possible to share database for example: i would be able to access database from my computer :) and edit stuff there is that possible? if so how?
  8. C

    Can someone edit this spell for me?

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGYBALL) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) local arr = { {1, 1, 1, 1, 1, 0}, {1, 0, 0, 0, 1, 0}, {1, 0, 2, 0, 1, 0}, {1, 0, 0, 0, 1, 0}, {1, 1, 1, 1, 1, 0} } local area =...
  9. C

    Players dont get red battle swords after killing players !

    in my server when someone kills a player they dont get red swords so what they do at wars, they stay close to dp and after they kill someone they run back to dp xD! how can i fix this?
  10. C

    vps website problem

    i have vps windows 2012 server and i had problems with xampp i couldnt use port 80 so i changed it to port 12 then i installed gesior acc and when i try to join the website with my servers ip adress it sends me to this page : see for yourself herobiba.tk
  11. C

    Solved xampp not working on vps

    i have a vps windows 2012 :) and i installed xampp 1.7.3 and when its time to start the apache and mysql, the apache doesnt start, do you guys have any idea on what the problem is?
  12. C

    how can i open port 8090 with uniserv?

    my isp blocks port 80 and well i dont know how to use 8090 with uniserv, i've used it before with xampp and now that i changed to uniserv i dont know how to do it, someone please halp
  13. C

    how can i redirect people from creating account to the account management page?

    as the title says, i want my website to redirect people to the account management page after their done creating their account like in tibia.com :) like for example someone clicks on create account and their put their info and etc they accept the rules and after they click submit they directly...
  14. C

    How to enable error reporting with uniformserv?

    how?
  15. C

    problem when solving accounts

    when people enter their information like account name password and all that stuff everything looks good i get no errors nothing but when they click the submit button their page just loads for about 10 to 15 seconds and after that they get a blankpage with nothing and the url is...
  16. C

    how can i install openssl in devc++?

    im getting this error when compiling tfs with devc++ and i searched the problem and i found out that i have to install openssl, i downloaded the package but dont know what to do with it someone please tell me what to do with it :) im using Stian's Repack Dev-Cpp 0.2, 64bit, and im trying to...
  17. C

    which is the best uniformserver?

    i have the latest version and that version is not working okay for me so i was wondering which one is the best one? and if you guys can, can you guys give me a link?
  18. C

    created time is wrong in gesior

    as the title says i want to fix this just because hehehe this is whats happening, when someone creates an account in my website the created time is wrong this is an example
  19. C

    Someone hacked my website o.000000 help!

    so i was playing as usual my own server to test if things were okay, i was the only person only like always and out of nowhere this guy comes and says hey are you the administrator ? i said no o.0 but i was, he then said im going to hack the website and give you points :), i said good luck with...
  20. C

    Can someone help me add if statements to this script pls

    this is how i want this script to work, the player buys a skill scroll and depending on the player current skill the script will set his skill to some other skill understand lol? example if player has 150 axe skill and says the command, then set skill axe to 200, another one, if axe skill is 200...
Back
Top