-
Posts
298 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Yac Vaguer
-
Sneak Peek: The future of client modding with Carbon
Yac Vaguer replied to Death's topic in Announcements
I think the project is cool as a proof of concept, but if you want to play a different game, just get a different game 😄 Just thinking that I will need to install a client and I will be only able to see server that Carbon Client support, that will make the users base quite small. I'm not an expert so I'm rooting for the project to succeed but It seems too much work. I will give a try to Carbon(Server side) soon, and maybe adapt my plugins for that but probably I will never even use the client one. -
I have players all the time, I just automatically restart the server 7am any way i can debug this?
-
I'm gettign several of these messages. As you can see the server is not down, it is just reporting like is UP
-
If the event starts and new players enter the game, they cannot see the dome of the event!
Yac Vaguer replied to laodu's Support Request in Support
Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.2.0 -
Changing the configuration in the loot table
Yac Vaguer replied to Yac Vaguer's Support Request in Support
Ok, but I don't see the option can you give me a better explanation? -
How can I change where the notes are showing on the crates? I want to change the crates types and also the amount range
-
If the event starts and new players enter the game, they cannot see the dome of the event!
Yac Vaguer replied to laodu's Support Request in Support
The dome with the PVE mode option, is visible but quite thin, but I don't see that as a bad thing. I don't understand what should be the problem -
- 1,275 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 15 comments
-
- #parachute
- #vehicle
- (and 10 more)
-
- 15 comments
-
- #transylvania
- #halloween
-
(and 7 more)
Tagged with:
-
- 33 comments
-
- 1
-
-
- #gruber
- #custom map
-
(and 5 more)
Tagged with:
-
Rust players are something else 😄 I have in the backlog to add an animation at the begining of the event, and maybe I can make the building "explode" to kill everyone inside to simulate the Cobal experiment that cause the Zombies, this option probably will be a feature flag so you can activate or deactivate the explosion and damage. That will "fix" your issue Thank you for brining this I found it quite interestesting how sneaky some player can be I will close the ticket now, but I will work on the actions above for future versions
-
Couple of weeks ago I started getting a Discord email saying that the bot was making too many calls, so they reset the token. I reset the toke 3 times, until the bot stop working completly (1/1) => 💛 [ Llaneros Solo Duo Trio#0718 ] is online! TypeError: Cannot read properties of undefined (reading 'CHANNEL_ID') at Client.<anonymous> (/var/www/rcon-bot/src/events/establishConnection.js:141:70) at Client.emit (node:events:514:28) at WebSocketManager.triggerClientReady (/var/www/rcon-bot/node_modules/discord.js/src/client/websocket/WebSocketManager.js:388:17) at WebSocketManager.checkShardsReady (/var/www/rcon-bot/node_modules/discord.js/src/client/websocket/WebSocketManager.js:371:10) at WebSocketShard.<anonymous> (/var/www/rcon-bot/node_modules/discord.js/src/client/websocket/WebSocketManager.js:201:16) at WebSocketShard.emit (node:events:514:28) at WebSocketShard.checkReady (/var/www/rcon-bot/node_modules/discord.js/src/client/websocket/WebSocketShard.js:181:12) at WebSocketShard.gotGuild (/var/www/rcon-bot/node_modules/discord.js/src/client/websocket/WebSocketShard.js:155:10) at WebSocketManager.<anonymous> (/var/www/rcon-bot/node_modules/discord.js/src/client/websocket/WebSocketManager.js:241:15) at WebSocketManager.emit (/var/www/rcon-bot/node_modules/@vladfrangu/async_event_emitter/dist/index.js:282:31) I'm running the bot with supervisord, and I have full control of the server I reseted the Bot token several time but I'm always getting the same error. I manually checked all the referecences to CHANEL_ID and they seem fine I also run some lint validation over the jsons and both are fine as well jsonlint config.json config.json: ok jsonlint SERVERS/llaneros.json SERVERS/llaneros.json: ok The code as a I mentioned in our previous chat is way to messy to do a proper debugging, so maybe you can guide me on how to solve it