Jump to content

Mr01sam

Creator Pro
  • Posts

    1,443
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Mr01sam

  1. Mr01sam

    MLRS uses all raid points

    Hmm, so I just tried this and I couldn't get it to happen - it only deducted one raid point. I had -Player A has a base with stacked privs (two total) -Player B uses the MLRS rocket to attack Player A's base -The rockets hit both TCs, but after the first one was hit the raid was logged and consumed one point, the following rockets did damage but did not consume and more points since the raid was already logged Is there perhaps more details that are important here? A couple questions that might help: -Do you have any plugins that may affect TC ownership or MLRS rockets? -Is the base able to be raided normally and logged properly? -Do you have revenge raiding on? -Are you able to reproduce this issue consistently?
  2. Mr01sam

    War Mode PVP/PVE

    I'm not familiar with AutoZones, but in 1.3.0, you will be able to specify a partial match for the zone name or id. So you can do something akin to "all zones that contain the word 'pvp' in their name will force you to be pvp" will that handle that case? And no - when a player enters a pvp zone they still retain their "true" mode under the hood, so it doesn't affect anything they own outside the zone.
  3. Mr01sam

    MLRS uses all raid points

    I'll check it out - can you verify that this scenario is correct (so that I can reproduce it) - Player A has a base - Player A has full raid points - Player B attacks Player A's base with the MLRS rockets - This attack causes Player A to lose all their Raid Points
  4. Mr01sam

    Raid Limits

    Would you be able to create a support ticket for this - otherwise it makes it harder for me to track when its in this discussion board.
  5. Mr01sam

    Damage scaler

    Depending on how they achieve that, it might be conflicting with quality crafting. Have you noticed this problem with the other weapons? Or just the new smg?
  6. Mr01sam

    Damage scaler

    Is Damage Scaler another plugin?
  7. Mr01sam

    War Mode PVP/PVE

    Very close.. in v1.2 of WarMode (the current version), you have to specify the zone id (not the zone name), and the value is just a string not a list. So it would need to look like this. "ZoneManager": { "ForceModeInZone": { "zoneidhere":"pvp", } }, This will make any zone that has a zone id of "zoneidhere" a forced pvp zone. Now, if you want to use the zone name instead, that's actually a feature I'm adding in v1.3 of WarMode, which is currently being tested.. if that's something you're interested in, I can DM you an early copy to try out if you would like. Just let me know!
  8. Mr01sam

    War Mode PVP/PVE

    WarMode doesnt have any rules for hacked crates (since they aren't owned by players) so yes, there is nothing stopping a PVE player from grabbing it. However, I highly recommend using WarMode alongside ZoneManager in this situation to setup zones that are forced PVP. You can do this in the config, and then PVE players will have to enter the forced PVP zone if they want to loot the hacked crate. Edit: Some people suggested LootDefender, which is another great option!
  9. Mr01sam

    Wolf 2.0

    I'll have to check that out, thanks for reporting
  10. Mr01sam

    Quality Crafting

    Hey thanks for the feedback, I'll note this down as a suggestion
  11. Mr01sam

    error

    Can you provide some info on when this happens and what simple status plugins you have? It looks like some plugin is not providing a translation string in the right format.
  12. Mr01sam

    Backpack Trading

    Ah okay, then this makes sense for how it currently works. It currently does not know a difference between a backpack that was willingly dropped and one that was dropped due to death. In the case of death - typically people don't want other players to be able to loot PVE players, which is why PVP -> PVE and PVE -> PVE interactions wont let you loot the backpack. For the time being, if you want backpacks to be lootable, you would have to enable players to be able to loot PVE players. In the next update I'm going to be expanding the granularity of what is protected/unprotected, perhaps I can include a section for backpacks so you can choose how you want backpacks to be handled specifically. Also, I'm going to be including fixes for a lot of your bug reports in the next update too, which is a big update so that's the reason why its taking some time (just so you know!). As for the parachute, I'm not sure what's going on there - is it possibly within a building zone that belongs to someone else? As for clans support, currently it just supports team members, but I'm considering support for clans as well.
  13. Mr01sam

    Stash Protection

    Changed Status from Closed to Not a Bug
  14. Mr01sam

    Stash Protection

    Changed Status from Pending to Closed
  15. Mr01sam

    Stash Protection

    Currently, WarMode only protects containers that are placed within building zones, so if they are outside of a building priv then it is working as expected if they are not protected. I can add this as a feature suggestion though.
  16. Mr01sam

    Timer frozes after dead

    Changed Status from Pending to Closed
  17. Mr01sam

    Stash Protection

    Even if they are within a building zone?
  18. Mr01sam

    Backpack Trading

    I'm trying to understand this a bit more - so this is only a problem when trading between two modes that other cannot share loot right? Like two PVP players can drop backpacks and share items between them with no issues (because they both are allowed to loot stuff from other players). But this is a problem when two PVE players try and trade right? If that's the case, then I would say this is expected behavior - the PVE players generally cannot take things that belong to other players unless that other player is on the same team as them. If they're on the same team, then it should allow them to trade backpacks. That's at least how it is supposed to work, if not - then its a bug.
  19. I'll have a fix for this in the next update
  20. After reading your link you posted, I'm thinking about allowing a sort of "wildcard" operator so that you can define partial names for zones that will apply the mode. So the config would look like this: "ForceModeInZone": { "~some_zone": "pve" } The syntax might change, but basically the idea is that if you put a ~ in front of the zone name it will force pve on any zone that contains the zone name you provided. Would something like this achieve what you need?
  21. Mr01sam

    Heli Crates?

    Its jinxed now lol - I'll leave this open as a "bug" until its fixed
  22. Mr01sam

    Heli Crates?

    If the heli crate fell into a base privilege area, WarMode would probably block it if the player doesn't have permission to loot stuff within that area. If that's the case, maybe I'll want to add an exception for that. Other than that scenario, I don't see why WarMode would have any restriction on it - but I haven't tested it so I'd be curious to know what it does.
  23. Hello! So I loaded up your config and tried it out, but I wasn't able to reproduce the issue - I attacked a base (as a PVP player) that was owned by a PVE player and I was not able to damage it. However, I did notice something about your config - you have Chat notifications off and do not have any alternative notifications (such as Toastify) enabled, so the attacking player will not receive any message that they cannot raid something. So what I was seeing is that the protection is working correctly, it just appears to not do anything because the attacker isn't notified. Can you confirm if this is the issue or we should try and see what else could be the problem? If you don't think this is the problem I would suggest using the /warmode.tc command to "inspect" what the true mode of the base that you're expecting to be PVE is. Keep in mind that if a base has ANYONE authed on it that is PVP then the entire base will be considered PVP and therefore will be raidable.
  24. Mr01sam

    Backpack Trading

    Yeah I'll have to see if I can distinguish that - good catch btw
  25. Mr01sam

    Backpack Trading

    Hmm, so you're saying the "owner" assigned to a backpack is the person who crafts it and not just the person who was wearing it? If so, yeah I'm gonna have to look into what I can do about that.
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

133.9k

Files Sold

Total number of files sold.

2.8m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.