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

    Compiling How to recolor sprites?

    since you are here , is there any tutorial that shows how shadows/lights at sprites work?
  2. D

    Compiling How to recolor sprites?

    was wondering how is it possible to recolor some sprites?
  3. D

    C++ How to increase the global rate

    About stages do you mean increase multiplier? tried to increase before but it wasn't affect the exp rate experienceStages = { { minlevel = 1, maxlevel = 50, multiplier = 400 }, { minlevel = 50, maxlevel = 150, multiplier = 250 }, { minlevel = 150, maxlevel = 200, multiplier = 200 }, { minlevel...
  4. D

    C++ How to increase the global rate

    Is it possible to increase global exp rate instead of opening each monster file and increase the experience they give?
  5. D

    Compiling How to move tibia new spirites

    tibia has released their new spirites from a while , what if i need to move them to my already customized spr/dat file ?
  6. D

    Lua Items does not show attributes

    using this system CreatureEvent - [TFS 1.3] Upgrade System (https://otland.net/threads/tfs-1-3-upgrade-system.264672/page-4) , no errors at all but the item does not show any attribute or level , already installed everything also added showattributes thing at items.xml You see a sword (Atk:8...
  7. D

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    19:04 Item upgrade level increased by 4! but it doesnt show item level on look , no errors
  8. D

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    if i want to make it custom items , can i edit items with itemeditor?
  9. D

    OTClient Cant use Multi-use option at itemeditor

    as the title says , i tried to make an item stackable also to be able to use it on myself or objects , saved the itemeditor + updated items list , moved the item.otbm to the tfs items folder , But as soon as i open the otclient and move near to these items the crash happen the multi-use option...
  10. D

    [TFS 1.3] Commands: /restart & /stopRestart - to manual restart server with timer/countdown and broadcast notification to online players

    Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) data/talkactions/scripts/restart.lua:61: attempt to call global 'rebootServer' (a nil value) stack traceback: [C]: in function 'rebootServer' data/talkactions/scripts/restart.lua:61: in function...
  11. D

    [TFS 1.3] EventCallback: Firestorm Event

    data\scripts\firestorm.lua:432: attempt to call method 'getTile' (a nil value) stack traceback:
  12. D

    OTClient How to edit default chat

    i am using otclient eduardo version with tfs 1.3 , just wondering how can i find the source file which handles default_chat or other channels , also i dont know if i have to edit tfs one or otclient
  13. D

    Can't edit otclient sources

    no exe client on x64 folder , i thought it get replaced automaticlly on main folder? Edit: solved i had to rebuild the whole files :)
  14. D

    Can't edit otclient sources

    i applied some changes to otclient source file creature.cpp and compiled this file alone with no errors or fails ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== but the changes i made didn't apply i pretty sure it's working with a friend it's eduardo version
  15. D

    How to use this function?

    How to use setInformationColor() as a lua function in order to change health bar and name?
  16. D

    Otclient fatal error C1083: Cannot open include file: 'GL/glew.h

    well now i compiled otclient but cant open the exe
  17. D

    Otclient fatal error C1083: Cannot open include file: 'GL/glew.h

    i already installed the libs before
  18. D

    OTClient Compiling

    fatal error C1083: Cannot open include file: 'GL/glew.h compiling same version , but using vcpkge and visual studio 2019 commuinty
  19. D

    Otclient fatal error C1083: Cannot open include file: 'GL/glew.h

    With visual studio 2019 commuinty installed and all vcpckge(already compiled latest tfs without errors) i face this error now it's edubart version fatal error C1083: Cannot open include file: 'GL/glew.h also i had a wonder what if i wanted to add new module to otcv8 version i know it doesnt...
  20. D

    Compiling Edit source without recompiling?

    Thanks <3
Back
Top