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

    unable to create item with invalid id 0 after create new .spr+dat+otb

    @leo18dff what error you have?
  2. L

    OTClient OTClient Redemption 4.0b - black outfit preview

    Hello outfit preview is black, this did not occur in otcv8. I wanted to point out that I use 64x64px and custom spr ps. in console WARNING: Unable to setup framebuffer object
  3. L

    Font

    ok solved. Itmes.xml set to <?xml version="1.0" encoding="windows-1250"?> and if you want Polish characters in lua you need change Encoding->Character-sets->Central-European->Windows-1250
  4. L

    Font

    hi, any solution for Polish signs in lua/items?
  5. L

    Error checksum background!

    same issue here, any solution?
  6. L

    VPS/dedic benchmarks

    HP Thin Client T640(ryzen) AMD Ryzen Embedded R1505G with Radeon Vega Gfx (810F81) 8GB RAM 256 SSD NVME CPU Freq: - - - - - - - - - 1.1 CPU - 7zip 3336 1 core 8667 4 core 1.2 CPU - sysbench sysbench 1 core 1625 sysbench 4 core 3445 2.1 RAM - transfer 1024 1 core - 4 core 2.2 RAM -...
  7. L

    Runes in hands

    in config.lua classicEquipmentSlots = true
  8. L

    C++ Ammunition from bag

    For TFS 1.4.2 Item* Player::getWeapon(slots_t slot, bool ignoreAmmo) const { Item* item = inventory[slot]; if (!item) { return nullptr; } WeaponType_t weaponType = item->getWeaponType(); if (weaponType == WEAPON_NONE || weaponType == WEAPON_SHIELD || weaponType ==...
  9. L

    Problems with starting my own OT from FTS

    install xampp for mac on you machine and create database, import schema
  10. L

    OTClient Remove FingerSlot from OTCv8

    Hello It seems like a simple thing but I have a problem. I want to remove a slot from the client. I do the following steps 40-inventory.otui i removed FingerSlot < InventoryItem id: slot9 image-source: /images/game/slots/finger &position: {x=65535, y=9, z=0} $on: image-source...
  11. L

    Limit Slots C++ TFS 1.4.2 / Otcv8

    @alejandro762 can you little explain how to make groups? you mean for example enum slots_t : uint8_t { CONST_SLOT_WHEREEVER = 0, CONST_SLOT_HEAD = 1, CONST_SLOT_NECKLACE = 2, CONST_SLOT_BACKPACK = 3, CONST_SLOT_ARMOR = 4, CONST_SLOT_RIGHT = 5, CONST_SLOT_LEFT = 6...
  12. L

    Limit Slots C++ TFS 1.4.2 / Otcv8

    you solve this?
  13. L

    Lua Reset regeneration time from lua

    i stopped regeneration player:removeCondition(CONDITION_REGENERATION, CONDITIONID_DEFAULT) and i want to reset regeneration time. Anyone know how to reset reg. time?
  14. L

    OTVC8 COMPILE HELP

    have you installed vcpkg with commit 3b3bd424827a1f7f4813216f6b32b6c61e386b2e ?
  15. L

    Meditation and the otland community

    You must first choose the device you want to use in your project. Then look for the API for this device. They are usually available directly for download, and some companies do not provide APIs - you have to write to them and ask. Detecting the signals responsible for moving the character in...
  16. L

    Meditation and the otland community

    probably yes, but I wanted to focus more on the phenomenon of meditation :) Different brains behave differently under the influence of emotions. I have never tested for this.
  17. L

    Meditation and the otland community

    the video I showed is my project. An EEG(Brain) device ($50) that reads brain waves and detects meditation and concentration states. The deeper the meditation, the faster the regeneration and the greater the concentration, the greater the damage to monsters. A brain trainer in the form of...
  18. L

    Meditation and the otland community

    are you talking about these rangers?
  19. L

    Problem z skillami

    spróbuj zainstalować notepad++ , ctrl + f (szukaj)-> wyszukaj w folderze -> wybierasz folder do przeszukania (np. tfs)-> wpisujesz np "axe" albo "fishing" i dajesz szukaj, możesz to samo zrobić z aac makerem. Wyszuka ci wszystkie pliki z danym słowem, szybko znajdziesz tego czego potrzebujesz...
  20. L

    Meditation and the otland community

    Hi, I would like to ask you if you have ever heard anything about meditation, what meditation means to you? (no Googling - just what do you think about meditation) For some people, meditation may be associated with a person sitting without meaning because of boredom, and for some, it may be...
Back
Top