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

    Object builder (Increase Outfit Animation Limit)

    How increase the Animation limit from 3 Frames to more? Like 12 frames?
  2. J

    paperdoll system (I PAY FOR IT)

    I want the paperdoll system to show the armor when equip the item...
  3. J

    Help me (SUMMON SPEED)

    In monster.cpp how config to the monster run at the same speed that the PLAYER ? "Basespeed" how put GetPlayer Speed? if(isSummon()) { health = (int32_t)(mType->health * multiplier); healthMax = (int32_t)(mType->healthMax * multiplier); } health =...
  4. J

    How change summon SQM distance

    How change summon SQM distance? From player? Is this part of the code? if (!summons.empty()) { //check if any of our summons is out of range (+/- 2 floors or 30 tiles away) std::forward_list<Creature*> despawnList; for (Creature* summon : summons) {...
  5. J

    Summon Speed

    How enable the summon run at the same speed of the player?
  6. J

    Otclient dont save settings

    The Otclient make a file without format named: otclient (Its not a folder), C:\Users\Myuser The fix is delete the files and make a folder called otclient and the settings will work fine How edit the minimap.lua to fix it automatically without making the folder? minimapWidget = nil minimapButton...
  7. J

    Change OUTFIT SPELL

    The Spell will Throw a Missile id 71 and Change the player outfit to 420 for 2 seconds Somebody can help me with this?
  8. J

    SPAWN MONSTER (Move events)

    If Player is between area (x1, y8), can spawn at random a rat: Like between a Square: ______Y X 1 2 3 ... 3 4 5 ... 6 7 8 Someone can help me with this?
  9. J

    My attack animation

    How people do that animations in tibia? When attack change outfit? or is a addon?
  10. J

    [Request] Item information on mouse hover for OTC

    People only sell this, nobody will give this free.
  11. J

    Soccer Game (MMO-PC)

    TPM Project is a soccer game that you can control only your character and play against other people. You can make teams to play ranked matches. Facebook Page: TPM Project (https://www.facebook.com/TPM-Project-211051962424387/) Download: TPM PROJECT - Setup...
  12. J

    [8.60] Latest forgottenserver 1.3/1.4. Clean downport.

    How make a .bat to run the server? I don't want use CD everytime I run the server :(
  13. J

    TPM PROJECT (SOCCER GAME) (FOOTBALL)

    Facebook Page: TPM Project (https://www.facebook.com/TPM-Project-211051962424387/)
  14. J

    (Scripts) Protection in area, only one player

    Have way to lock a area to a player? For example: if one Player go to area x y z (top left) 1000 1000 7 x y z (bottom right) 1200 1200 7 Only this player can walk in the area, other players can't enter the area, how do it?
  15. J

    TFS 0.X Server Crash When Opening

    Could u see my server sources? Using Huatson (DXP) Pokemon Files
  16. J

    TFS 0.X Server Crash When Opening

    Some times when I open the server, it crashes when loading Items and close, Nothing appears in the Console, how get the error? I need open between 1 ~ 5 times to the Server Works...
  17. J

    C++ (Action) Request SLOT MACHINE

    Thanks man, sorry for the work :( Liked
  18. J

    C++ (Action) Request SLOT MACHINE

    This is the updated code, please help me add a message when player receive item, Example: "You won 1 Diamond (11447)" local winnable_items = { -- {item_id, item_count, % chance} {11447, 1, 90}, {11442, 1, 40} } function onUse(cid, item, fromPosition, itemEx, toPosition) if...
  19. J

    C++ (Action) Request SLOT MACHINE

    How put a message when player receive one item and how do chance to receive nothing ?
  20. J

    C++ (Action) Request SLOT MACHINE

    You can add a option to remove item 1444 when use the machine? Like a price to use the Machine
Back
Top