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

    ⭐[France And America] [7.10] Classicot - [Authentic Real Map] [Start 2020-10-16]⭐

    bro can i just use my own 7.1 client? :p
  2. ScorpionOT

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    No lol we're here to help, I'd be glad to help out, but sometimes it's like customer suppotr "sir have you tried turning it off and on?"
  3. ScorpionOT

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Before you ask questions: make sure you install it properly, Oen44 has stated it before and most of the bugs I see in this thread are because of a faulty installation. Install everything again if you have to, you lazy f*ckers, be grateful he released this system for free and instead of making...
  4. ScorpionOT

    [7.1] Real Tibia Map as close as possible

    ok maybe good starting point TwistedScorpio/OTHire (https://github.com/TwistedScorpio/OTHire)
  5. ScorpionOT

    Nekiro 8.6 transformed to 8.7

    @wizinx Fixed bug with mounts. :) I had forgotten to upload updated schema lol, my bad. Reconfig your database and tell me if this fixes please. Thanks to @caiquemoa 4 reporting
  6. ScorpionOT

    [7.1] Real Tibia Map as close as possible

    Isnt gonna be 7.1? What distro r u gonan use
  7. ScorpionOT

    [MyAAC][Plugin][Template] Emma

    slawkens/myaac (https://github.com/slawkens/myaac/blob/2e5b066d88ad692417789ca054433293f70c3e2a/system/templates/account.management.html.twig#L37-L48) is not this? And this css...
  8. ScorpionOT

    Convert Spell Chain Lightning to TFS 1.3

    Did you read the full post? Not fixed yet, but you are missing some code: local config = { effectx = 35, --- efeito de distancia effectz = 11, --- efeito ao acertar o player percent = 70, --- porcentagem de ir pra outro target apos hitar delay = 150 --- velocidade com que se move...
  9. ScorpionOT

    Nekiro 8.6 transformed to 8.7

    No, but from search: Server 8.6 (https://otland.net/threads/server-8-6.268692/) Maybe try in the official TFS 1.3 since its practically the same source code.
  10. ScorpionOT

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Sorry sir, I'm on drugs. US_CONDITIONS[value[1]][value[2]][itemId]:setParameter(CONDITION_PARAM_SUBID, 1000 + itemId + key*4) 1609278846 Again, just a provisional resolve.
  11. ScorpionOT

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    US_CONDITIONS[value[1]][value[2]][itemId]:setParameter(CONDITION_PARAM_SUBID, 1000 + itemId*4 + value[1]), sorry Master oen432 the wise. Incremental subid is indeed better and I haven't been able to implement it yet, but I would like to see more people interested too.
  12. ScorpionOT

    Nekiro 8.6 transformed to 8.7

    Can anybody try to replicate the mounts re-log error stated earlier? I have tried but was unsuccessful when I attempted.
  13. ScorpionOT

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Easiest but worst solution... in upgrade_system_core.lua, change: US_CONDITIONS[value[1]][value[2]][itemId]:setParameter(CONDITION_PARAM_SUBID, 1000 + itemId) to US_CONDITIONS[value[1]][value[2]][itemId]:setParameter(CONDITION_PARAM_SUBID, 1000 + itemId*4) where 4 is the max amount of slots...
  14. ScorpionOT

    Nekiro 8.6 transformed to 8.7

    Please provide more information next time. Such as, compiler (probably visual studio, right?), lib versions, etc. Apparently I needed to modify the .vcxproj file, which I didn't know. Place the file in attachment zip inside of folder "vc14" in your server install folder.
  15. ScorpionOT

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Great job. Very nice system, recommended~ Let me know anybody if using this system and wanna help.
  16. ScorpionOT

    Nekiro 8.6 transformed to 8.7

    @wizinx any news man? Any clue what went wrong and were you able to see if it happens again? Let me know, I can fix. :D
  17. ScorpionOT

    Nekiro 8.6 transformed to 8.7

    Sorry I don't see how to replicate your issue, I tried to no avail. Are you using same mounts as the one in repository? Please embed your xml using code tags next time. I see you added carniphila in the screenshot, but I don't see it in this xml. are you still able to replicate this bug?
  18. ScorpionOT

    Tibia 7.1 Brainstorming thread

    Damn I remember when power bolt was extra OP
  19. ScorpionOT

    Nekiro 8.6 transformed to 8.7

    Could you post your mounts.xml? Maybe its a configuration issue
Back
Top