-
Posts
3,564 -
Joined
-
Last visited
-
Days Won
206
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
When using Homing Launcher, im not getting points for killing
Steenamaroo replied to Tobie's Support Request in Support
Thanks for letting me know. I'll look into that. -
- 226 comments
-
- 1
-
-
- 428 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi, It's unlikely these would be added to the current PlayerRanks but I had been working on a rewrite of it which does expand on resources farmed/gathered by type, as well as introducing some other new categories. I could add a function that saves the SQL database with a unique name (date+time in it) when auto-wipe happens. That shouldn't be too tricky.
- 428 comments
-
- 1
-
-
- #statistics
- #leaderboard
- (and 12 more)
-
I've posted a quick patch for this.
-
I've added an option `Give_Scarecrow_Loadout` for the next update. It will give out one of the four scarecrow loadouts, selected randomly. The behaviour will remain the same, though, as that's custom. The npcs will try to chase you down and melee attack, and will throw their thrown weapons if you try to hide from them.
-
- 226 comments
-
Hi, You're right in that your rollbacks aren't going to be a PermissionsManager issue, as PermissionsManager doesn't work from its own data. It's just a front end for the existing oxide system. I can't speak for how Carbon's equivalent works but if there's any issue I know Raul will want to hear about it. The load and save options in `/perms data` work from a single backup, stored either in local file (/server/oxide/data/PermissionsManager.json) or SQL, depending which you choose. Choosing to load will pull the copy of the data from the last time you saved. There's no facility for multiple copies, for dated backups, but if you need that you could save using the data menu then unload PermissionsManager and rename that data file (PermissionsManager0524.json, for example) The plugin will always restore data from PermissionsManager.json, though, so keep that in mind.
- 221 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 221 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
I'll add it to the ever growing list.
-
Oh, sorry. I misread. NPCKits doesn't control the damage that npcs can deal. It just does things like giving them kits, setting their health, clearing/not clearing their inventory containers when they die, dropping/not dropping their held weapon, etc.
