summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 02:02:22 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 02:02:22 -0300
commitb4ce3597f5e9aa492484484866aa7254df2fba03 (patch)
treea542210b4fae4dac2d7f534fc4b64d1cde9f57b0
parent610814835675acb388677ee56dec187029752c8f (diff)
downloadserverdata-b4ce3597f5e9aa492484484866aa7254df2fba03.tar.gz
serverdata-b4ce3597f5e9aa492484484866aa7254df2fba03.tar.bz2
serverdata-b4ce3597f5e9aa492484484866aa7254df2fba03.tar.xz
serverdata-b4ce3597f5e9aa492484484866aa7254df2fba03.zip
CI: Switch to pre-renewal mode
-rwxr-xr-x.tools/scripts/init.sh6
-rwxr-xr-xnpc/functions/default_npc_checks.txt8
2 files changed, 7 insertions, 7 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh
index 9bac358e..bccaaa01 100755
--- a/.tools/scripts/init.sh
+++ b/.tools/scripts/init.sh
@@ -166,17 +166,17 @@ function do_init_data {
function do_init_tools {
cd ..
rm -rf tools
- gitclone https://gitlab.com/evol evol-tools.git tools
+ gitclone https://gitlab.com/themanaworld/evolved evol-tools.git tools
}
function do_init {
do_init_data
rm -rf server-code
- gitclone https://gitlab.com/evol hercules.git server-code
+ gitclone https://gitlab.com/themanaworld/evolved hercules.git server-code
check_error $?
cd server-code/src
check_error $?
- gitclone https://gitlab.com/evol evol-hercules.git evol
+ gitclone https://gitlab.com/themanaworld/evolved evol-hercules.git evol
check_error $?
cd ../..
check_error $?
diff --git a/npc/functions/default_npc_checks.txt b/npc/functions/default_npc_checks.txt
index 4dc1c1f5..ee12bc49 100755
--- a/npc/functions/default_npc_checks.txt
+++ b/npc/functions/default_npc_checks.txt
@@ -15,7 +15,7 @@ function script PCtoNPCRange {
goto L_Return;
L_Named:
- message strcharinfo(0), ""+@dnpc_name$+" : ##BPlease move closer.";
+ npctalk3 l(b("Please move closer."));
goto L_Return;
L_Return:
@@ -103,7 +103,7 @@ L_GetAgain:
L_ReturnMissing:
@check_fail = 1;
- mes "\"You are missing required items.\"";
+ mesq l("You are missing required items.");
goto L_MissingMsg;
L_MissingMsg:
@@ -117,13 +117,13 @@ L_NextMsgCheck:
goto L_MissingMsg;
L_ReturnWeight:
- mes "\"You need to be carrying less weight.\"";
+ mesq l("You need to be carrying less weight.");
next;
@check_fail = 1;
goto L_Return;
L_ReturnSpace:
- mes "\"You need more room in your inventory.\"";
+ mesq l("You need more room in your inventory.");
next;
@check_fail = 1;
goto L_Return;