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

    Lua GlobalStorage dont save

    That's still wrong bro, what you're doing is: Game.setStorageValue(GlobalStorage.FerumbrasAscendant.Habitats.AllHabitats, storageValue + 1) Do you see how this has nothing to do with getGlobalStorageValue or setGlobalStorageValue functions? You're never using them. Like I mentioned in a...
  2. AokiSama

    Lua GlobalStorage dont save

    You're still doing the same thing on this script. This function is doing nothing for you because you're never using setGlobalStorageValue or getGlobalStorageValue. Unless you sent the old script by mistake? This looks like you haven't changed the functions at all.
  3. AokiSama

    Lua GlobalStorage dont save

    Share your script with the changes you've made.
  4. AokiSama

    Lua GlobalStorage dont save

    More info would be helpful, what does your script look like now, do you get any kind of messages? In your database do you see any changes in global_storage table? etc.
  5. AokiSama

    Solved Speed on wings and auras is not applying to the player

    Hey that's right I basically took the approach that was used on mounts and adjusted it for my needs to fit auras & wings. I do not use mounts on my server so I'm not sure if it might cause some conflict if you do. The speed is taken directly from the wings/aura.xml files.
  6. AokiSama

    Solved Speed on wings and auras is not applying to the player

    Hey! Pretty simple solution & a cool system, I actually tackled this yesterday but my approach was through c++, I'm using Canary though so this might be different for you guys, still should be the same concept, let me know if you guys need help implementing it and we can go over it. In...
  7. AokiSama

    Solved Speed on wings and auras is not applying to the player

    Look at the man's post history, this is why I only replied with a like. We all know it's not going to happen.
  8. AokiSama

    Lua GlobalStorage dont save

    That was an example of what you have to do, I did not go over every line where you're using it incorrectly. Did you change every instance?
  9. AokiSama

    Lua GlobalStorage dont save

    In your script you have: Game.setStorageValue(GlobalStorage.FerumbrasAscendant.TheShattererLever, Game.getStorageValue(GlobalStorage.FerumbrasAscendant.TheShattererLever) + 1) He's saying to replace Game.setStorageValue and Game.getStorageValue So it should look like this instead...
  10. AokiSama

    Solved Speed on wings and auras is not applying to the player

    Hey! I seem to have the same issue, did you manage to solve it?
  11. AokiSama

    Exp/Kill/Drop Tracker Module [OTCV8] [TFS 1.4.2]

    Hey so I was using this OTCV8: GitHub - opentibiabr/otcv8: OTCv8 for OpenTibia Community. (https://github.com/opentibiabr/otcv8) Apparently they have some change that makes some modules not work, not sure what it is. I changed to: GitHub - OTAcademy/otclientv8: Mirror of official OTClientV8...
  12. AokiSama

    Exp/Kill/Drop Tracker Module [OTCV8] [TFS 1.4.2]

    Not at all, I just drag and dropped what was uploaded. Do I also need the exph module from OT Server List - OTC Exp Analyzer (Exp/h) Module Download (https://otserverlist.me/download/modules/exp-analyzer) ?
  13. AokiSama

    Exp/Kill/Drop Tracker Module [OTCV8] [TFS 1.4.2]

    Hey! Thanks for the module, unfortunately I'm getting this error when I try to open the game, any advise?
Back
Top