-
Posts
1,330 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by dustyhansen
-
I sent a friend request, my name on there is dustyhansen
-
I just installed the new version and still cannot get this thing to work. Still getting the same error about websocket not open.
-
-
-
Sent
-
My file reset again on server wipe yesterday. Not sure what is happening, but I am not deleting any files or anything.
-
- 21 comments
-
Can I switch to SQLite without losing data? I already tried MySQL and couldn't get it to work right (https://codefling.com/files/support/10892-mysql-error/)
-
files just like @dylanstar12
-
Is this how I should setup the config for Server Rewards? "Where will the awards be given - [ 0 - GameStores | 1 - plugin economy, rewards or in-game store ]": 1, "Plugin name": "ServerRewards", "Method name(API)": "AddPoints", "Method(API) data type - [ 0 - double | 1 - float | 2 - int ]": 0, "Displayed currency": "RP" I am not sure these are the right values?
-
I had the same issue. I updated the plugin for my last wipe and it cleared all my stats. I thought I forgot to change a setting in the config, but I double checked everything.
-
No, I don't like to restart it because it loses connection with existing pending skin requests then. It seems when I restart the bot, clicking the reactions on skin requests no longer triggers the bot, even though they are in the pending file. Then I have to manually clear the pending file to remove them.
-
- 189 comments
-
- #eventmanager
- #manager
-
(and 5 more)
Tagged with:
-
I don't know how big of an issue this is, but when a campfire turns on automatically it doesn't cook anything. You have to actually turn it off and then back on for it to cook. I had a couple players report it over the past few wipes, so thought I would pass it on in case it was something that could be/wanted to be addressed.
-
@SrMillercan you please take a look?
-
The version number in the plugin is 1.2.0 and the version number on the site is 1.2.1, thus causing the update plugins to think that there is an update, even though I downloaded the latest file from the site.
-
Seeing this message in the console when players do /vote and they just get "trying to claim rewards"... Web request callback raised an exception (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.RSVote.GiveRandomReward (BasePlayer player) [0x00035] in <c8b4e53b2db14554a4f83d85ddf8371a>:0 at Oxide.Plugins.RSVote.HandleResponse (System.String url, System.Int32 code, System.String response, System.String action, BasePlayer player) [0x00067] in <c8b4e53b2db14554a4f83d85ddf8371a>:0 at Oxide.Plugins.RSVote+<>c__DisplayClass6_0.<Execute>b__0 (System.Int32 i, System.String s) [0x00000] in <c8b4e53b2db14554a4f83d85ddf8371a>:0 at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__42_0 () [0x00034] in <18d4f19bbc844191b11ed9e69284d09b>:0
-
I had a player vote today and claim his reward. He can't vote for another 12 hours, but when he did /vote over an hour later it gave him the reward again. So how often should they be able to claim a reward?
-
So sorry, that was the issue. Thanks for the response!
-
These commands don't seem to do anything when used.
-
I added you and messaged you, but haven't gotten a reply. Would you rather chat here?
-
- 30 comments
-
- #skilltree
- #event
-
(and 4 more)
Tagged with:
-
- 20 comments
-
- #discord
- #discord bot
-
(and 5 more)
Tagged with:
-
I am still having issues getting this to work. I am running node JS 18.16.0 and am getting the following in the console when I try to add a skin: 29.12 22:47:42 [Bot] Error: WebSocket is not open: readyState 3 (CLOSED) 29.12 22:47:42 [Bot] at WebSocket.send (/node_modules/rustrcon/node_modules/ws/lib/websocket.js:329:19) 29.12 22:47:42 [Bot] at WebSocket.sendMessage (/node_modules/rustrcon/src/client/websocket/ws.js:59:11) 29.12 22:47:42 [Bot] at Client.send (/node_modules/rustrcon/src/client/client.js:19:11) 29.12 22:47:42 [Bot] at Client.<anonymous> (/app.js:204:36) 29.12 22:47:42 [Bot] at process.processTicksAndRejections (node:internal/process/task_queues:95:5)