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

    color+itens

    Of course it is possible if you use OTCv8 for example in the bot module it has a section in the analyzer where it places the rarity frame for the items based on their name and price, and if you experiment with the function and make your own module you can see It is not very difficult to achieve...
  2. NvSo

    RevScripts tfs 1.4+ Stand on item xxx and get constanly hp/mp healed

    joined nov22, 2008. We have to try to learn some things a little, right? Or at least try. Come on, don't be discouraged, you can learn something, or at least have tried.
  3. NvSo

    TFS 1.X+ It is possible? 8.6 with latest content?

    Downgrade 13.21 to 8.60v2 (otb v20) feel free to use, also this time i reload the attibutes of items otb, and fix some animations loops big files attached on MEGA: 53.43 MB folder on MEGA (https://mega.nz/folder/5FQEnT4R#pAbmAAhpBhmcP1jaVkXm8Q)
  4. NvSo

    What "killed" RL Tibia for YOU?

    It seems to me that Tibia has evolved as they know that most players are already adults or old, and they are not children who learned about the game years ago and that many went from playing things like Counter-Strike for example. The only bad thing that they really did and totally changed the...
  5. NvSo

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    simply, compile on debug, and when crash share the entire log.
  6. NvSo

    Otclient tasks button

    The OTC community seems to me that at least Mehah keeps it very well updated and with quite big optimizations currently, the layout would be good to make it as close to Tibia 12+ Maybe, trying to add as many features as possible. It would be a matter of doing a fork and adding the Layout...
  7. NvSo

    Need tutorial how to setup OTCV8 for mobile

    Try use apk editor studio v1.6.0
  8. NvSo

    tooltip OTC V8

    You need contact Oen44#0 on discord, search him on Open-Tibia Academy Discord Channel
  9. NvSo

    Solved otcv8-dev Compiling Error 'to_string': is not a member of 'boost::core::basic_string_view<char>'

    remember that you must install the correct libraries in vcpkg to be able to compile, and then use the command: vcpkg integrate install and put the file attached inside vc16 folder (unzipped). then go to Project - Properties - VCPKG - and change use vcpkg to Yes reload visual studio and try...
  10. NvSo

    How can I add new items from newest version on map editor and how to add items to market on Sabrehaven?

    edit and add manually inside marketprotocol.lua on the market module of client https://github.com/ErikasKontenis/SabrehavenServer/blob/0dfb49beaa8aeb280301ce2d4733bf89de8c7f55/800OTClient/modules/game_market/marketprotocol.lua#L55
  11. NvSo

    TFS 1.X+ It is possible? 8.6 with latest content?

    u can read here and continue on the other posts friend :) i explained properly how reach. for more newest items u can recreate easily. I only reload the otb without those unnecessary Flags. for otb work on server and on client i only compile to 8.61 You can also see the attached files. I have...
  12. NvSo

    TFS 1.X+ It is possible? 8.6 with latest content?

    ummm i solved using this otb on server (look attached). i think if you sync with item editor almost items appear without problem and sorry i not use Vanilla Tibia client. only OTC
  13. NvSo

    new items hotkey otcV8

    I know that's why it's a matter of trying, are you also placing the new potions inside the potions script? Or have you made a separate one for them?
  14. NvSo

    new items hotkey otcV8

    make them force use item and try again, look the properties of the old potions and put the same on the new potion
  15. NvSo

    Obj Builder & Spriting issues!

    Use 32x32 slice them into more rows and columns thats all.
  16. NvSo

    Solved SkillsTries and cap Level Skill Fist

    Try this i use events/scripts/player.lua need rateSkill = 0 in config.lua local SkillsTable = { [0] = { --[[ SKILL_FIST ]] stage = { [{0, 15}] = 8, [{16, 20}] = 5, [{21, 30}] = 4, [{31, 40}] = 3, [{41, 50}] = 2, [{51, 110}] = 2, [{111, 300}]...
  17. NvSo

    has any script otc throw big black pot around character?

    use this on the event: OnMoveItem local exhaustStorage = 19874 local maxItemsPerSecond = 1 local exhaustTime = 0.5 -- Total exhaust time of 0.5 seconds local lastMoveTime = 0 local itemsMoved = 0 local tile = Tile(fromCylinder:getPosition()) if tile then local topCreature =...
  18. NvSo

    [UK][7.4] Tibiantis Online

    "It's just that people still don't understand that I work and have a life apart from playing Tibiantis, that's why I use macros." I have the same problems 24/7 :oops: I agree!
  19. NvSo

    Linux How do i configure Nginx sites-available default

    Just check that you are using the correct FPM on this part: fastcgi_pass unix:/var/run/php/php8.1-fpm.sock; and in these cases I would recommend using nginx-full and not normal nginx, so you could reinstall it with that parameter. It is the most common problem that nginx does...
  20. NvSo

    Programmer Looking for someone who can help me compiling

    I have attached the project (vc17 folder) so that you can compile it with Visual Studio 2017 onwards (I suggest 2022 with the necessary libraries to compile from 2017-2019 and of course 2022) I have also added the compiled distro (so you can test on windows) without any changes in sources and...
Back
Top