Jump to content

MACHIN3

Creator
  • Posts

    565
  • Joined

  • Last visited

Everything posted by MACHIN3

  1. I am looking to add a list option to disable certain things so they don't count towards the chance.
  2. Version 1.1.300

    968 downloads

    Discord: Join our community discord for fast support and future updates. We have several channels where you can get help, offer suggestions, see what's coming in future updates, and more. Our discord is the fastest way to get the help and info you need! http://discord.rustlevels.com/ Features: Custom Item Drops allow you to create 6 lists of items that will randomly drop in a players inventory. Each list is separated based on the actions performed by the player such as gathering, mining, looting, killing animals, killing NPCs, and killing players. Each time a player performs one of these actions they will have a percentage (%) chance 1 item from the matching list will be dropped in their inventory. VIP member option allows VIP players to receive higher chances for drops. You can add as many items to each list as you want using the item shortname, custom display name (optional), amount of that item you wish to drop, and SkinID (optional). 6 Custom Item Lists for Gathering, Mining, Looting, Killing Animals, Killing NPCs, Killing Players Permission for each list Percentage (%) chance to drop random item from list in player inventory VIP Percentage (%) chance option for each list Option to set amount to drop per item Option to set custom name for items (optional) Option to set SkinID for items (optional) Option to enable/disable certain resources for gathering, looting lists Option to enable/disable certain entities for animal, NPC kill lists Permissions: This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>. customitemdrops.gathering - Allowed chance from gathering list customitemdrops.mining - Allowed chance from mining list customitemdrops.looting - Allowed chance from looting list customitemdrops.animal- Allowed chance from animal list customitemdrops.npc - Allowed chance from npc list customitemdrops.player - Allowed chance from player kill list customitemdrops.vipchance - VIP chance instead of default chance Config Options: { "General Settings": { "showchatmessage": true }, "Gathering Options / List": { "dropchance": 10, "vipdropchance": 20, "trees": true, "berries": true, "wood": true, "stones": true, "ore": true, "hemp": true, "mushrooms": true, "pumpkins": true, "corn": true, "potatos": true, "gatheringItemList": { "0": { "shortname": "apple", "displayname": "", "amount": 1, "SkinID": 0 }, "1": { "shortname": "bandage", "displayname": "", "amount": 1, "SkinID": 0 } } }, "Mining Options / List": { "dropchance": 10, "vipdropchance": 20, "miningItemList": { "0": { "shortname": "metal.fragments", "displayname": "", "amount": 5, "SkinID": 0 }, "1": { "shortname": "metal.refined", "displayname": "", "amount": 2, "SkinID": 0 } } }, "Looting Options / List": { "dropchance": 10, "vipdropchance": 20, "lootcontainer": true, "freeablelootcontainer": true, "lockedbyentcrate": true, "hackablelockedcrate": true, "lootingItemList": { "0": { "shortname": "scrap", "displayname": "", "amount": 2, "SkinID": 0 }, "1": { "shortname": "metal.fragments", "displayname": "", "amount": 1, "SkinID": 0 }, "2": { "shortname": "rifle.ak", "displayname": "", "amount": 1, "SkinID": 0 } } }, "Animal Kill Options / List": { "dropchance": 10, "vipdropchance": 20, "chicken": true, "boar": true, "stag": true, "wolf": true, "bear": true, "polarbear": true, "horse": true, "shark": true, "AnimalItemList": { "0": { "shortname": "scrap", "displayname": "", "amount": 2, "SkinID": 0 }, "1": { "shortname": "metal.fragments", "displayname": "", "amount": 1, "SkinID": 0 } } }, "NPC Kill Options / List": { "dropchance": 10, "vipdropchance": 20, "scientist": true, "dweller": true, "bradley": true, "heli": true, "scarcrow": true, "customnpc": true, "zombie": true, "NPCItemList": { "0": { "shortname": "scrap", "displayname": "", "amount": 2, "SkinID": 0 }, "1": { "shortname": "metal.fragments", "displayname": "", "amount": 1, "SkinID": 0 } } } } Language: { "giveitem": "You have received {0} {1} in your inventory." }
    Free
  3. MACHIN3

    Apple

    Changed Status from Pending to Closed
  4. MACHIN3

    XPerience

    If the owner of that mod wishes to update it with support for XPerience there are several API hooks he can use for giving/taking xp and more.
  5. MACHIN3

    XPerience

    The mixing table hooks are extremely limited or were at the time I wrote that part. Will look again to see if there are any hooks I can use to increase the mixing table ability
  6. MACHIN3

    Server Restart issues

    Changed Status from Pending to Gremlins
  7. MACHIN3

    Server Restart issues

    Sounds like your server isn't loading the datafile after a restart. There might be another mod interrupting the loading at the time its trying to load when the server boots. It's a timely process but you can try restart with just XPerience installed and see if it still does this, then try same thing adding one mod at a time till you find one that's causing this.
  8. MACHIN3

    XPerience

    It took a while to come up with some of the names and wanted it to be "different" lol. Captaincy mainly because even though it is team based it does nothing for the player who has it. It's a stat you spend points in purely to boost your teammates without any gain yourself. To me Captaincy fit better than teamwork. But I left if configurable so names could be changed for that reason
  9. MACHIN3

    XPerience

    I am working hard on this upcoming release and missed my goal of Thursday night. I will hopefully have it ready by next weekend as there is tons of new features coming in this update.
  10. MACHIN3

    XPerience

    it auto lowercases the names when done correctly and will include a separate xp option for those. The next release will hopefully be ready tonight which has ALOT of new features and some bug fixes. Details are in the mod updates channel on the RustLevels discord http://discord.rustlevels.com/
  11. MACHIN3

    XPerience

    I might can, if you could join the discord and post a link to the mod in the mod suggestion channel I'll see what I can do
  12. MACHIN3

    XPerience

    There are only 3 NPC xp settings, scientists, Dwellers, and custom. Unless I have the exact shortname of an npc type I can't add separate options
  13. MACHIN3

    Online Players

    I will look into this and see what I can find.
  14. MACHIN3

    XPerience

    there is no config option for this, I will have to look into tool detection and code in options of xp based on tool used. The only option at this time is to prevent xp when using power tools as it gives excessive amounts (jackhammer, chainsaw) which can be enabled or disabled
  15. MACHIN3

    XPerience

    Only if you enable the permissions to be required
  16. MACHIN3

    Auto balance save gives error

    Changed Status from Work in Progress to Closed
  17. MACHIN3

    Crashing on fishing

    Changed Status from Pending to Not a Bug
  18. MACHIN3

    Crashing on fishing

    this was an oxide issue that was fixed in the latest version of oxide. Make sure you update your oxide to fix this issue v2.0.5414 2 days ago Additional fixes for IL errors with fishing hooks Download v2.0.5412 2 days ago Fixed potential IL error due to fishing hook
  19. MACHIN3

    Reset Options

    Changed Status from Work in Progress to Closed
  20. MACHIN3

    rcon message

    Changed Status from Work in Progress to Closed
  21. MACHIN3

    XPerience

    In the admin panel you can set the default LiveUI location which controls all new players default location. If you have the option set for players to be able to change it then in the player profile UI there is the LiveStats location options off, 1 - 5. If you have it set where players cannot change the location then it will use whatever location you have set in the admin area. Location 1 = beside the Health, Hydration, and Food bars Location 2 = bottom left of the screen Location 3 = top left of the screen Location 4 = top right of the screen Location 5 = wrapped around the bottom hotbar (armor above it, level/xp below it)
  22. MACHIN3

    rcon message

    that being a paid mod I do not have access to the entities it uses to be able to add support to kill records or my xperience plugins.
  23. MACHIN3

    Reset Options

    I haven't updated the default commands on the page yet but they are changeable in the config file public class PlayerChatCommands { public string openplayerstats = "xpstats"; public string showplayerstatschat = "xpstatschat"; public string opentopplayers = "xptop"; public string playeraddstat = "xpaddstat"; public string playeraddskill = "xpaddskill"; public string playerresetstats = "xpresetstats"; public string playerresetskills = "xpresetskills"; public string playerresetall = "xprestart"; public string playerliveuichange = "xpliveui"; public string openhelp = "xphelp"; } public class AdminChatCommands { public string showadminhelp = "xpadminhelp"; public string openadminpanel = "xpconfig"; public string adminresetxperience = "xpresetall"; public string adminxpgive = "xpgive"; public string adminxptake = "xptake"; public string adminresetplayer = "xpresetplayer"; public string adminfixdata = "xpfix"; public string adminitemchange = "itemchange"; public string adminresetharvest = "resetharvest"; public string adminresetlevelonly = "resetlevel"; public string adminresetrankonly = "resetrank"; public string adminresetlevelonlyall = "resetalllevels"; public string adminresetrankonlyall = "resetallranks"; }
  24. MACHIN3

    rcon message

    Ok that makes since, never added support for that mod. If you could post a link to it ill see if i can add support.
  25. MACHIN3

    XPerience

    If you could, post in the discord under suggestions https://discord.gg/Xb7HEQwXtq with details on what type of support your looking for with these mods and I will see what I can do.
1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

124.5k

Files Sold

Total number of files sold.

2.6m

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.