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

    Please an indenting tutorial ?? :l dont know if thats how you're supposed to call it lol

    yes, i know but what i meant is how do i know how much distance to put? look this is an example of what im meaning: return FALSE end
  2. C

    Please an indenting tutorial ?? :l dont know if thats how you're supposed to call it lol

    I want to know how people change this: function onUse(cid, item, fromPosition, itemEx, toPosition) local cidPosition = getCreaturePosition(cid) if (item.actionid == 5788 and getPlayerStorageValue(cid,13500) >= 1) then if cidPosition.x < toPosition.x then doTeleportThing(cid...
  3. C

    Windows problem with a vip system ( door )

    hey i ended up using this script function onUse(cid, item, frompos, item2, topos) if (item.actionid == 5788 and getPlayerStorageValue(cid,13500) >= 1) then pos = getPlayerPosition(cid) if pos.x == topos.x then if pos.y < topos.y then pos.y = topos.y + 1 else pos.y = topos.y - 1...
  4. C

    Windows problem with a vip system ( door )

    door is not teleporting players to the right position :( my doorvip.lua function onUse(cid, item, fromPosition, itemEx, toPosition) local cidPosition = getCreaturePosition(cid) if (item.actionid == 5788 and getPlayerStorageValue(cid,13500) >= 1) then if cidPosition.x <...
  5. C

    Help with an items that gives life to a player pls

    Hello, i made some quests in my server that give you items that give you life & mana etc, but i cant get the item to work :l this is the script i made with my amateur skills lol feel free to call me a noob xD function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid == 3332 then...
  6. C

    i get kicked everytime i use the command !rank

    thank you, ill try it :)
  7. C

    i get kicked everytime i use the command !rank

    Hello, i updated my distro now i have this one: now, everytime someone says !rank they get kicked and their tibia closes :l, i have this script: function getPlayerNameByGUID2(n) local c = db.getResult("SELECT `name` FROM `players` WHERE `id` = "..n..";") if c:getID() == -1 then...
  8. C

    Request: custom healing spell

    Hello, i want a spell that heals a lot like 15000 to 20000, ive had the spell but i lost it :( it was something like this min = 15000 max= 20000 something ... add do add blah blah if you guys have the spell can you guys please give it to me ,
  9. C

    Solved Firstitems script not putting items in the correct slot :(

    it worked O: thank you, youre the best
  10. C

    Solved Firstitems script not putting items in the correct slot :(

    ill do that, and thanks for helping me with the script yesterday :)
  11. C

    Solved Firstitems script not putting items in the correct slot :(

    my script is not putting items in the correct slot, legs are going in the shield slot, and the shield is going in the arrow slot :(, can someone help me resolve this? this is my script: local firstItems = {} firstItems[0] = { 2173, 6096, 7424, 6095, 5918, 5462, 2127, 6391 } firstItems[1] = {...
  12. C

    Help with firstitems script

    local firstItems = {} firstItems[0] = { 2173, 6096, 7424, 6095, 5918, 5462, 2127, 6391 } firstItems[1] = { 2173, 2643, 2647, 7429, 2463, 2457, 2525 } firstItems[2] = { 2173, 2643, 2647, 7429, 2463, 2457, 2525 } firstItems[3] = { 8857, 7850, 2173, 2643, 2647, 7429, 2463, 2457, 2525 }...
  13. C

    Windows i need a items.otbm please!

    Hello can you guys give me an updated version of item.otbm for tibia 8.6? thank you
  14. C

    Windows Can't update asprate ip changer !

    Hello, i just bought a new computer and i was trying to download the ip changer so i can play a server but when i downloaded it, and tried to update it, it said this: How can i fix it? , im connected to the internet :(!
  15. C

    Solved Can someone help me compile this 0.4 3777?

    aaaa that makes sense, can you give me a clean new database? pls
  16. C

    Solved Can someone help me compile this 0.4 3777?

    aaaaaaagggggggggggghhhhhhhh ! this is embarrassing, im getting this new weird error whenever i logout :
  17. C

    Solved Can someone help me compile this 0.4 3777?

    thnks dude ur awesome problem fixed :3
  18. C

    Solved Can someone help me compile this 0.4 3777?

    aaaagggghhhhh! unfortunately i got a different error :( i think it has to do with the 50-funcion in the lib folder, take a look at this:
  19. C

    Solved Can someone help me compile this 0.4 3777?

    okay i opened the server and everything seemed to be running smoothly but then when i tried to login this happened: do you have any idea on how i can fix this?
  20. C

    Solved Can someone help me compile this 0.4 3777?

    hehe thank you for the info, i just downloaded the compiled version of 3884 and about to test it :)
Back
Top