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

  1. MyksaND

    Simple talents with modalwindow

    Note: you have to be very careful with items that give hp or mana, since a problem has recently been discovered, there is a conflict with Set/GetMaxmana and Set/GetMaxhealth, they are added to items with that condition. If someone knows how to solve this problem I would be eternally grateful, it...
  2. MyksaND

    TFS 1.X+ Modalwindow not working on tfs 1.4

    Yes, need have to study the modal, because sometimes it does weird things, well, as long as you can adapt to it, it's the best xD
  3. MyksaND

    TFS 1.X+ Modalwindow not working on tfs 1.4

    I found the problem in event conflicts event Text = "ModalWindow_MainMenu", I had repeated it in several scripts... xDI This is where they are registered and identified.
  4. MyksaND

    TFS 1.X+ Modalwindow not working on tfs 1.4

    I have problems too, I can't do it that way, I have to do it this way I found a way to do it, but when I do a lot of rescripts, it doesn't work for me, it only works this way with the ids 1000, 1001 and 2000 The way is this: local mainMenuConfig = { modalWindow = { id = 2000...
  5. MyksaND

    Simple talents with modalwindow

    As far as I know, the only way to give the player mana and hp is that way, if we try to make queries the server performance drops, the last thing left is to make a new function to deliver mana or hp, it's the only way I can think of, but I'm not an expert in the matter, I only dedicate myself to...
  6. MyksaND

    Simple talents with modalwindow

    Sure, so this script doesn't work well on servers that use items with bonuses like this, because they conflict unless someone knows how to solve this.
  7. MyksaND

    Simple talents with modalwindow

    It's strange, because this system goes directly to the player, it shouldn't conflict with items, I just tried it with everything except mana and hp, it works fine
  8. MyksaND

    Simple talents with modalwindow

    I've tried it with magic level and skills and nothing happens, I think it's because of the set condition, it conflicts with something, because the addskill works fine It conflicts with that system, right?
  9. MyksaND

    Simple talents with modalwindow

    but it only happens with hp and mana? items with that condition right?
  10. MyksaND

    Simple talents with modalwindow

    A direct query must be made to the database, so that there is no problem with the items, it could be a possible solution. Or another simpler solution is to not put life or mana increasing talents at a certain level, so that there are no conflicts with hp or mana items. I'll try to fix that...
  11. MyksaND

    Simple talents with modalwindow

    Have you tried it with that system? So far it hasn't failed me in terms of increasing life, and I haven't seen any conflicts, but of course I don't use those systems. If you've tried it and it works like that, good advice.
  12. MyksaND

    Mystery Bag System. TFS 1.4.2

    I don't know if anyone else will find this helpful, but I just made this Mystery Bag, well I'll call it that, you can call it whatever you want. The system also gives out premium points and premium days. Easy to set up! Enjoy it.
  13. MyksaND

    Question regarding Modal Window

    If I was trying that, and playing around a bit with the storage ids, something beautiful can be done. Thanks, I had that doubt.
  14. MyksaND

    Simple talents with modalwindow

    I had a problem when formulating how to add the magiclevel skill, "SKILL_MAGICLEVEL" changed to "SKILL_MAGLEVEL", it did not give the corresponding skill.
  15. MyksaND

    Question regarding Modal Window

    Hi everyone, I don't know if this question has been asked before... I wanted to ask why my intelligent AI can't answer it "xDD". Can you make real-time queries with the modalwindow and show those same results in the same window? Or is that just dreaming of gods? hahaha Thanks good Samaritans
Back
Top