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

    [Download] Tibianic DLL Sources (Client Injection)

    I edited the RSA inside the Tibia.exe with Hex Editor, and then update the key.pem file in server dir. It is working without any problems.
  2. G

    OTClient force use of own client tfs 1.5 otv8

    @Gesior.pl - This is really useful informations. I would love to know "Other thing you can do is to set custom protocol version in client and server ex. 12345 in place of 860 (8.60) and allow only clients with that protocol version" in details :) Maybe it's somewhere here on forum - will try to...
  3. G

    CreatureEvent [TFS 1.3] block unofficial clients

    Hello everyone, @Sarah Wesker - I have a question about your sentence: "Notes: for some strange reason OTCv8 indicates that the system is CLIENTOS_WINDOWS instead of CLIENTOS_OTCLIENT_WINDOWS on windows, so keep this in mind" Is it possible to edit this script to recognize somehow the OTClient...
  4. G

    Lua TFS 1.5 Nekiro 772 sell empty vial in npc

    Thank you both for help. @boiga - followed your advice and created a new item for empty flask. It is working great. For those who find this interesting here is a corrected fluids.lua from actions/scripts: (it needs to be reviewed/tested, i did not test all kind of fluid containers) I corrected...
  5. G

    Lua TFS 1.5 Nekiro 772 sell empty vial in npc

    Helo, I have a question about selling empty flasks to npc's (like Xodet). In this protocol the buy function need a item subType, which is for example equals 7 for mana fluid. shopModule:addBuyableItem({'mf', 'mana fluid', 'manafluid'}, 2006, 55, 7, 'mana fluid') And buying is working great...
  6. G

    C++ Nekiro 1.5 772 monsters attacks tick interval

    Thank you very much Forkz! The first tip is necessary to change, but to take effect I had to set the interval="x" inside the monster file. Now it cast 10 spells in one second (for test purposes) 1741904785 To clarify this in one post. From my observations it looks like the interval="value"...
  7. G

    C++ Nekiro 1.5 772 monsters attacks tick interval

    here is a behemoth for example. I increased the haste spell and rock throw: <?xml version="1.0" encoding="UTF-8"?> <monster name="behemoth" nameDescription="a behemoth" race="blood" experience="2500" speed="340" manacost="0"> <health now="4000" max="4000"/> <look type="55"...
  8. G

    C++ Nekiro 1.5 772 monsters attacks tick interval

    I have done it but dont really see the change. I have set demon spells to chance 100 for each attacking spell, and it just cast all spells at once each two seconds. I remember that I have set it somehow in TFS 1.2 few months ago and it was connected with...
  9. G

    Lua TFS 1.5 Nekiro 772 real blue djinn behaviour

    I think everyone wants. I used his acc maker like 15 years ago, and he is still here.
  10. G

    C++ Nekiro 1.5 772 monsters attacks tick interval

    Hello everyone, I have another question about nekiro 1.5 downgrade 772. In old TFS 0.4 there was a great parameter called interval which could be set on each monster attack in monster script. It could be decreaced from standard 2000ms to lower value. With that it was possible to decrease the...
  11. G

    Lua TFS 1.5 Nekiro 772 real blue djinn behaviour

    Thanks Gesior.pl I have set it now and it really works as it should! Thank you very much. I dont know why I deleted it - this code was inside the orts files :/ I think it was blocking my keyword "trade" which is below: local node7 = keywordHandler:addKeyword({'trade'}, StdModule.say...
  12. G

    Lua TFS 1.5 Nekiro 772 real blue djinn behaviour

    yes yes, i have correct storages. This one is storage key 114 with value of 3 and it is working good. When the user without the correct storage value tries to sell the item as the first player after the server was booted then djinn will answer the message "I\'m sorry, pal. But you need Gabel\'s...
  13. G

    Lua TFS 1.5 Nekiro 772 real blue djinn behaviour

    Hello everyone, I'm struggling with the npc script, which I would like to work like real Blue Djinn from old days. I'm using clean Nekiro 1.5 772 downgrade with default npc libs from this distro. This npc should be able to buy or sell items only if the player have correct storage value. The...
  14. G

    TFS 1.X+ TFS 1.5 Nekiro 772 StorageValue change during travel

    Hello, I'm trying to make the postman quest working on nekiro 1.5 772 downgrade. I'm struggling with the npc script which should update the player storage value, but it don't. Here is an "action" function from addTraveKeyword: addTravelKeyword('carlin', 110, Position(32387, 31820, 6)...
  15. G

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    First of all this script is really amazing. This combinations of strike on hit/attack - this works perfectly. Really good job - I can only imagine how much work and effort it took. After few hours of testing on downgraded tfs 1.5 I have found some bugs. Propably they are related to this...
  16. G

    [TFS 1.5] [7.4] RookieOTs

    Got it. Thanks
  17. G

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    With rookie 7.4 (available on download section) sprites and dat works great. Some walls had "stackable" parameter in .dat, but as soon as I changed it everything started working great. Found that if an item is inside the corpse it drops as unidentified, and it's great, but if item drops inside...
  18. G

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Thanks, will try to add some to my files. Will post a results if i manage to solve it. It would be great to have such an amazing script on 7.72 engine. One more thing. On which version should i base? 8.6 effects should work? Ok I see that 1.x was based on tibia 10.x, so I should look there.
  19. G

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Hello, I'm currently testing this amazing script on nekiro 1.5 772. The most of the script is working well, but I find an issue with my server. I would like to use classic tibia client (with tibianic dll), but it crashes each time my character is trying to cast an element strike or perform an...
  20. G

    OpenTibia [7.72] Tibia Dat Editor

    Hello, This dat editor when any change is made is saving the dat file and cut around 75% of data. Original .dat file size is ~172KB, after saving in this dat editor it have only 30KB. And I cannot load this 30KB file which this dat editor created. Tried to use this one, but any of the changes...
Back
Top