Solved New hooks for Oxide

Discussion in 'Rust Discussion' started by SannyOK, May 12, 2015.

  1. @Wulf, are u going to add some new hooks?

    Nogrod give me some this strings...
    Code:
    public float GetSuccessChance(Item item)
    {
        float single = 0.3f;
        if (!item.hasCondition)
        {
            return single;
        }
        float single1 = item.maxCondition / item.info.condition.max;
        return single * single1 * item.conditionNormalized;
    }
     
  2. Why they not on oxide? :(
     
  3. You just need to wait until a release is made... BE PATIENT.
     
  4. Wulf

    Wulf Community Admin

    Releases are not made for every commit. Snapshots are available always.
     
  5. OnPlayerRegisteredCupboard
     
  6. 4 days commit?
     
  7. Wulf

    Wulf Community Admin

    Releases are made based on amount of commits and how crucial the commits are.