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

    Lua Reborn system problem with items

    That's not true. You just need to ask him the correct question, I never struggled with any script he made for me local config = { [44189] = {reset = 4, slot = "wand", message = "You need 4 resets to equip this wand."}, [15410] = {reset = 6, slot = "wand", message = "You need 6 resets to...
  2. S

    Lua Reborn system problem with items

    Weird question but did you register it? Edit I've checked and I think it should be MoveEvent, not CreatureEvent. There is a function like onPlayerEquip that should work as you intended It won't work out of the box tho, you will need to recheck reborn (or pass it to function, I would not...
  3. S

    Damage format

    It should go into case Otc::MessageHeal: i dont find any other place. Tried to make string in hp/mp bars and it's pain since there is no addText() function
  4. S

    Damage format

    You want it where? On the right side in the bars?
  5. S

    Damage format

    Honest question - why? It's client side, server won't be affected by anything
  6. S

    Damage format

    Healing is next case in same file area. I hope you didn't combine them together? 😅 It's actually giving two times healing or just client side?
  7. S

    [Sweden] [8.60] AmirOTS Arc

    Donation Weapon (Atk:10000000, Def:800000 +50000). I mean, its evo. But still, bruh?
  8. S

    Damage format

    look for case Otc::MessageDamageDealed: and change value that is passed to g_map.addAnimatedText(std::make_shared<AnimatedText>(std::to_string(value[j]), color[j]), pos); change it to sum like this #include <iomanip> #include <sstream> case Otc::MessageDamageDealed: case...
  9. S

    Damage format

    It will be easier on the client since it expects int not string in both scenarios
  10. S

    OpenTibia OT map generator

    For generated map in game this is not an issue, I've tested it with your script (i had very bad map generator before) and it worked just fine. No idea how hard it would be for .otbm map
  11. S

    OpenTibia OT map generator

    you can do it by using CLI
  12. S

    Programmer OTC mobile APP

    What error you're getting? Maybe we could help
  13. S

    OpenTibia OT map generator

    As for me, this cave would look better WITHOUT jungle grass but I get your concept
  14. S

    Feature Attributes MOD

    This might be because i don't see anywhere else that would do anything on deEquip. The second code checks if ITEM that is being equipped have ability so only if swapping helmet this would work
  15. S

    OpenTibia OT map generator

    This might be because tibia is not as popular as it used to be. your work is crazy and looking insane tho!
  16. S

    Just Another Progress Journal- 8.6 EVOLUTION

    I'm in progress of making evo server and decided that exp places will be in depo but in order to start quest you will need to go to place x and talk with npc Y.
  17. S

    Ranger's Arcani OTClient showoff

    Website is offline so I was confused. Server seems good but I feel lost at the beggining of my journey
  18. S

    vpn server linux tibia

    The character lists is loading in client, yes? What error you getting?
  19. S

    AAC Problem installing MYAAC on Windows Server 2022 with UNIServer Zero XV

    Isn't it supossed to be true instead of tue? Or it is a variable?
  20. S

    Door bug Black Tek Server

    Have you edited the data\scripts\actions\others\doors.lua ?
Back
Top