Jump to content

imthenewguy

Creator
  • Posts

    3,705
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. Use the following chat command while in game: /addtestpermsnode This will add and save a test perms node to your config called "Test Perms node" under the "Cooking" tree. This will give you an example of how you can create your own permission based nodes. It is set to be disabled by default, so you won't see it in the tree unless you edit the config.
  2. Thanks mate. Just updating the main page with all of the info. I highly recommend deleting your config and lang.
  3. imthenewguy

    cactus broken

    Changed Status from Pending to Closed
  4. Changed Status from Pending to Closed
  5. Changed Status from Pending to Closed
  6. I just checked the code. There is a lang entry for when this triggers: ["WoundSave"] = "Your ability prevent you from being wounded.", object OnPlayerWound(BasePlayer player, HitInfo info) { if (player.IsNpc || !player.userID.IsSteamId()) return null; BuffDetails bd; if (!buffDetails.TryGetValue(player.userID, out bd)) bd = GetBuffDetails(player); if (bd.buff_values.ContainsKey(Buff.Wounded_Resist) && RollSuccessful(bd.buff_values[Buff.Wounded_Resist])) { if (NotificationsOn(player)) PrintToChat(player, lang.GetMessage("WoundSave", this, player.UserIDString)); player.metabolism.radiation_level.SetValue(0); player.metabolism.radiation_poison.SetValue(0); player.metabolism.oxygen.SetValue(1); player.metabolism.temperature.SetValue(15); player.metabolism.bleeding.SetValue(0); player.health += 10; return false; } return null; } This prints to the player chatbox if they have their notifications enabled (via player settings). It resets their radiation, oxygen, temp and bleeding, and adds 10 health before preventing them from being wounded. They never actually enter the wounded state.
  7. imthenewguy

    BetterLoot

    Changed Status from Pending to Closed
  8. imthenewguy

    keep inventory on death

    Changed Status from Pending to Closed
  9. imthenewguy

    keep inventory on death

    Going to close this. Hope it works for you! If not, it would be worth getting in touch with the developer of the plugin and asking them to add the feature. Should be no reason why item.name isn't restored.
  10. The skill happens instantaneously from memory. There is no sitting on the floor waiting; as soon as they would be wounded they are back up and are given a small amount of health. I'll look at adding a notification to this though.
  11. I see the issue. Realistically it shouldn't be dropping your server frames that much though. I will upload the fix in a bit; going to wait and see if any other bugs appear.
  12. Will add a whitelist option to the next update.
  13. Next update will have whitelist and blacklist for extra pockets, as well as the option for it to not wipe 🙂
  14. imthenewguy

    keep inventory on death

    You would need to test it. I have no idea if it works - it just needs to retain the item.name and it will be fine. If it changes the items name then it will break. No intentions for EpicLoot to handle this though.
  15. Yeah it does. It is the same as deploying a small storage box.
  16. I recommend watching the second video on the front page. Not sure if I will introduce "upgrading" if EpicScrap exists, but there could be potential for it.
  17. The current version has the ability to set the language option. Look for "LevelReward" and change it from "You received {0} {1} for reaching level {2}." to "You received {0} J-Dollars for reaching level {2}." Let me know if it doesn't work. I will look at adding a cap to the rested xp. Will probably get rid of the /xp command because its not required.
  18. imthenewguy

    can i change command

    Changed Status from Pending to Closed
  19. imthenewguy

    cactus broken

    Set the following value to true in the config: "Automatically add new types to the config?": true
  20. imthenewguy

    can i change command

    Your line locations (this is line 1045) will be different to mine as I have an unreleased updated version, but this is what the command snippet looks like. [ChatCommand("gstorage")] void GlobalStorageCMD(BasePlayer player) { if (!permission.UserHasPermission(player.UserIDString, perms_chat)) return; OpenStorage(player); } Change the gstorage string to whatever you want the command to be.
  21. Think the train tunnels are higher than 1000 below the player, but could potentially be if they are flying lol.
1.7m

Downloads

Total number of downloads.

8.1k

Customers

Total customers served.

122.1k

Files Sold

Total number of files sold.

2.5m

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.