1. Heyhoo

    I build atm a pvp area, where the players can find loot crates aswell.
    But they shouldnt get any xp from exact that crates in the area. can maybe someone help ?
    [DOUBLEPOST=1469906214][/DOUBLEPOST]moved to requests =? This aint a plugin request ....... i would be happy with just a void method ....
     
  2. Code:
    // LootContainer
    private bool xpAvailable;public float xpDestroyedScale = 1f;
    public float xpLootedScale = 1f;
    The first one enables/disables.
    You need to use reflection to set the value
     
  3. Wulf

    Wulf Community Admin

    The XP system is no longer in Rust, so I'm marking this as Solved.