-
Posts
3,394 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Hi! My pleasure. Honestly, I don't think that's something I'm likely to put time into. I always thought it would look janky and I've seen a few other attempts which kind of confirmed that. I might have them lob grenades or fire rockets at specific targets at some point, but I doubt we'll be seeing any npcs c4ing bases and that kind of thing.
-
It might be worth changing to the native chat notifications or popup notifications, to rule out any issue with GUIAnnouncements plugin.
-
Rocket launcher is a default listed weapon so it should certainly work, at least. When testing are you definitely the player who did the greatest amount of damage to the heli/apc, because that's how the rewarded player is calculated. Rewards aren't given to the last hitter. If that's not it maybe try with dynamic distance multiplier set to false. That's carried-over code from the original and I'm not sure exactly how 0.009* would work. At a guess that's meant to be 0 and I need to implement some rounding?
-
- 31 comments
-
That's a different error in different circumstances, but it's the same fix. Next version will address all of these.
-
HI, No, that's not something that it does right now. It can place people in groups for holding titles but that's all. I would consider this kind of functionality, though. I suspect a lot of people probably use this to track stats during a wipe then issue perks/rewards.
-
- 31 comments
-
Hi, Do you have some weapon or distance multipliers set to zero?
-
Thanks for the info. This is patched in the upcoming next version. It's harmless, though. You can safely ignore until then.
-
Sure, that sounds like a good idea. The rust server and website being hosted on different devices isn't a problem. Your Rust server (PlayerRanks config) should have SQL credentials so it can save to your SQL server and any php getting stats on a website would have the same somewhere within. The main hiccup people see is that the SQL server would need to whitelist the Rust server and webserver IPs - usually called "Remote Access" I think. Depending on your host, the IP you need to whitelist for the Rust server usually isn't the IP people use to connect. You may need to ask for it.
-
NPCs not spawning with items set in data file
Steenamaroo replied to P4R4N0RM4L's Support Request in Support
Ensure that your loot table is working by assigning it to some box you can test easily. If it works as you expect then I'd unload all plugins (oxide.unload *) then just load BotSpawn and CustomLoot and test your npcs again. Chances are some other plugin is wiping their inventory after CustomLoot does its thing. -
You most likely need a wordpress plugin that lets you add in php snippets. Not sure if the tutorial covers that or not but with that in place it's not too complicated.
-
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
Not sure what would cause that. PermissionsManager grabs the groups 'live' from oxide's permissions.GetGroups(), so it's not like it's caching old information or anything like that. Do the names dniper or ppop mean anything to you? Did they ever exist? I'll take a look into it and see what I can find.
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
Hi, Kenna kindly provided a template for reading and publishing PlayerRanks data. It still requires some amount of knowledge/experience to implement but certainly takes a lot of the work out of it. Hopefully it's useful to you - https://github.com/kennethrisa/Stats
-
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
Failed to call hook 'OnEntityDeath' on plugin 'RustRewards v3.0.3'
Steenamaroo replied to TheBot's Support Request in Support
Hi, I don't believe this to be related. I know what the error is in RustRewards and it's just a simple null error for something I failed to check. This pasted error appears to be coming from the client `BasePlayer.PostLateClientCycle()` which I can't see being related in any way. -
Hi @iDodger24 If the permission doesn't exist the chances are the plugin isn't compiling. Watch your server console or rcon window when installing and see if any errors are thrown. If you do see errors I'd delete any config file the plugin may have created and oxide.reload QuarryLevels. If that doesn't sort it ping back and we'll see what's going on.
- 196 comments
-
- 2
-
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Failed to call hook 'OnEntityDeath' on plugin 'RustRewards v3.0.3'
Steenamaroo replied to TheBot's Support Request in Support
Oh, never mind. I'd already patched it. Will be sorted in next V, although I'll not rush to release it incase anything else comes up. It's safe to ignore that for now. Thanks for the info, folks. -
Failed to call hook 'OnEntityDeath' on plugin 'RustRewards v3.0.3'
Steenamaroo replied to TheBot's Support Request in Support
Can anyone give me a case where this error occurs? I'm not getting it for console 'kill' suicide. -
Hi, I'm not seeing this issue. It might be worth deleting your /oxide/config/MonumentSpawnControl.json then reloading the plugin, to rule out any mistake in that file.
-
Aware of this one. You can ignore until next update. Thanks for reporting.
-
Hey, It should just work on all sharks with no interaction from you apart from installing the plugin. I'll have a check incase there are multiple kinds of shark.