-
Posts
4,028 -
Joined
-
Last visited
-
Days Won
51
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Changed Status from Pending to No Response
-
Possibility to Chance probability of Loadouts
imthenewguy replied to S1L3NT's Support Request in Support
I will change it to a weighted system so you can increase the number for the profile that you wish to use more often. -
Hey mate try running /wipeoldarena command
-
Send me the .map file and the config if you can.
-
If the plugin commands aren't being recognized and the perms arent appearing in your perm manager plugin, it means the plugin hasn't loaded. The only reason the plugin won't load is it: a) You haven't installed the prefab correctly or RustEdit dependencies arent installed on your server. b) ImageLibrary or EventHelper aren't installed on your server. Do you have the RustEdit oxide dependencies installed?
-
- 24 comments
-
- 2
-
-
- #vending
- #vending machine
-
(and 6 more)
Tagged with:
-
Here is the formatting for the new field: "_command": null, "_commands": [ { "command": "jail send {id} 60 they found a token", "message": "You have activated an Easy Gather 60.", "public_message": "{name} is visiting the Cobalt Warehouse and taking back stolen loot.", "hook": true }, { "command": "inventory.giveto {id} jackhammer 1", "message": "", "public_message": "", "hook": true } ], "remove_commands": null
- 78 comments
-
- 2
-
-
-
- #vip
- #monetization
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Closed
-
Was this done with a fresh server wipe when you put the map on?
-
Do you have EventHelper installed?
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.6
-
Do you have EventHelper plugin installed?
-
Hey mate I will release the fix for it today. Have been testing the solution on my server for the past couple of weeks and seems to have fixed it,
-
- 210 comments
-
The idea of this plugin is to add the loot to the containers when the player interacts with the container. Wouldn't be using outside plugins to handle the loot for this when the plugin is built to do it itself.
-
- 24 comments
-
- #vending
- #vending machine
-
(and 6 more)
Tagged with:
-
Request: Informational chat notification
imthenewguy replied to Fusion 3.64's Support Request in Support
Yeah it would be possible. A plugin that watches for containers being looted for the first time, a dictionary with skin IDs as the key, descriptions as the values. Scan the items in the box when it is open, check to see if the item skin id exists in the dictionary and if the player has been notified about that particular skin. Could also add UINotify support as well. I don't know what the market appeal would be though. -
Request: Informational chat notification
imthenewguy replied to Fusion 3.64's Support Request in Support
I can add the support in directly for EpicLoot, as EpicLoot isn't item skin based (it's name based). Will put it in for the next release. -
The only important piece to these items is the skin and the item.name. If the loot system doesn't support custom item names then it won't work.
-
If the player has an admin role, they don't have a recycler limit. Make sure they don't have personalrecycler.admin permissions.
-
The plugin supports AlphaLoot during game play. This snippet of code handles any loot that is being populated by AlphaLoot object CanPopulateLoot(LootContainer container) { if (containerSpawns.Contains(container)) return false; return null; } If the loot is being messed with, it probably isn't from AlphaLoot unless it's a super old version.
-
- 24 comments
-
- #vending
- #vending machine
-
(and 6 more)
Tagged with:
-
Yes, so you have another plugin that is messing with it because that does not happen in vanilla. You will need to evaluate what plugins do things on death and work out what the conflict is. The easiest way I have found is to unload all plugins except EpicLoot: o.unload * o.load EpicLoot You can then load a handful of plugins at a time and die, checking the results after each death.
- 252 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Chances are you have another plugin that triggers on death and does something with the inventory, such as restoring loot upon death etc. The only reason the item would stop working, is if it's name is changed. Left click the item in the inventory and check the name of it at the top. It usually has a prefix such as "Transporters" or "Miners", and a suffix like [s 0.12] or [c 0.05] etc. If those aren't present, the item won't work.
- 252 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with: