-
Posts
3,875 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Plugin conflict please help Metabolism <3
imthenewguy replied to SlayersRust's Support Request in Support
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 -
Plugin conflict please help Metabolism <3
imthenewguy replied to SlayersRust's Support Request in Support
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. -
Plugin conflict please help Metabolism <3
imthenewguy replied to SlayersRust's Support Request in Support
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. -
Changed Status from Pending to Closed
-
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.
-
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.
-
- 210 comments
-
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.
-
Any errors in console?
-
- 152 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
There is a blacklist you can add the item to. "Black listed parts for component and electrical luck abilities"
-
Arena spawns in the side of a tall mountain on a custom map
imthenewguy replied to SlayersRust's Support Request in Support
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> -
Can you take a video?
-
Arena spawns in the side of a tall mountain on a custom map
imthenewguy replied to SlayersRust's Support Request in Support
Set it to spawn higher with ggsetcentrepoint -
Yeah it does. There isnt a command to reset levels and not prestige.
-
stresetalldata - resets all data.
-
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.
-
I'll have to test on my server
-
Changed Status from Pending to Closed
-
Delete your config and reload it. It should fix the issue.
-
Sorry this is already supported. Change UseFriendsAPI to true in the PreventLooting config.
-
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.
-
Changed Status from Pending to Closed
-
ZoneManager feature not re enabling runspeed when leaving
imthenewguy replied to SlayersRust's Support Request in Support
Can't really fix this without debugging what it's doing unfortunately.