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

    TFS 1.X+ VIP LIST

    if(empty($newchar_errors)) { echo '<img id="ContentBoxHeadline" class="Title" src="images/head/changename.png" alt="Contentbox headline">Name of character <b>' . htmlspecialchars($Char->getName()) . '</b> changed to <b>' . htmlspecialchars($newchar_name) . '</b>'...
  2. pepsiman

    TFS 1.X+ VIP LIST

    DELETE FROM `account_viplist` WHERE `player_id` = ID_PLAYER_WHO_CHANGED_NICK;
  3. pepsiman

    TalkAction [TFS 1.x / LuaJIT] Debug LUA scripts with talkaction!

    hey this is really useful. Thanks for sharing :D
  4. pepsiman

    TFS 1.X+ A big table can lag the server?

    perfect, ty all :D
  5. pepsiman

    TFS 1.X+ A big table can lag the server?

    @Gesior.pl Sorry for tag you. Is there a way to calculate the memory taken by a table?
  6. pepsiman

    Object Builder 11.8X, Item Editor 11.8X, client & items.otb working with 10.97 & Remere's Map Editor

    that's why Open Tibia is dying now; download & run servers everywhere
  7. pepsiman

    TFS 1.X+ A big table can lag the server?

    Hi, i have a table with a lot of data (strings and integers). I declare it once, but, that may cause lag or something due to memory required to it? This is the data which contains
  8. pepsiman

    [8.60] clean evolutions map

    pro. Thanks for sharing
  9. pepsiman

    Mapper looking for team. any client.

    be careful with that guy ^
  10. pepsiman

    TFS 1.X+ [crash] Segmentation fault - Item::isRemoved

    i thought the same i fixed that on my 0.x adding a check on item (this), because for some reason that item it was null , no idea why and i doubt it was 100% effective but never had the same problem
  11. pepsiman

    GESIOR 2012 - Version 1.0.0 for Tibia Server 7.72

    create a repo on github then xD
  12. pepsiman

    TFS 1.X+ [crash] Segmentation fault - Item::isRemoved

    could u explain that change please? This is what i understood if has parent (parent != null) then return true if not has parent (parent == null?) or parent isRemoved
  13. pepsiman

    TFS 1.X+ [crash] Segmentation fault - Item::isRemoved

    i had that bug on 0.x, i don't remember what i did but it was between item.cpp and game.cpp i think. Can you post those files?
  14. pepsiman

    Scammer selling maps: Highlander, Divine Angel, and some other names used too

    imho if you are selling something who you think it deserves a price and the other part don't want to pay for it just don't sell it. Decrease its quality to sell it cheaper never would be a good option, unless you said that at first
  15. pepsiman

    Feature Auto Loot [TFS 1.3]

    "please, put effort on release a nice code and explain line by line, word by word what i need to do to implement it " no, that's not how this works, learn by yourself or pay(die)
  16. pepsiman

    C++ What's the difference between final & override?

    override specifier (since C++11) - cppreference.com final specifier (since C++11) - cppreference.com Using inheritance, the keyword override it overrides/overload/rewrite a virtual inherited function, only if that function doesn't has the final keyword, since it makes non-overridable/constant...
  17. pepsiman

    [TFS 1.1+] Read player outfits, addons and mounts

    Feature - Unpack items/outfits from any client to PNG with OTClient!
Back
Top