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

Search results

  1. Scrappy Coco

    [TFS 1.x] Free Scripting and Support

    help @RazorBlade https://otland.net/threads/table-top-level-players.235120/#post-2268867
  2. Scrappy Coco

    Lua table top level players

    My goal is to make top level rather say ( elver Galarga lvl 500 ) I'll be grateful if they could help me thanks actions function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey) player:registerEvent("ModalWindow_Hunter") if player:getExhaustion(1000) <= 0 then local...
  3. Scrappy Coco

    Lua table top level players

    as I can make a table like this to show me the top level online . tfs 1.1 link catacomb https://otland.net/threads/tfs-1-1-catacombs-teleporter-like-diablo-3-teleport-great-for-rpg-servers.230015/
  4. Scrappy Coco

    Compiling changes for 10.80

    @Sir Islam try changing the protocol and the result was a debug . I do not enter either the account !bump bump bump...................................
  5. Scrappy Coco

    Compiling changes for 10.80

    these lines have no effect. #define CLIENT_VERSION_MIN 1076 #define CLIENT_VERSION_MAX 1077 #define CLIENT_VERSION_STR "10.77" I think it has something to do with protocolgame.cpp
  6. Scrappy Coco

    Compiling changes for 10.80

    Is tedious wait update TFS servers for that reason I make this thread. I would like to learn how to update my server by editing the source code . NO LOOKING GIVE ME CODES . Just I wanted to tell me where there need to modify the code and thank you.
  7. Scrappy Coco

    history of open-tibia server

    I want to share all his knowledge about the world of open tibia server which is the first console that I created? It was the first console TFS ? What was the first server to play ? in that year? Who or who were the creators of these servers ? still active ? etc. I would like to know the full...
  8. Scrappy Coco

    Solved ladder problem tfs 1.2

    work for me
  9. Scrappy Coco

    Solved ladder problem tfs 1.2

    in this line local upFloorIds = {1386, 3678, 5543} add others ids. result: local upFloorIds = {1386, 3678, 5543, 22845, 22846} and change items.otb
  10. Scrappy Coco

    Solved ladder problem tfs 1.2

    solved for me tenks men @RazorBlade
  11. Scrappy Coco

    Solved ladder problem tfs 1.2

    local upFloorIds = {1386, 3678, 5543} function onUse(player, item, fromPosition, target, toPosition, isHotkey) if isInArray(upFloorIds, item.itemid) then fromPosition:moveUpstairs() else fromPosition.z = fromPosition.z + 1 end player:teleportTo(fromPosition...
  12. Scrappy Coco

    Solved ladder problem tfs 1.2

    when I try to use a ladder down a floor . tfs use 1.2. for example. use the ladder. The Result
  13. Scrappy Coco

    Lua God onlook problem tfs 1.2

    @Ninja @Lordfire tenks for all SOLVED
  14. Scrappy Coco

    Lua God onlook problem tfs 1.2

    not work, he says that is not a valid function
  15. Scrappy Coco

    [TFS 1.1] Monster Arena

    Good Job Summ tenks for much.
  16. Scrappy Coco

    Lua God onlook problem tfs 1.2

    sorry, link here
  17. Scrappy Coco

    Lua God onlook problem tfs 1.2

    how to solved problem? i am using tfs 1.2 when I try to look at an item it appears this console . script player.lua function Player:onBrowseField(position) return true end function Player:onLook(thing, position, distance) local description = "You see " ...
  18. Scrappy Coco

    as I get this server

    !bump
  19. Scrappy Coco

    look deaths tfs 1.1

    !bump
  20. Scrappy Coco

    as I get this server

    ever see in the picture download here but is relatively old.
Back
Top