• 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. Pitufo™

    tetris 9.81

    Any console errors?
  2. Pitufo™

    [C++] Monster Target

    You may wanna look at combat.cpp
  3. Pitufo™

    Making Item Moving From Point A to Point B!

    Setting your character as a Cart outfit and using doTeleportThing...
  4. Pitufo™

    Compiling First time with an OT

    http://otland.net/f18/opentibia-dll-pack-v2-0-a-155310/
  5. Pitufo™

    Programmer Movable header

    I could help you, add me on skype: alexisBizcar
  6. Pitufo™

    Mapper Unknown Project ~

    I could help you the scripting area (advanced) If you want more information add me on skype: alexisBizcar
  7. Pitufo™

    Programmer Looking for help. Ots 7.6 real map

    I could help you, add me on skype: alexisBizcar, msn: [email protected]
  8. Pitufo™

    Solved Solved

    You selfish, you should have let the problem and the solution for other users having same issues when searching...
  9. Pitufo™

    Lua Help with my mana rune

    Give me the link you are trying to use and i'll explain it here.
  10. Pitufo™

    MySQL connection errors

    Wrong password, database name or username in config.lua? - - - Updated - - - Or instead of using localhost as ip in config.lua use 127.0.0.1
  11. Pitufo™

    Ayuda.

    http://otland.net/f30/juegas-en-shadowcores-173804/
  12. Pitufo™

    Warning if no bless

    Best thing: Source edit.
  13. Pitufo™

    Weeds canceled

    Dexter FTW
  14. Pitufo™

    Stay at the same level

    It is a SQL query, execute it on phpmyadmin or you can do it manually by editting your players in database... just set save to 0
  15. Pitufo™

    Stay at the same level

    UPDATE players SET save = 0
  16. Pitufo™

    Data for Real map

    Putito, hablare en ingles para que no digan mamadas... There is a lot of data packs in download section with the map and action scripts you will have to find a good one or download as many as you can and replace with other ones and ofcourse making your own scripts... I can help you since i got...
  17. Pitufo™

    Lua Wondering about a function.

    I really dont remember how math.random works but it is something like this: local stonePos = { {x=1234,y=1234,z=7}, {x=1235,y=1234,z=7}, {x=1236,y=1234,z=7}, {x=1237,y=1234,z=7} } local stoneRemove = math.random(stonePos) doRemoveItem(getThingFromPos(stoneRemove).uid)
  18. Pitufo™

    Swap System

    Not yet, it is in the TODO list of developers and the last TODO thing...
  19. Pitufo™

    Solved Moving database to a new computer

    Remove everything from your phpMyAdmin and add the whole new database by importing
  20. Pitufo™

    Npc using commands.

    Why npc if you can do it in globalevents?
Back
Top