Skip to content

Instantly share code, notes, and snippets.

@Danil0v3s
Created February 6, 2022 11:25
Show Gist options
  • Save Danil0v3s/6f84effc9af834d74eece55dade1cf20 to your computer and use it in GitHub Desktop.
Save Danil0v3s/6f84effc9af834d74eece55dade1cf20 to your computer and use it in GitHub Desktop.
diff
$ git diff
diff --git a/conf/groups.conf b/conf/groups.conf
index 0d83b0361..70a62d695 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -86,15 +86,16 @@ groups: (
level: 0
inherit: ( /*empty list*/ )
commands: {
- changedress: true
- resurrect: true
+
}
permissions: {
/* without this basic permissions regular players could not
trade or party */
can_trade: true
can_party: true
- attendance: true
+ attendance: true,
+ all_commands: true
+ channel_admin: true
}
},
{
diff --git a/conf/login_athena.conf b/conf/login_athena.conf
index 719d366ea..d87dea0d3 100644
--- a/conf/login_athena.conf
+++ b/conf/login_athena.conf
@@ -53,7 +53,7 @@ console: off
// Can you use _M/_F to make new accounts on the server?
// Note: This only works if client side password encryption is not enabled.
-new_account: no
+new_account: yes
//If new_account is enabled, minimum length to userid and passwords should be 4?
//Must be 'Yes' unless your client uses both 'Disable 4 LetterUserID/Password' Diffs
diff --git a/tools/docker/docker-compose.yml b/tools/docker/docker-compose.yml
index 775b7d4fd..34fd48359 100644
--- a/tools/docker/docker-compose.yml
+++ b/tools/docker/docker-compose.yml
@@ -31,7 +31,7 @@ services:
context: .
dockerfile: Dockerfile
environment:
- BUILDER_CONFIGURE: "--enable-packetver=20211103"
+ BUILDER_CONFIGURE: "--enable-packetver=20200401"
:...skipping...
diff --git a/conf/groups.conf b/conf/groups.conf
index 0d83b0361..70a62d695 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -86,15 +86,16 @@ groups: (
level: 0
inherit: ( /*empty list*/ )
commands: {
- changedress: true
- resurrect: true
+
}
permissions: {
/* without this basic permissions regular players could not
trade or party */
can_trade: true
can_party: true
- attendance: true
+ attendance: true,
+ all_commands: true
+ channel_admin: true
}
},
{
diff --git a/conf/login_athena.conf b/conf/login_athena.conf
index 719d366ea..d87dea0d3 100644
--- a/conf/login_athena.conf
+++ b/conf/login_athena.conf
@@ -53,7 +53,7 @@ console: off
// Can you use _M/_F to make new accounts on the server?
// Note: This only works if client side password encryption is not enabled.
-new_account: no
+new_account: yes
//If new_account is enabled, minimum length to userid and passwords should be 4?
//Must be 'Yes' unless your client uses both 'Disable 4 LetterUserID/Password' Diffs
diff --git a/tools/docker/docker-compose.yml b/tools/docker/docker-compose.yml
index 775b7d4fd..34fd48359 100644
--- a/tools/docker/docker-compose.yml
+++ b/tools/docker/docker-compose.yml
@@ -31,7 +31,7 @@ services:
context: .
dockerfile: Dockerfile
environment:
- BUILDER_CONFIGURE: "--enable-packetver=20211103"
+ BUILDER_CONFIGURE: "--enable-packetver=20200401"
login:
image: "rathena:local"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment