Jump to content

imthenewguy

Curator
  • Posts

    3,917
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. imthenewguy

    cactus broken

    Changed Status from Pending to Closed
  2. Changed Status from Pending to Closed
  3. Changed Status from Pending to Closed
  4. 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.
  5. imthenewguy

    BetterLoot

    Changed Status from Pending to Closed
  6. imthenewguy

    keep inventory on death

    Changed Status from Pending to Closed
  7. 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.
  8. 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.
  9. 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.
  10. Will add a whitelist option to the next update.
  11. Next update will have whitelist and blacklist for extra pockets, as well as the option for it to not wipe
  12. 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.
  13. Yeah it does. It is the same as deploying a small storage box.
  14. 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.
  15. 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.
  16. imthenewguy

    can i change command

    Changed Status from Pending to Closed
  17. imthenewguy

    cactus broken

    Set the following value to true in the config: "Automatically add new types to the config?": true
  18. 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.
  19. Think the train tunnels are higher than 1000 below the player, but could potentially be if they are flying lol.
  20. Not sure if that is something I will add. Will keep it in mind though
  21. Changed Status from Pending to Closed
  22. Changed Status from Pending to Closed
  23. imthenewguy

    Stacks

    Changed Status from Pending to Closed
  24. imthenewguy

    Bodies

    Changed Status from Pending to Closed Changed Fixed In to Next Version
1.9m

Downloads

Total number of downloads.

8.6k

Customers

Total customers served.

129.1k

Files Sold

Total number of files sold.

2.7m

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.