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

    Lua Monster of the day (Group)

    @Mummrik Yes, is a bit advanced, but i'm reading about this Just one more question, how to get the first value inside an array inside a table? For example, if I want to get the name on bold inside the table boostedMonstersListEx = { [1] = {"dragon lord", "dragon lord vip", "fast dlord", "hard...
  2. DukeeH

    Lua Monster of the day (Group)

    I've tried to use isInArray, but I think I was using it wrongly. Will change the globalevent for numbers storage and try to to it this way. Thank you so much once again.
  3. DukeeH

    Lua Monster of the day (Group)

    Hello, I'm using TFS 0.3.7/OTX2. I'm trying to change a code by @buchaLL He made a monster of the day code, but on my server I have a few dragon lords, I want that if the monster of the day is dragon lord, it affects all the ones in the group. I wasn't able to use a table for this. Monster...
  4. DukeeH

    Lua Lever that counts time.

    Yes, it was guild id, I changed your function a bit and it worked. Thank you so much once again. I'll continue with the system, anything can I reply here?
  5. DukeeH

    Lua Lever that counts time.

    Got this part okay. Thanks both of you! One more question. Why if I use this: wzGuildName = { getGuildName(getGlobalStorageValue(050521)), getGuildName(getGlobalStorageValue(050522)), getGuildName(getGlobalStorageValue(050523)), getGuildName(getGlobalStorageValue(050524)) } On a lib, and on...
  6. DukeeH

    Lua Lever that counts time.

    Done something like this and i'm currently testing, it worked. How to compare those 4 storages on the end to define the winner?
  7. DukeeH

    Lua Lever that counts time.

    I'm trying to make a system, and a part of my idea, would be a lever, that can be pushed by the members of 4 different guilds. If Guild A member pushes the lever, it starts counting time for his guild. If Guild B goes to this lever and clicks it, it will stop Guild A time, and start counting...
  8. DukeeH

    AAC [MyAAC] - 3 Problems with Storages and Guilds.

    https://github.com/mattyx14/otxserver/tree/otxserv2 No, it should have leader. It creates the guild, but not even the leader joins it.
  9. DukeeH

    AAC [MyAAC] - 3 Problems with Storages and Guilds.

    @slaw It creates the guild, but not even the leader is on it, and it doesn't show ingame. Is there any sort of log that I can see?
  10. DukeeH

    C++ Otservlist ban, c++ code to count online.

    Thank you so much, will change it to 4. Sad thing to download an old distro with unupdated code, and pay for this.
  11. DukeeH

    C++ Otservlist ban, c++ code to count online.

    I understood it wrong, so i just change to 4 and it'll be right? edit. I'm sorry for being stubborn, but all the codes I see, are coded like this, are they all wrong or mine is diferrent...
  12. DukeeH

    C++ Otservlist ban, c++ code to count online.

    Hello everyone. I just got banned from otservlist, and I have this code to follow both rules (not count xlogged and count 4 per ip). After contacting them by mail and showing the code, he still tells me that i'm counting 5 per ip. I know that I can just change that 5 to 4, but for me, if it's...
  13. DukeeH

    TFS 0.X SetMaxHealth / Addlevel bug.

    Had to use removecreature + dbquery, because item hp bonuses and stuff breaks maxhealth and maxmana. Thanks for the help, but I don't think it's posssible to do without this. I just want to know if there any way to deequip player items? (all of it) And send a bag with them to his backpack, or...
  14. DukeeH

    TFS 0.X SetMaxHealth / Addlevel bug.

    @Xikini The thing with addlevel is sometimes it works, sometimes don't. Will search for experience functions. Same thing happents to max hp, sometimes it works okay but for some it breaks. I don't know why. About varibles, will change to local.
  15. DukeeH

    TFS 0.X SetMaxHealth / Addlevel bug.

    Hello, I've made this function as a Rebirth: Using TFS 0.3.7/OTX2. function resetPlayer(cid) if isSorcerer(cid) or isDruid(cid) then HpBonus = 350 ManaBonus = 500 else HpBonus = 500 ManaBonus = 350 end doPlayerRemoveMoney(cid, 100000000)...
  16. DukeeH

    AAC [MyAAC] - 3 Problems with Storages and Guilds.

    really weird on the storage part. still not working, is there a way to debug it? it shows blank, tried clearing cache trough admin panel and cache folder, nothing.
  17. DukeeH

    Dos Attack.

    Could you post the commands for this? I'm not suffering yet, but I think it's better to prevent.
  18. DukeeH

    AAC [MyAAC] - 3 Problems with Storages and Guilds.

    He has the storage, i'm using the same key on both.
  19. DukeeH

    AAC [MyAAC] - 3 Problems with Storages and Guilds.

    @Leesne - Thank you so much highscores worked perfectly. If I want to order by reborns and then level, i'd need to do some changes on getTopPlayers, right? Second problem: Using this on characters.html.twig @slaw Cleared cache through admin panel, and through system folders, but still blank...
Back
Top