-
Posts
553 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by MACHIN3
-
Changed Status from Work in Progress to Closed
-
Changed Status from Pending to Not a Bug
-
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
-
Changed Status from Work in Progress to Closed
-
Changed Status from Work in Progress to Closed
-
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)
-
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.
-
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"; }
-
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.
-
Changed Status from Pending to Work in Progress
-
Changed Status from Pending to Work in Progress
-
Changed Status from Pending to Work in Progress
-
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
-
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.
-
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
-
Do you know what was killed at the time?
-
Changed Status from Pending to Not a Bug
-
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}"