AntiOfflineRaid

Moved

Total Downloads: 6,123 - First Release: Nov 17, 2015 - Last Update: Mar 1, 2018

5/5, 32 likes
  1. It's Work thanks ☺☺☺☺☺☺☺
     
  2. Calytic

    Calytic Community Admin Community Mod

    Calytic updated AntiOfflineRaid with a new update entry:

    0.0.7

     
  3. When a player is online and building onto there base it is showing that there building is 100% protected. Either them or other players cannot deal damage to the building part. Is it supposed to be like this?

    Also, is it possible to remove the cooldown and 100% damage protection?
     
    Last edited by a moderator: Nov 30, 2015
  4. Calytic

    Calytic Community Admin Community Mod

    @redone Please show me your configuration
     
  5. Calytic,

    I have the same problem... :


    When a player is online and building on to there base
    it is showing that there building is 100% protected.
    Either them or other players cannot deal damage to the building part.
    Is it supposed to be like this?


    my cfg:

    {
    "afkMinutes": 5,
    "clanShare": true,
    "cooldownMinutes": 10,
    "damageScale": {
    "1": 0.2,
    "12": 0.8,
    "3": 0.35,
    "48": 1,
    "6": 0.5
    },
    "interimDamage": 0.0,
    "minMembers": 1,
    "protectionMessage": "Esta construção esta {amount}% protegida",
    "showMessage": true,
    "VERSION": "0.0.7"
    }
     
  6. Calytic

    Calytic Community Admin Community Mod

    Calytic updated AntiOfflineRaid with a new update entry:

    0.0.8

     
  7. Calytic

    Calytic Community Admin Community Mod

    Calytic updated AntiOfflineRaid with a new update entry:

    0.0.81

     
  8. somehow....it doesnt work for me anymore. like 2 days ago it worked fine. but now not even a message...
     
  9. Wulf

    Wulf Community Admin

    Try updating to the latest Oxide snapshot, either manually via GitHub or through your host.
     
  10. Aprooved. Works fine. Ty Wuff
     
  11. another issue we found. using default config with clans support if a team doesnt make a clan but shares a base one member can afk and base stays at 100% forever and base cant be raided.
     
  12. Calytic

    Calytic Community Admin Community Mod

    Thank you for the report
     
  13. Calytic

    Calytic Community Admin Community Mod

    Calytic updated AntiOfflineRaid with a new update entry:

    0.0.9

     
  14. Hello,
    I send you this message because we have a problem with your plugin, it works only 20%.

    when a person disconnected it took over, but after a while it stops working or a reboot. (cooldown 168)
     
  15. Calytic

    Calytic Community Admin Community Mod

    The LastOnline profiles are saved in data files, not solely in-memory. Therefore it should persist LastOnline profiles between server restarts.

    Thank you for the feedback however I will need more information to help you with your issue.

    How long have you been using EntityOwner?
     
  16. le plugin Entity Owner fonctionne sans problème.mais j ai trouver un autre probleme dans cette piste. Dans mon rustadmin je vois que il manque des joueurs dans la rubrique joueurs mais je les retrouves dans la rubrique statistique.

    mais le probleme est quand meme different car le plugin fonctionne que une heure ou 2. il devrait fonctionner 168heure et prendre en compte les joueurs que je vois dans ma rubrique joueurs mais il ne les prends pas.


    Owner Entity plugin works without problem.But I have to find another problem in that track. My rustadmin I see missing players in the section players but I found them in the statistical category.

    but the problem's still different because the plugin works as an hour or 2. it should work 168heure and consider the players that I see in my column but players do not take them.

    http://nsa38.casimages.com/img/2016/01/14/160114060108824482.png

    {
    "afkMinutes": 5,
    "clanShare": true,
    "cooldownMinutes": 10,
    "damageScale": {
    "168": 1
    },
    "protectionMessage": "This building is protected: {amount}%",
    "showMessage": true,
    "VERSION": "0.0.9"
    }
     
  17. Calytic

    Calytic Community Admin Community Mod

    Firstly, that config file looks out-of-date. You are missing a few settings. I suggest deleting your config and reloading the mod
    Code:
    reload AntiOfflineRaid
    If you can't do that, just copy the default config from the description of this plugin.

    Secondly, I would suggest changing the damage scale to better reflect your intended scale. You need atleast 1 configuration for the first hour.
    Code:
    "damageScale": {
        "1": 0,
        "168": 1
    }
     
  18. Hi,

    AntiOffLineRaid doesn't work anymore on my serv... EntityOwner return me N/A when I'm checking with /owner...

    Is this working fine for you ?
     
  19. j'ai apliquer la procedure que vous m'avez indiquez. cependant mon probleme n est pas resolu. je peut vous affirmer que apres une heure la personne n'est pas protéger par le plugin.

    I place holder the procedure you tell me . However, my problem is not solved . I can tell you that after one hour the person is not protected by the plugin .

    {
    "afkMinutes": 5,
    "clanShare": true,
    "cooldownMinutes": 10,
    "damageScale": {
    "1": 1,
    "168": 1
    },
    "protectionMessage": "This building is protected: {amount}%",
    "showMessage": true,
    "VERSION": "0.0.9"
    }
     
  20. Calytic

    Calytic Community Admin Community Mod

    Calytic updated AntiOfflineRaid with a new update entry:

    0.0.91