-
Posts
136 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by RickySpanish343
-
- 201 comments
-
- 201 comments
-
i made a plugin to do just that
-
Error while compiling Cooking: The type or namespace name 'RidableHorse2' could not be found (are you missing a using directive or an assembly reference?) | Line: 4301, Pos: 26
-
Version 1.1.1
5 downloads
This plugin offers server owners who run a purge on their server the ability to set up a schedule to automatically start the purge based on what is in the config. For example, if you have the 1st, 3rd, and 5th weeks and the day set to Wednesday, it will start the purge on the 1st Wednesday of the month at a time given to it by you in the config. After that, it will calculate when the next purge will start; in this case, the 3rd Wednesday of the month, and start the purge at the time you have already set in the config on that day. You can add multiple days or just change the day if your server follows a different wipe schedule. This will automatically unload plugins for you of your choosing. The default ones are PreventLooting, TruePVE, and SmoothRestarter. You can add or delete as many as you wish. There is a built-in check as well; in the event of a server restart, it will realize that the purge is still supposed to be active and unload the plugins again when the server comes back online. This will also automatically calculate when the next purge will be and type that to chat or use the Notify plugin at an interval of your choosing. Chat colors are also configurable, as well as the chat prefix name and color. You can also set it to type what kind of message you want with a true or false statement in the config. If you don't want to wipe your server after the purge, it will reload the plugins for you at the purge end time set in the config . This also offers support for the Sound Library API, so you can play a sound to all of your players on purge start. You can also start and end the purge manually with the command /purge and /endpurge in chat as well as the console. You can customize the commands as well. The /purgetime command will allow players to see the purge start, purge end, and server wipe messages again in chat. Some features this offers: Set up purge to run automatically on specific days and weeks of the month. Customize start and end times to fit your server’s schedule. Force start or end purges on-demand with commands /purge and /endpurge. Keep players informed by displaying upcoming purge start and end times as well as server wipe time that are calculated automatically. Customize which plugins to disable and reload based on your server's needs. Fully customizable message colors and notification methods. Attached is an example of my config. *AFTER THE FIRST LOAD UP YOU HAVE TO CHANGE THE DATES AND TIMES IN THE DATA FILE TO MATCH WHAT YOU HAVE IN THE CONFIG AFTER THAT IT WILL RECALCULATE AND UPDATE THEM FOR YOU. { "Console command for Purge": "purge", "Chat command for Purge": "purge", "Console command for force wipe, will enter this command for you on server force wipe day and time": "wipe forced", "Console command for other wipes, will enter this command for you on mid month or weekly wipe day and time": "wipe weekly", "List of plugins that will be unloaded on purge start": [ "PreventLooting", "TruePVE", "LethalHeadshots", "SmoothRestarter", "SkipNightVote", "BaseRepair", "TrafficDrivers", "RestoreUponDeath", "Noclip", "RandomRaids", "RaidableBases", "NTeleportation", "Backpacks", "BackpackButton" ], "Prefab name to play on purge start": "assets/bundled/prefabs/fx/invite_notice.prefab", "Weeks of the month, when the purge will run": [ 1, 3, 5 ], "Days of the week, when the purge will run": [ "Wednesday" ], "Days of the week for purge to end": [ "Thursday" ], "Weeks of the month for purge to end": [ 1, 3 ], "Days of the week for server wipe": [ "Thursday" ], "Weeks of the month for server wipe": [ 1, 3 ], "Purge Start Hour, must be 24-Hour Time": 17, "Purge Start Minute": 0, "Purge End Hour, must be 24-Hour Time": 14, "Purge End Minute": 0, "Server Wipe Hour, must be 24-Hour Time": 14, "Server Wipe Minute": 0, "Use 24-Hour Time Format For Chat": false, "Date Format for Chat": "MM/dd/yyyy", "Sound Library API support. To play original Sound prefab, leave it empty. Example command: audio.message sendall fileName ": "audio.message sendall Purge", "Auto Display Interval (minutes)": 22, "Display Purge Start Date in Chat": true, "Display Purge End Date in Chat": false, "Display Server Wipe Date in Chat": true, "Hex Color for Purge Start Message": "#FF0000", "Hex Color for Purge End Message": "#FF4500", "Hex Color for Server Wipe Message": "#008000", "Chat Prefix for Purge Messages": "[RoguePVE]", "Hex Color for Chat Prefix": "#FFA500", "Use Notify Plugin for Messages": true, "Notification Type for Notify Plugin": 0, "Custom Command for Purge Time Reminder": "pt", "Chat command for End Purge": "endpurge", "Console command for End Purge": "endpurge", "Enable Last Week Check, checks to see if Facepunch force wipe is the following day or not if you have the last week of the month selected in the config if it is not forcewipe purge will be skipped and run the day before force wipe.": true }$10.00 -
The oil rigs are not showing as active in the hud when they are online for some reason
-
Failed to call hook 'EMEndEvent' on plugin 'EventHelper v1.0.15' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.EventHelper.GetRestoreItem (BasePlayer player, ItemContainer container, Oxide.Plugins.EventHelper+ItemInfo savedItem) [0x00172] in <38fea81daa01435ba0121226e2928244>:0 at Oxide.Plugins.EventHelper.RestoreItems (BasePlayer player, System.Boolean strip) [0x00098] in <38fea81daa01435ba0121226e2928244>:0 at Oxide.Plugins.EventHelper.EMPlayerLeaveEvent (BasePlayer player, System.String eventName, System.Boolean manually_left) [0x00088] in <38fea81daa01435ba0121226e2928244>:0 at Oxide.Plugins.EventHelper.EMEndEvent (System.String eventName) [0x0004e] in <38fea81daa01435ba0121226e2928244>:0 at Oxide.Plugins.EventHelper.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01524] in <38fea81daa01435ba0121226e2928244>: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
-
getting this in console event will not run
RickySpanish343 replied to RickySpanish343's Support Request in Support
yeah it's running that's my fault any way to add a stand alone timer in this though instead of relying on event helper? realized that was why it was not starting -
[EventHelper] Setup Event: ZombieInfection Loaded plugin Zombie Infection v1.0.8 by imthenewguy MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) zoldmarck[76561198324051010] has spawned MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare)
-
Noticed if a player uses a cure from a container it will not work it has to be used from the inventory and it is causing some confusion with players
-
i managed to replace them all with find a replace but yeah that command is causing a runtime error
-
Failed to call hook 'ResetIconPositions' on plugin 'EpicLoot v1.2.8' (InvalidCastException: Invalid cast from 'Char' to 'Single'.) at System.Char.System.IConvertible.ToSingle (System.IFormatProvider provider) [0x00014] in <f98723dd4586469db5213ec59da723ca>:0 at System.Convert.ToSingle (System.Char value) [0x00000] in <f98723dd4586469db5213ec59da723ca>:0 at Oxide.Plugins.EpicLoot.ResetIconPositions (BasePlayer player) [0x0002f] in <f67d28fcc1a54bd881ff8e71ee2b4ad6>:0 at Oxide.Plugins.EpicLoot.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x04075] in <f67d28fcc1a54bd881ff8e71ee2b4ad6>: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 <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0
-
i got it i changed the setting change in the data file to true and moved it and saved it
-
-
yes but when i move the shirt it does not update my data file so i have no idea what the offsets or anything
-
i need to be able to move the tshirt globally but when i move the tshirt for my player it does not update the position in the data file and when the plugin is reloaded it goes back to where it was and i have know way of knowing the position of the tshirt to set in the config for default position
-
Awesome thanks
-
how do i disable this feature i only want it to raid the players if they do raid bases i have this set to false but it is still happening "Enable log kills and random raid on kills": false,
-
Raidable Bases Pack & Loot Tables (110 Bases)
RickySpanish343 commented on fullwiped's file in Bases
- 27 comments
-
- ##raid
- #bases
-
(and 33 more)
Tagged with:
- ##raid
- #bases
- #pve
- #pvp
- #raidable
- #raidable bases
- #pack
- #loot tables
- #raid bases
- #raidables
- #raid base
- #base pack
- #base package
- #raidable bases pack
- #raidable base pack
- #raidable mega pack
- #raidable package
- #raid package
- #raid pack
- #base packs
- #base and loot
- #raidable bases and loot tables
- #loot table
- #raid base loot tables
- #raid loot
- #raid loot tables
- #mega raidable
- #raidable bases easy
- #raid base mega pack
- #raid base full pack
- #raidable base easy
- #raidable base medium
- #raidable base hard
- #raidable base expert
- #raidable base nightmare
-
Raidable Bases Pack & Loot Tables (110 Bases)
RickySpanish343 commented on fullwiped's file in Bases
- 27 comments
-
- ##raid
- #bases
-
(and 33 more)
Tagged with:
- ##raid
- #bases
- #pve
- #pvp
- #raidable
- #raidable bases
- #pack
- #loot tables
- #raid bases
- #raidables
- #raid base
- #base pack
- #base package
- #raidable bases pack
- #raidable base pack
- #raidable mega pack
- #raidable package
- #raid package
- #raid pack
- #base packs
- #base and loot
- #raidable bases and loot tables
- #loot table
- #raid base loot tables
- #raid loot
- #raid loot tables
- #mega raidable
- #raidable bases easy
- #raid base mega pack
- #raid base full pack
- #raidable base easy
- #raidable base medium
- #raidable base hard
- #raidable base expert
- #raidable base nightmare
-
-
yeah there are no links in the data file or the config none from your video anywhere do we need to find them all ourselves?
-
- 10 comments
-
- #khan
- #discordwipeembed
- (and 8 more)
-
- 10 comments
-
- #khan
- #discordwipeembed
- (and 8 more)