Jump to content

MACHIN3

Creator
  • Posts

    553
  • Joined

  • Last visited

Everything posted by MACHIN3

  1. 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
  2. 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
  3. MACHIN3

    Online Players

    I will look into this and see what I can find.
  4. 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
  5. MACHIN3

    XPerience

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

    Auto balance save gives error

    Changed Status from Work in Progress to Closed
  7. MACHIN3

    Crashing on fishing

    Changed Status from Pending to Not a Bug
  8. 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
  9. MACHIN3

    Reset Options

    Changed Status from Work in Progress to Closed
  10. MACHIN3

    rcon message

    Changed Status from Work in Progress to Closed
  11. 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)
  12. 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.
  13. 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"; }
  14. 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.
  15. 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.
  16. MACHIN3

    rcon message

    Changed Status from Pending to Work in Progress
  17. MACHIN3

    Auto balance save gives error

    Changed Status from Pending to Work in Progress
  18. MACHIN3

    Reset Options

    Changed Status from Pending to Work in Progress
  19. MACHIN3

    Reset Options

    Do you have it set as default in the admin area, the location option in your profile is just for you not default for the server. Make sure it's set in the admin area for location 2 if thats where you want everyone to be set when they first join. As for resizing the UI, there currently is no options to adjust it. I will look into adding that ability as an admin panel option
  20. MACHIN3

    Reset Options

    a full reset will reset everything including the UI location to default location set in the admin panel. This is due to some server not allowing player to change the UI location and this will update all players to use the default UI location.
  21. MACHIN3

    Auto balance save gives error

    Ok the "[Economics] Saving balances for players..." is not part if the error, that is just the Economics mod saving just before XPerience goes to save. I am looking into this as it seems to be a random non constant error that myself and some others have reported. Hopefully have it tracked down and fixed asap
  22. MACHIN3

    rcon message

    Do you know what was killed at the time?
  23. MACHIN3

    XPerience

    There is a hardcore option that doesn't allow any stat/skill reset
  24. MACHIN3

    WebRequest

    Changed Status from Pending to Not a Bug
  25. MACHIN3

    WebRequest

    Here is the format it's sending, this includes the next version features which are not released yet but will give you time to work with it before this next version is released. $"secretKey={config.webrequest.SecretKey}&" + $"steamid={record.id}&" + $"displayname={playername}&" + $"chicken={record.chicken}&" + $"boar={record.boar}&" + $"wolf={record.wolf}&" + $"stag={record.stag}&" + $"bear={record.bear}&" + $"polarbear={record.polarbear}&" + $"shark={record.shark}&" + $"horse={record.horse}&" + $"fish={record.fish}&" + $"scientist={record.scientistnpcnew}&" + $"dweller={record.dweller}&" + $"baseplayer={record.baseplayer}&" + $"lootcontainer={record.lootcontainer}&" + $"underwaterlootcontainer={record.underwaterlootcontainer}&" + $"treescut={record.treescut}&" + $"oremined={record.oremined}&" + $"cactuscut={record.cactuscut}&" + $"woodpickup={record.woodpickup}&" + $"orepickup={record.orepickup}&" + $"berriespickup={record.berriespickup}&" + $"mushroompickup={record.mushroompickup}&" + $"hemppickup={record.hemppickup}&" + $"cornpickup={record.cornpickup}&" + $"seedpickup={record.seedpickup}&" + $"potatopickup={record.potatopickup}&" + $"pumpkinpickup={record.pumpkinpickup}&" + $"bradhelicrate={record.bradhelicrate}&" + $"hackablecrate={record.hackablecrate}&" + $"bradley={record.bradley}&" + $"heli={record.heli}&" + $"animalharvest={record.basecorpse}&" + $"bodiesharvest={record.npcplayercorpse}&" + $"deaths={record.deaths}&" + $"suicides={record.suicides}"
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.8k

Files Sold

Total number of files sold.

2.4m

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.