Jump to content

imthenewguy

Creator
  • Posts

    3,875
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. Ya you can run all 3 together. There is an awesome UI plugin that was made to tie all 3 plugins together. https://codefling.com/plugins/advanced-item-crafting
  2. Disabling it in the config wont fix it at this point. I will update it so that if the Maxhealth buff is set to enable: false, it won't run any logic to add or remove modifiers.
  3. The only thing I can think of is see how BetterMetabolism is using the hook I added. ELOnModifyHealth The logic is: When the server is loaded, or a player adds/removes an epic item: The plugin will check to see if the player's maxHealthMod given by EpicLoot is > 0. If it is, it will create a new modifier and add it to the player unless ELOnModifyHealth is returned with a non-null value. If the value of the maxHealthMod is 0, the player has the max_health modifier, and the mod duration is above the default, it will call ELOnModifyHealth again, and if null, it will remove the max health of the player. It should at no point add to the players modified health, unless that player has max health clothing. I will add some logic to not touch the MaxHealth of the player if the MaxHealth buff is disabled.
  4. imthenewguy

    Permissions

    Changed Status from Pending to Closed
  5. imthenewguy

    no winner

    I just tested it on my server. I found the issue, and there was certainly an error. 12:53 [Error] Failed to call hook 'OnPlayerDeath' on plugin 'SurvivalArena v1.0.29' (KeyNotFoundException: The given key '0' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <de920293e401402ab375ad8a2e1b19da>:0 at Oxide.Plugins.SurvivalArena.CheckWin () [0x00037] in <29f058a994f24c408140cafe8d1e6b64>:0 at Oxide.Plugins.SurvivalArena.LeaveEvent (BasePlayer player, System.Boolean died, System.Boolean event_ended) [0x00269] in <29f058a994f24c408140cafe8d1e6b64>:0 at Oxide.Plugins.SurvivalArena.OnPlayerDeath (BasePlayer player, HitInfo info) [0x00106] in <29f058a994f24c408140cafe8d1e6b64>:0 at Oxide.Plugins.SurvivalArena.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x02b9f] in <29f058a994f24c408140cafe8d1e6b64>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 I have posted it on my discord for testing to see if this resolves the issue.
  6. imthenewguy

    Skill Tree

    It sure can. There is a section of the config dedicated to handling it: "Wipe and plugin update settings" "Wipe all player data files [setting true will ignore all below settings that handle data reset]?" - Wipes everything (including prestige). Set to false if you want to handle wiping differently. "How should we handle xp, levels and skills when the server wipes [None, Reset, Refund]?" - None: nothing will happen - Refund: will remove the buffs and refund the skill points - Reset will reset the level,. xp and buffs (but not prestige) "Should we wipe prestige levels?" - handles prestige wiping. There are number of other options to handle xp debt, respect multiplier etc.
  7. Yeah ive had this reported to me a few times. I am not sure what the issue is. If you downgrade to the previous version does the issue persist?
  8. imthenewguy

    event helper error

    If EventHelper isn't loading up on server start up, then it's an issue with your server, not the plugin. You may need to add a delayed reload for EventHelper then GunGame.
  9. imthenewguy

    no winner

    Any errors in console?
  10. I'm not aware of this, no. Are there too many things inside of the box?
  11. imthenewguy

    Command Block

    There is a blacklist you can add the item to. "Black listed parts for component and electrical luck abilities"
  12. Use the command. It will adjust the positions. Fly to the location/height that you want the event to be at and run the command ggsetcentrepoint <arena name>
  13. imthenewguy

    no winner

    Can you take a video?
  14. Set it to spawn higher with ggsetcentrepoint
  15. Ya gatheringclothes.admin
  16. Yeah it does. There isnt a command to reset levels and not prestige.
  17. stresetalldata - resets all data.
  18. imthenewguy

    Personal recycler

    It's working fine. There is an error that pops up if the parameters are invalid (which is the error you are seeing). Also, were you running this from the server console? This version requires it run via console or it won't work. Will be changing that next release.
  19. imthenewguy

    Personal recycler

    I'll have to test on my server
  20. Changed Status from Pending to Closed
  21. Delete your config and reload it. It should fix the issue.
  22. imthenewguy

    Prevent Looting(uMod)

    Sorry this is already supported. Change UseFriendsAPI to true in the PreventLooting config.
  23. imthenewguy

    Prevent Looting(uMod)

    It doesnt at the moment. The only way I could see around it is using the "AreFriends" hook, if UseFriendsAPI is enabled in PreventLooting. Ill add it in there for next update.
  24. Changed Status from Pending to Closed
  25. Can't really fix this without debugging what it's doing unfortunately.
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.9k

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.