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

Recent content by alejandro762

  1. alejandro762

    the end of otservers

    What's the list of servers you made ?
  2. alejandro762

    TFS [1.X] Lootwand

    Thread should be "Sell Items onUse Item" , Lootwand what means ? The item used is a wand ? Use GPT is good in order to learn some things, for create complete scripts you should know first how works the code in general.
  3. alejandro762

    [OTCv8] Auras and wings

  4. alejandro762

    Compilation Otcv8 - OpenAL32

    The github page of tutorial is not up to date , last vcpkg is for the last server project not for tfs 1.4, so you need Check the release date of TFS and select 1/2 month earlier the vcpkg release , and not the last one. It will work.
  5. alejandro762

    [TFS 1.3] Small Boss Room

    try local config = { tileId = 59124, -- ActionID onStepIn Tile bossName = "Goshnars Cruelty", bossPosition = Position(33855, 31866, 7), -- Position where the boss will appear bossArea = { fromPos = Position(33852, 31858, 7), -- Upper left corner of the room toPos...
  6. alejandro762

    Slots Update

    Fixed on: Otclient Function refresh() (Inventory) adding the last InventorySlot instead of Purse.
  7. alejandro762

    Slots Update

    No, i mean: For example new slot created is for a helmet, I equip the Helmet on this new slot, i log out. I login with another character ( new character ) , doesn't have this helmet, but when login it has this helmet on the inventory equiped as "visual bug", closing client and opening again, it...
  8. alejandro762

    Slots Update

    Is there a function that updates a player's inventory when they log in or log out? On the addition of a new slot, when a player has an object in this slot, by disconnecting and connecting another player, this one has the object in question in the inventory (new slot), but only visual, have I...
  9. alejandro762

    OpenTibia OTClient that unpack map.otbm to .png files - v2.0

    Seems strange, but i just changed some css code and it works now. Thanks for the help.
  10. alejandro762

    OpenTibia OTClient that unpack map.otbm to .png files - v2.0

    Nice tutorial, everything works fine, until open the map view, black screen. leaved as 'map/' , since is located where map.js, all folders 0-15 are empty with index.html, and folder 16 the full map part splitted. Whats wrong ? var mapConfig = { imagesUrl: 'map/', // URL to folder with...
  11. alejandro762

    Feature [TFS 1.3] Monster Levels

    If monster is 10-20 loot 20 gold coins, if is 20-30, 30, etc.. I Dont know really how to do that. But you could do it in another way, creating a function to get the level of monster, with this you can do everything, if monster is level 100 - 300 then loot x5 for example, more loot. Requires...
  12. alejandro762

    Feature [TFS 1.3] Monster Levels

    Simply, add Monster Levels to the monsters that cannot be summoned by a mage, in case, copy paste rat, and the rat that can be summoned will be different, change name or something else, there is a large possibility.
  13. alejandro762

    Limit Slots C++ TFS 1.4.2 / Otcv8

    So i started all directly from new server 1.4: GitHub - otland/forgottenserver at 1.4 (https://github.com/otland/forgottenserver/tree/1.4) And new client otcv8 from otacademy repository. You can add 15 slots, on slot 16 are detected as classic slot and you cannot equip any item, seems weird...
  14. alejandro762

    Limit Slots C++ TFS 1.4.2 / Otcv8

    Seems the slot 16 Is detected as "classic slot": ( But 17 .... 26 ) As i tried before also are detected as classic slot Cannot dress item classic in slot: 48 Cannot dress item classic in slot: 48 Cannot dress item classic in slot: 48 Cannot dress item classic in slot: 48 Cannot dress item...
Back
Top