Jump to content

1 Screenshot

  • 60.1k
  • 717
  • 1.64 kB
This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments

Robis

Posted

hi, can you add a permission ?

  • Like 1
MuB-Studios

Posted

On 12/13/2022 at 9:36 PM, Robis said:

hi, can you add a permission ?

I will do an update today

  • Like 1
  • Love 1
Robis

Posted

32 minutes ago, MuB-Studios said:

I will do an update today

thank you

  • Like 1
Robis

Posted (edited)

I updated it... i dont have permission nocold use but plugin acting like i have it. it has to work oposite way. if player dont have permission then he must be affected by cold, and if player have permission then he get no cold

I want to use this plugin as one of my skills, so default must start with out this plugin permission, players must be able to get this permission by learning skill. thats why its important for my server

Edited by Robis
MuB-Studios

Posted

On 1/8/2023 at 11:44 PM, Robis said:

I updated it... i dont have permission nocold use but plugin acting like i have it. it has to work oposite way. if player dont have permission then he must be affected by cold, and if player have permission then he get no cold

I want to use this plugin as one of my skills, so default must start with out this plugin permission, players must be able to get this permission by learning skill. thats why its important for my server

I fixed the problem in the latest version

Robis

Posted

yep i see it, and i tested. now its perfect. thank you

  • Like 1
JimmyFalcone

Posted

namespace Oxide.Plugins
{
    [Info("NoColdOrHot", "M&B-Studios & Spleenster", "1.0.3")]
    public class NoColdOrHot : CovalencePlugin
    {
        #region Init
        const string perm = "nocoldorhot.use";
        void Init()
        {
            if (!permission.PermissionExists(perm, this)) permission.RegisterPermission(perm, this);
        }
        #endregion

        #region Methods  

        object OnRunPlayerMetabolism(PlayerMetabolism metabolism, BasePlayer player, float delta)
        {
            if(permission.UserHasPermission(player.UserIDString, perm))
            {
                if(metabolism.temperature.value < 10)
                {
                    metabolism.temperature.value = 20f;
                }
                else if(metabolism.temperature.value > 30)
                {
                    metabolism.temperature.value = 20f;
                }
            }
            return null;
        }
        #endregion

    }
}

Very simple fix to just remove both hot & cold instead of just cold

RustFlash

Posted

Hey, I took over the plugin because M&B is no longer active. I am in the process of reprogramming the plugin from scratch. It should get more features.

Thanks anyway for your suggestion

Ryuu

Posted

Even though I granted perm ,but no radiation is still doesn't work...

  • Love 1
HighOnTek

Posted

8 hours ago, AaronL said:

Even though I granted perm ,but no radiation is still doesn't work...

You can disable server radiation for all using ( server.radiation "false" ) in your server config. 

HighOnTek

Posted

@RustFlashThe no cold seems to be working, I do not see any cold messages, and no negative health effects. Same as it was before...

However in the desert players still get "Too Hot" messages showing up. The WET messages also still show when enabled and player goes into water.  I've not tested the radiation perms as I disable radiation in my server config already... but the guy who posted above indicated radiation is still an issue.

Thank you for picking up and carrying forward with this plugin, very nice of you. 🙂

  • Love 1
RustFlash

Posted (edited)

10 hours ago, AaronL said:

Even though I granted perm ,but no radiation is still doesn't work...

2 hours ago, HighOnTek said:

@RustFlashThe no cold seems to be working, I do not see any cold messages, and no negative health effects. Same as it was before...

However in the desert players still get "Too Hot" messages showing up. The WET messages also still show when enabled and player goes into water.  I've not tested the radiation perms as I disable radiation in my server config already... but the guy who posted above indicated radiation is still an issue.

Thank you for picking up and carrying forward with this plugin, very nice of you. 🙂

Hey you two, sorry I'm just now answering. We do not receive any notifications about discussions.
 
I have now tested the plugin again.
So the wet function works may have been conveyed a bit incorrectly by me. Players continue to get wet in the water, but when they get out of the water the wetness is immediately gone. You don't have to dry yourself on the fire or anything similar
 
The heat function also works and players are no longer affected by it. Unfortunately I forgot to hide the Hot UI. I'll put it in for the next update!
 
Radiation is clearly the point of AaronL, this function no longer seems to work. I will also try to take this into account for the next update.
 
The bleeding also works, I let npc shoot me several times. It works as intended.
 
If there's anything else, please feel free to use discord because I don't check here too often.
Thanks anyway for the feedback, I'll add 1-2 things to my to-do.

Edited by RustFlash
  • Love 2
Soller

Posted

Hi. Is it possible to lower the radiation exposure to 0? Now, with permission, the radiation level on the player is 34. This is already good, but I would like to completely remove the effects of radiation only to those players who have permission.

  • Like 1
RustFlash

Posted

On 12/5/2024 at 12:35 PM, Soller said:

Hi. Is it possible to lower the radiation exposure to 0? Now, with permission, the radiation level on the player is 34. This is already good, but I would like to completely remove the effects of radiation only to those players who have permission.

You are welcome to register for the free v.2.0.2 in the Discord. At the moment I do not offer my products here.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 2
  • Love 2

MuB-Studios's Collection

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

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.