Jump to content
Message added by RustFlash,

This plugin was originally developed by M&B Studios and used to be called NoCold. It had no additional features. Due to health reasons they are no longer active in plugin development and I have completely rewritten and modified the plugin for version 2.0.0. It does not contain any original code of the original NoCold plugin and should now run reliably with extended features.

If you have any questions, please contact us via a support ticket on Discord, as codefling notifications may not always work.

Support Discord

Message added by RustFlash,

If you need quick support, feel free to open a ticket on my Discord. When joining, please select the FLASH role.
I also have some free plugins there that might interest you.
https://discord.gg/2ftdtaTQ6S

1 Screenshot

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

AaronL

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

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

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.4k

Files Sold

Total number of files sold.

2m

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.