• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. S

    Lua [TFS 1.2] !commands full list of commands from talkactions.xml

    Lua Script Error: [TalkAction Interface] data/talkactions/scripts/testScript.lua:onSay data/talkactions/scripts/testScript.lua:105: attempt to concatenate a table value stack traceback: [C]: in function '__concat' data/talkactions/scripts/testScript.lua:105: in function...
  2. S

    Lua TFS 1.2 Player:onMoveItem

    Nice.
  3. S

    Lua TFS 1.2 Player:onMoveItem

    I want to do script when you move item to CONST_SLOT_NECKLACE then return false. if toPosition == CONST_SLOT_NECKLACE then return false end This is not working, any ideas?
  4. S

    TFS 1.2 Tibia Store

    If you done go to appdata and find folder tibia, then clean folder with saved images C:\Users\Administrator\AppData\Roaming\Tibia\ImageCache Tibia client must be closed. Then run tibia and check if you see images.
  5. S

    TFS 1.2 Tibia Store

    To make sure everything is working name this image without capslock like yalaharmask.png and remember that only editing gif to png wont work. You must use special program to save in other format.
  6. S

    TFS 1.2 Tibia Store

    https://otland.net/threads/in-game-store-images.245420/ Image must be 64x64 px and .png format config.lua coinImagesURL = "http://xxx/images/store/" coinPacketSize = 25 in folder store you must put folder named 64 and put in there icons
  7. S

    Lua 10.99 store check free capacity

    Need some help with script. If i buy something in shop without capacity it removes coins and no item will be added. If i have capacity for like 44 runes and i buy x250 i will get only 44 and lose coins. I wonder how to add check player free capacity for item that we are buying (example 250...
  8. S

    Solved 10.99 Table 'ots_server.store_history' doesn't exist

    Anyone knows SQL command to add working table 'store_history' for new ingame store? [Error - mysql_real_query] Query: INSERT INTO `store_history`(`account_id`, `mode`, `description`, `coin_amount`, `time`) VALUES (3879, 0, 'Shadow transfered you this amount.', 25, 1478724576) Message: Table...
  9. S

    OpenTibia Tibia IP Changer

    Ip changer crashes always when i press "Apply" button. Exception thrown: 'System.ComponentModel.Win32Exception' in System.dll An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in System.dll
  10. S

    OpenTibia Tibia 11 IP Changer

    Ip changer crashes always when i press "Apply" button. Exception thrown: 'System.ComponentModel.Win32Exception' in System.dll An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in System.dll
  11. S

    Compiling changes for 10.80

    Trying to update server from 10.95 to 10.98. Anything changed in getWeapon?
  12. S

    Character Market for Gesior

    Thank you!
  13. S

    How to update item.otb

    That info could be really very helpful, even if it's hard to make it.
  14. S

    Lua <attribute key="areaEffect" value="blueshimmer"/> List of Values?

    I though it was just a sarcasm, peace.
  15. S

    Lua <attribute key="areaEffect" value="blueshimmer"/> List of Values?

    Better later than never, it's for all who are searching it now and will be searching later. Think about future and future hosters, not only about yourself or one person please.
  16. S

    Lua <attribute key="areaEffect" value="blueshimmer"/> List of Values?

    TFS 1.2 tools.cpp MagicEffectNames magicEffectNames[] = { {"redspark", CONST_ME_DRAWBLOOD}, {"bluebubble", CONST_ME_LOSEENERGY}, {"poff", CONST_ME_POFF}, {"yellowspark", CONST_ME_BLOCKHIT}, {"explosionarea", CONST_ME_EXPLOSIONAREA}...
  17. S

    Action [TFS 1.2] Stamina doll

    It's for TFS 1.0+, tested on 1.2. If you have any errors post them.
  18. S

    How to make ammo infinite in TFS 1.1?

    I had to search where but i found, for other adventurers here it is: data/weapons.xml <distance id="2543" action="removecount" /><!-- bolt --> delete: action="removecount" and remember to save it for future changing it back <distance id="2543" /><!-- bolt action="removecount" -->
  19. S

    Solved TFS [1.2] Enchanting weapons

    My global.lua was missing this function, thank you MatheusMkalo <3
Back
Top