• 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!

Recent content by Mizakinha

  1. M

    Lua HELP event onKill

    @Xikini Help please :c
  2. M

    Lua HELP event onKill

    Hello, @zyzz7omg ! Thank you in advance for trying to help. I don't have a link to the projects on github, but I'll leave the link from where I downloaded them here. This is the server where I got the dungeon system from: Poke Jornadas. The module is game_dungeon. This is the server I'm using...
  3. M

    Lua HELP event onKill

    I'm trying to get a module from a server to put on mine. I even managed to put the module in and make it work. It was a Dungeon system. In the dungeon we have a certain amount of monsters, and when the player defeats them all, a boss should spawn. This check to know when all the monsters are...
  4. M

    Cooldown spells inside the ball

    Up
  5. M

    "doTransformItem" Function Bugging AutoLoot

    I made this change to put the local variable (item), but it keeps giving the same error. :(
  6. M

    "doTransformItem" Function Bugging AutoLoot

    Hello everybody! Next... On my server every time someone opens a box the autoloot stops working (for the whole server, not just for the player that opened it). Both the box and the autoloot work perfectly, however, when someone uses the box and receives the pokemon, the autoloot stops working...
  7. M

    Different daily task for each player

    Thanks! If you can, it would help me a lot. Is having a lot of ks on my server because of that.
  8. M

    Different daily task for each player

    beauty. Thank you for your help
  9. M

    Different daily task for each player

    if I change os.date("%d") to os.date("%H") or os.date("%M") it doesn't work. I switched to minutes and went to do the task. I finished the task and when I returned to the NPC to deliver instead of giving me the reward he gave me another task. If I do it this way I will have to finish the task...
  10. M

    Different daily task for each player

    I would like the NPC to change the monsters he gives to each player. When the first player goes to take the mission, the npc will offer the monster X and Y. when the second player goes to take the mission the npc will offer the monster A and B. Understood? As it is now he is offering x and y...
  11. M

    Different daily task for each player

    can you tell me how that part of the script would look with this change?
  12. M

    Different daily task for each player

    Sorry. the table with the options is in the folder data\lib\107-main tables.lua The part of this script with the table is this: diarias = { Easy = {"Botamon", "Poyomon", "Yuramon", "Nyokimon", "Pichimon", "Pabumon", "Kuramon", "Kiimon", "Leafmon", "Pafumon", "Relemon", "Metal Koromon"...
  13. M

    Different daily task for each player

    Save ladies and gentlemen! I have a script on my daily task server, it works normally. Only he gives the same task to ALL players on the server. There is a table with several monster options for the player to kill, he takes 2 random monsters inside that table and the player can choose one of...
  14. M

    Item cannot be used in cities

    It worked. thank you so much!
Back
Top