summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-10 11:04:54 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-10 11:04:54 -0300
commit981f743d984d388c9a9573a0cabfc90b008675d7 (patch)
treea058bde088dcc5382dbf11c141b606069b6e5cd7
parent7cbbe3ae939214ac6b899e35a4152d638e6193ea (diff)
downloadserverdata-981f743d984d388c9a9573a0cabfc90b008675d7.tar.gz
serverdata-981f743d984d388c9a9573a0cabfc90b008675d7.tar.bz2
serverdata-981f743d984d388c9a9573a0cabfc90b008675d7.tar.xz
serverdata-981f743d984d388c9a9573a0cabfc90b008675d7.zip
Gitlab was abandoned
-rwxr-xr-x.tools/scripts/init.sh6
-rw-r--r--npc/003-0-2/saves.txt2
-rw-r--r--npc/015-2/ben.txt1
-rw-r--r--npc/functions/game-rules.txt4
4 files changed, 6 insertions, 7 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh
index 8183c3e0e..2e7654d6c 100755
--- a/.tools/scripts/init.sh
+++ b/.tools/scripts/init.sh
@@ -174,13 +174,13 @@ function do_init_data {
function do_init_tools {
cd ..
rm -rf tools
- gitclone https://gitlab.com/TMW2 evol-tools.git tools
+ gitclone https://git.themanaworld.org/ml evol-tools.git tools
}
function do_init {
do_init_data
rm -rf server-code
- gitclone https://gitlab.com/TMW2 hercules.git server-code
+ gitclone https://git.themanaworld.org/ml hercules.git server-code
check_error $?
cd server-code/src ; git checkout tmw2
check_error $?
@@ -202,7 +202,7 @@ function do_init {
cd src
check_error $?
#'
- gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd ..
+ gitclone https://git.themanaworld.org/ml evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd ..
check_error $?
cd ../..
check_error $?
diff --git a/npc/003-0-2/saves.txt b/npc/003-0-2/saves.txt
index 7d82ae04f..ba9b5bb5e 100644
--- a/npc/003-0-2/saves.txt
+++ b/npc/003-0-2/saves.txt
@@ -12,7 +12,7 @@
mesq l("I am currently in charge of overseeing the world state and the Monster King advancements, as well as planning and dealing with emergencies. The Alliance High Council is currently composed by %s members and %s honorary ones.", l("five"), l("two"));
next;
mesn l("Councilor Jesusalva");
- mesq l("If you found anything which requires immediate attention, like broken roads which lead nowhere, or cliffs with weird collisions, invisible rocks, scamming NPCs or the sorts, please write down a %s and I'll see it. If the interface is too difficult to use, you can also do so %s or send an email to %s.", "[@@https://gitlab.com/TMW2/serverdata/-/issues|ticket@@]", "[@@https://discord.gg/BQNTe68|here@@]", "bug@tmw2.org");
+ mesq l("If you found anything which requires immediate attention, like broken roads which lead nowhere, or cliffs with weird collisions, invisible rocks, scamming NPCs or the sorts, please write down a %s and I'll see it. If the interface is too difficult to use, you can also do so %s or send an email to %s.", "[@@https://git.themanaworld.org/ml/serverdata/-/issues|ticket@@]", "[@@https://discord.gg/BQNTe68|here@@]", "bug@tmw2.org");
if (.saul && .jak1 && .lawn && .craz)
close;
next;
diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt
index 83decac76..4f81e196c 100644
--- a/npc/015-2/ben.txt
+++ b/npc/015-2/ben.txt
@@ -16,7 +16,6 @@ L_Intro:
mesq l("Yes, I am a mouboo. Why? Can't a mouboo be a dangerous bandit?!");
next;
mesq l("Fear not! You can check our [@@https://wiki.moubootaurlegends.org|Wiki@@] to find that and other awesome stuff!");
- //mesq l("Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!");
mesc l("(Even bandits doesn't breaks the rules. To see the rules, use ##B@rules##b.)");
next;
mesq l("You can even join the project there. Contributors are greatly appreciated! %%N");
diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt
index 317d48d18..b425afd33 100644
--- a/npc/functions/game-rules.txt
+++ b/npc/functions/game-rules.txt
@@ -45,11 +45,11 @@ function script GameRules {
GameRules S_NO_NPC_NAME | S_LAST_NEXT;
narrator S_NO_NPC_NAME,
- l("The next page begins to list the complex trading laws and political rules. The word \"%s\" shows up everywhere.", "[@@https://gitlab.com/TMW2|@@]"),
+ l("The next page begins to list the complex trading laws and political rules. The word \"%s\" shows up everywhere.", "[@@https://git.themanaworld.org/ml|@@]"),
l("All this seems unimportant to you right now.");
if (BaseLevel > 30) {
mesc l("However, there's a link to get a simple python bot software!");
- mes "@@https://gitlab.com/TMW2/evol-all/tmw2_bot.py|Simple Python Bot (Linux/Windows/Mac)@@";
+ mes "@@https://git.themanaworld.org/ml/all/tmw2_bot.py|Simple Python Bot (Linux/Windows/Mac)@@";
}
close;
}