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

    Wallpaper Kozyland OT

    You love that blending options, you use it for almost everything lol. The 80% of your website layouts have that blending options. Pd. Im not saying that it is sucks is just that im jealous of that options and i want it NOW! xD
  2. Pitufo™

    characters.php

    You need to make with tables. I cant really help you with this cause im not that good on html, but defintely you need to use tables for that.
  3. Pitufo™

    Items disappear

    You can make like: if((time() - $timeStoraged) < 200*1000) //Show item on SMP Shop code I made this in base of LUA lol. Maybe there are functions to do this easily.
  4. Pitufo™

    Restart system, C++ knowledge is needed

    There you go :D
  5. Pitufo™

    pvp-e with skulls?

    Find that in player.cpp: bool Player::addUnjustifiedKill(const Player* attacked) And remove this: if(g_game.getWorldType() == WORLD_TYPE_PVP_ENFORCED || attacked == this || hasFlag( PlayerFlag_NotGainInFight) || hasCustomFlag(PlayerCustomFlag_NotGainSkull)) return false; I...
  6. Pitufo™

    Restart system, C++ knowledge is needed

    To get the resets i made this function: int32_t Player::getResets() const { Database* db = Database::getInstance(); if(!db->connect()) return 0; DBQuery query; DBResult result; query << "SELECT `resets` FROM `players` WHERE `name` LIKE '" <<...
  7. Pitufo™

    [Website] Tibia Logo

    I did this so stfu.
  8. Pitufo™

    [Website] Tibia Logo

    Do you ever wanted to change the tibia artwork from the website to your own name? Here it is the image so you can insert your own text to it: Rep++!
  9. Pitufo™

    [Help] Currently 1 players are online on Server 2.

    htdocs/config/config.php LINE: 1
  10. Pitufo™

    GoDaddy Codes for Cheaper domains and stuff!

    Thanks for sharing :D! Rep++
  11. Pitufo™

    UmbyOT

    @up Indeed, its coming back :D Im SGM Pitufo :D
  12. Pitufo™

    Can't see screenshot of the day

    The picture is located at htdocs/images/ its called screenshotoftheday.gif Just replace it for the one you want conserving the format and name of the file.
  13. Pitufo™

    Request Sprite

    Owned? lol
  14. Pitufo™

    Web problem

    Maybe your MySQL is OFF?
  15. Pitufo™

    6 players needed to pull a lever..

    Why don't use any anni script and change position and add your stone remove function.
  16. Pitufo™

    Suggestion Choose font !

    Not Signed. Forum will look all messy if everyone starts using different colors and fonts. But the idea from fezT about the "Hide Customization" is a good idea.
  17. Pitufo™

    EQShower Script (Non AAC)

    1. Wrong password. 2. MySQL is off. 3. Wrong username.
  18. Pitufo™

    Compiling The Fastest / Easiest Way To Compile

    The only thing that should be replaced is the .exe (TheForgotten.exe or Crying Damson.exe) since is the only thing created from the compilation.
  19. Pitufo™

    [Request/Help] Equipment shower with item info

    All the function for the toolTip and all that stuff is in the forum of: Website Application. Name of thread: EQShower...
  20. Pitufo™

    Everyone Gets TPed that's in XYZ to XYZ?

    I don't have time to script right now but you can change the speed of the player when he enters the event. I guess he enters by walking, then you have to make a movement script with the function OnStepIn, when he steps in the tile then you add the function to change the speed of the player, and...
Back
Top