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

    Script Auto Server Save Tfs 1.3

    No, i dont find any script working
  2. I

    Script Auto Server Save Tfs 1.3

    @M0ustafa Hello, Thanks im going try it, just XML line doesnt exists in this versions, they are Revscripts but im going to modify and try it
  3. I

    [TFS 1.3] [Revscriptsys] Free Lua scripting service - Post your requests! Let's learn it together!

    Hello everyone, Today i was modifying an ancient script, the forge, and is working perfect, but is not very RPG forge. Im looking for some help, i have tried several local position = and others lines but not working, I want add for example on a training room ( without monsters ) but like a...
  4. I

    Live Minimap , depot or other

    Thanks you ! I think that by force we should really call you GOD!
  5. I

    Live Minimap , depot or other

    Hello, I try find on web, some years ago, like 6-7 i remember a webpage, on versions 8-8.6 i think, can be observed on webpage the " Depot " , and seeing players like a Live , if any character pass in front of depot you see it, did anyone remember this? I Want try code it for a more recents...
  6. I

    AAC Website giving wrong shop items

    Hello, i have add the lasts numbers in the same line correctly. But reloggin, restarting server nothing changes, i have created a new account and also is the same. For example outfit id 1289 ( with both addon ) giving outfit id 289, demon hunter, and 1289 is dragon slayer, on xml file. What we...
  7. I

    Tibia 11 Pic Editing

    For client versio 12.60 you can extract it with RCC Extractor from github here: nekiro/rcc-extractor (https://github.com/nekiro/rcc-extractor) You download it, and you use it opening the RCCextractor.csproj using visual studio ( if you got it if you have compiled ) But unfortunatly, is there...
  8. I

    [TFS 1.3] [Revscriptsys] Free Lua scripting service - Post your requests! Let's learn it together!

    Édit , solution i deleted line gameclientversion
  9. I

    Actions.xml 12x

    Thanks for your reply ! I have founded 1 min ago like you the solution, changing like a dumb the lines and the result is: finally working after delete line 81 ( gameclient ) because giving and error in console, and this line not needs on 12x only if you use lower version i think, correctly...
  10. I

    Actions.xml 12x

    Hello @Evil Puncker , i have learned a lot about the site you give me. I try with a talkaction like !shop, but this one was not working like in talkaction exaplained, i have using a shop code from znote, and added first and last lines, but nothing happens, i try to do another customs...
  11. I

    Revscript Znote Acc !Shop command not working Tfs 1.3

    Hello, thanks for your reply, i have try this code , i see it, but is not working also, in game appears !shop like i say Hello, i think they didnt take correctly the script , i have tried normal, and adding local znoteShop = TalkAction ("!shop") and at final znoteShop:register() . Precision: in...
  12. I

    Revscript Znote Acc !Shop command not working Tfs 1.3

    Hello everyone, I was following a thread there, about in game command !shop ( in talkactions ) placing znoteshop.lua, but using Tfs 1.3 i think is the script is different, in game i don't have message from cooldown of 15 secs, anyone know how to script it for works correctly the command in game...
  13. I

    PHP Change Shop Points into Tibia Coins Auction Char

    Hello , i have searched on github and posts of @Znote but i dont find the solution, i have founded convert ingame store tibia coins into shop points, but not shop points into tibia coins. I Have tried change somethings on auctionchar.php for search into ' accounts ' ' coins ' instead of '...
  14. I

    Client 12 Map url

    Hello everyone , anyone know which URL in tibia client 12 IS for change minimap ingame ? Or fólder,? I have made a custom map and want change thé Real Map ( minimap ) for mine but i dont know exactly where us this option for change It. Thanks in advance 1611933592 I mean this minimap, it's...
  15. I

    How to reduce lag on rme map editor

    I was looking for this, and in 2021, got I9, rtx 3090, and i think is another thing on Remeres 12... Because Realmap is lagging when you try edit it. So i dont know cipsoft has 3090 rtx x 4 to run it ? No im not sure. Runing the last drivers and after 10 years realmap is lag after some time editing.
  16. I

    Script Auto Server Save Tfs 1.3

    After check, the server save, they have cleaned map, and server was not saved. I have tested another script from this forum today and not work for auto save.
  17. I

    Script Auto Server Save Tfs 1.3

    Hello i was looking all posts but in majority has not the same as the 12x otserv, we don't use globalevents.xml on this server, I got a file called Server_save.lua , code: local function ServerSave() if configManager.getBoolean(configKeys.SERVER_SAVE_CLEAN_MAP) then cleanMap()...
  18. I

    Prey System 'Mainland'

    Hello, Im trying to check about the problem of prey not working in game ( tested 2 characters , lvl 30 and 78, also with the god ). Prey not available. Characters who have not reached the main continent cannot select a prey or a hunting task. I got the same message for instant daily reward (...
  19. I

    Actions.xml 12x

    @Evil Puncker ok it's creatureevent, I wasn't sure it's not the same way as before, already I'm not good hehe, in any case it works, I learned something, thank you frankly you are a genius Is working, but giving an error on console, @of course i edited this line: elseif player:getLevel() >=...
  20. I

    Actions.xml 12x

    Yes i read it, and i start writting the script when i search for set coin balance i found the entire script on br, thanks for your help ! local tibiaCoin = Action() function tibiaCoin.onUse(player, item, fromPosition, target, toPosition, isHotkey) local coins = 1 db.query("UPDATE `accounts`...
Back
Top