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

    Solved Help! People are entering inside others dp (pz)

    IDK... 0.3.7_SVN i think
  2. 1268995

    Solved Help! People are entering inside others dp (pz)

    Hello guys, o have a bug on my otserver. People can enter inside other people and steal their item on depot. How can i solve that? I still want that people can pass throw others inside a PZ ZONE, but NOT ON DEPOT! IDK if it can help, but the item of dp tile = glowing switch. ItemID: [11059]
  3. 1268995

    Solved Remeres -> how to delete imported monsters ?

    Hello. I imported some monsters, like: demon girl ; demon child; Then i can see them in the remeres, on creature palette/creatures, But i want to remove this monsters on remeres. I do not want to see demon girl/child anymore on remeres. How can i do that?
  4. 1268995

    Lua Help with script

    Try: local config = { exhaustionInSeconds = 420, pz = true, storage = 36531 } function onSay(cid, words, param) local player = getPlayerByName(param) if(isPlayer(player) == TRUE) then if(exhaustion.check(cid, config.storage) == TRUE) then...
  5. 1268995

    Solved Help with ot website name

    Solved. I just needed to wait lol ty mxsoft
  6. 1268995

    Solved Help with ot website name

    What is strange is when i was using old vps, i could acess the server with servename.com I think i maded some change in the VPS files, in the linux machine.
  7. 1268995

    Lua Help with script

    Try it: local config = { pz = true, -- } (..) if config.pz == true and getTilePzInfo(getCreaturePosition(cid)) == FALSE then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"U must go to a Protection Zone!") return true end
  8. 1268995

    Solved Help with ot website name

    Look: And doesnt work yet...
  9. 1268995

    Solved Help with ot website name

    I use no-ip .. do you know? http://www.noip.com
  10. 1268995

    Solved Help with ot website name

    Hello. I bought a VPS and maded my otserver web sitename like: www.otservername.com.br Now i bought a vps from annother seller, maded my otserver, all ok, but now, i cant acess my website with www.otservername.com.br. I can only acess my website with servername.servegame.com Some one know...
  11. 1268995

    Setting OT Server Online

    But what happens? Dont load character page? Or load character page but do not enter in the game?
  12. 1268995

    Solved Walk through people at depot

    See? as i said yesterday, normal people are not webmasters, super coders programmers, and can not understand the codes u guys pass us. Please, if u guys dont wanna TEACH us, please, send us MADED CODE because we are noob, not professional, and do not understand and do not know what need to be...
  13. 1268995

    a Db command to remove all addons of all players ?

    I need a teacher to learn this things that i have NO IDEA how works. Thanks for all but a noob cant learn this kind of stuff from nowhere. This codes are NOT for newbies. If some good sould could explain me better, i would be gratefull. Thanks.
  14. 1268995

    a Db command to remove all addons of all players ?

    I am really noob and do not understand a thing of what u said .-.
  15. 1268995

    a Db command to remove all addons of all players ?

    Is that possible? A database comand that remove all the addons of all players? I mean, players have full knight, full hunter, wayfarer, etc. I want all players have NO addons maded.
  16. 1268995

    Solved Why talkaction are speaking in yellow?

    Thats the why i love u. Solved. Thanks Limos!
  17. 1268995

    Solved Why talkaction are speaking in yellow?

    Hello, i use this code down as my addon system. But when i use the talkaction !addon (nameofaddon), the talk action appear on yellow, i mean, appear on normal chat. I want that other players do not know that the player are using the comand !addon (nameofaddon). I have some other talkactions...
Back
Top