cpm-support
textPage 20 of 801
50 messages on this page
Sunday, December 29, 2024
User 73fdc4
commands from console freezes the server again...
User 73fdc4
I think so, found the problem
User 73fdc4
thank you Mad
User 93e8d7
Or should I just tell my players to ignore those messages lol.. Is that why its also making you install the mods client side as well? D:
User 93e8d7
If I switch out the versions, will it affect my game? :x
User 93e8d7
Ahhh that MAY be the problem.. I need to figure out how to get the versiosn for v1.1 then D:
User 2fc02a
i use this instead so you can give it a say command and kick message
User 2fc02a
timerba 1; say2 "[FE04AE]Restart Reminder[-]" "[FF0507]4 minutes [4FFF00]till restart![-]"; wait(60); say2 "[FE04AE]Restart Reminder[-]" "[FF0507]3 minutes [4FFF00]till restart![-]"; wait(60); say2 "[FE04AE]Restart Reminder[-]" "[FF0507]2 minutes [4FFF00]till restart![-]"; wait(60); say2 "[FE04AE]Restart Reminder[-]" "[FF0507]1 minute [4FFF00]till restart![-]"; wait(60); say "[FF0507]Restarting Now![-]"; wait(5); kickall "Rebooting, the server will be up in about 1 minute. You should restart your game while you wait."; saveworld; wait(5); shutdownUser 73fdc4
ummm after check the logs seems that server restart automation sometimes works sometimes it does not work.
say2 command does not work together
say2 command does not work together
User 2fc02a
Does it fire at all? try to use it in the console to see if its a version or mod issue
User 73fdc4
allocs release 6-12-2024
User 73fdc4
csmm 27.2
User bddf69
This goes for CPM and Allocs both
User bddf69
Are you sure you have the right versions installed of the mods? If you're running an old version of the mod for a newer game version it could go badly like you describe
User 2fc02a
that command would shutdown the server in 10 minutes, no ending commands will work
User 73fdc4
shutdownba 10;wait(480);say2 [FF0000]Reinicio programado[-] "[00FF00]Restableciendo regiones, puedes experimentar lag...[-]";rr
User 73fdc4
Hello all!
This command does not work properly for me anymore. Anyone knows what?
This command does not work properly for me anymore. Anyone knows what?
User 93e8d7
Would CPM/CSMM cause my server to like.. Completely freeze but still be playable? Let me explain..
I just installed CPM/CSMM to my dedicated server after YEARS of not using it, still trying to figure everything out again lol.. But, one of my admins and myself are on right now building the marketplace and whatever before we go live again, and we'll be building or whatever, but then we try to type, and no messages go through (thats how we even discovered what was happening otherwise we would of had no idea) So when we notice we cant type, I go restart the server, and it resets back to when I assume it first happened, because its happened twice now and i've lost like 20-30 mins of work both times :l
Could anyone help me out? Not sure what I did here D:
Saturday, December 28, 2024
User 2fc02a
I see, host havoc is so odd, mine is set to 26902 and my cpm will only work on 26905
User 602ca8
No what is set in the config is what the .cs code works on
User e5cda3
🫡 👌
User e5cda3
@User 25117961 @User 53398683
I changed the port to 8031 in the CpmSettings.xml file and it works again. Thank you for helping me.
I changed the port to 8031 in the CpmSettings.xml file and it works again. Thank you for helping me.
User 2fc02a
he got his set to 8181, wouldn't it be 8182 or 8184 or 8185? I'm asking because all I have used is Host Havoc
User 602ca8
Either it's used by something else or it's closed
User 602ca8
Check with your hoster
User 602ca8
Than the port is closed
User e5cda3
I have this
User e5cda3
User 602ca8
if you are cpm map will not show because the port is being used
User 602ca8
Check your serverconfig.xml and check if your using it for telnet
User 602ca8
8081 is the default telnet port
User 2fc02a
Still do the port thing from a few messages ago
User e5cda3
Yes
User 2fc02a
check for errors in your log?
Have you updated to the latest allocs
Have you updated to the latest allocs
User e5cda3
without changing anything
User e5cda3
nothing changes
and she's still going there in 20 days
and she's still going there in 20 days
User 2fc02a
so 8081+1 or +3
User 2fc02a
check your logs for
[web] [se] and it'll tell you the web port. Usually its +1 or +3User e5cda3
port and good
User 2fc02a
Go to cpmsettings.xml in userdata at the bottom and make sure the port is set correctly
User e5cda3
the one if ?
<token name="Hannibhaal" secret="1234567890" permission_level="0" />
User 2fc02a
Check your webtokens
User e5cda3
Hello, I can no longer connect to my CPM map, any idea ?
http://176.57.174.55:8081/static/index.html
http://176.57.174.55:8081/static/index.html
Friday, December 27, 2024
User cbb4fe
thank you
User 14faf1
Is there any chance of the unlockall command making a comeback with the usual methods not working on the modded lockable storages in Darkness Falls?
User 2fc02a
Leaving and evening are just messages. It's the name of the notify claim
User cbb4fe
So would it be two claims, one for enter and one for exit? I'm just blanking on what i need to name the claim
User 2fc02a
It's a notify claim with the same name as the buff. A great example as a template is ProtectedLobby
User cbb4fe
Quick question about activating buffs in a claim. I'm trying to create a reset region that activates the enterresetregion and exitresetregion tooltip buffs. I have the CPM Web Map UI working, I'm just wondering how to set up the claim...? Is it as a notify claim or will it register it automatically as a reset claim? Any help appreciated!