Jump to content

imthenewguy

Curator
  • Posts

    4,086
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by imthenewguy

  1. The next update will have a lang entry for the back and forward buttons on the menu so you can edit them for your server.
  2. Ill work out a way to add support. Will need to be done via the plugin.
  3. Have patched it for next release. Just waiting a short while before I upload to catch any other bugs that reveal themselves. I just tested using your config and I am getting the proper amount (see pic here). It could be another plugin that is using the OnCollectiblePickup hook and is returning a non-null value, or is modifying the item amount. My suggestion to test this would be to unload all plugins, reload ImageLibrary, then reload SkillTree and test. Crack horses, as I like to call them! Vehicle speed or turbos is something I definitely something I want to add. Nothing exists for it at the moment, only for horses and boats.
  4. imthenewguy

    Invicible players

    Changed Status from Pending to Closed
  5. Changed Status from Pending to Closed
  6. The command is /recyclers not /recycleurs
  7. its /recyclers
  8. imthenewguy

    Invicible players

    Ok I see the issue. Will patch that one asap.
  9. Try making a copy of the english version inside of the french folder and see if that fixes the issue.
  10. imthenewguy

    Cooking

    Ya I have updated it on my end. Will be included in the next release.
  11. Did you remove the French lang version as well? I assume all english players see everything ok?
  12. 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.
  13. Thanks mate. Just updating the main page with all of the info. I highly recommend deleting your config and lang.
  14. imthenewguy

    cactus broken

    Changed Status from Pending to Closed
  15. Changed Status from Pending to Closed
  16. Changed Status from Pending to Closed
  17. 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.
  18. imthenewguy

    BetterLoot

    Changed Status from Pending to Closed
  19. imthenewguy

    keep inventory on death

    Changed Status from Pending to Closed
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.9k

Files Sold

Total number of files sold.

2.8m

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.