summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-12 17:18:37 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-12 17:18:37 -0300
commitb6dc7ff7799d6ddbba6c39b384829e1a0c0f5831 (patch)
tree2b4a211591d76dd2fbe8d8d2fdf78621bab46a60
parentbc754bd2d7be61dc43131797535d0d073d03259d (diff)
downloadserverdata-b6dc7ff7799d6ddbba6c39b384829e1a0c0f5831.tar.gz
serverdata-b6dc7ff7799d6ddbba6c39b384829e1a0c0f5831.tar.bz2
serverdata-b6dc7ff7799d6ddbba6c39b384829e1a0c0f5831.tar.xz
serverdata-b6dc7ff7799d6ddbba6c39b384829e1a0c0f5831.zip
Update old links
-rwxr-xr-x.tools/scripts/init.sh8
-rw-r--r--db/job_db2.txt2
-rw-r--r--npc/052-1/channelling.txt12
-rw-r--r--npc/052-2/storage.txt2
4 files changed, 12 insertions, 12 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh
index a6ca5f7e..7369dd21 100755
--- a/.tools/scripts/init.sh
+++ b/.tools/scripts/init.sh
@@ -166,18 +166,18 @@ function do_init_data {
function do_init_tools {
cd ..
rm -rf tools
- #gitclone https://gitlab.com/themanaworld/evolved evol-tools.git tools
- gitclone https://gitlab.com/TMW2 evol-tools.git tools
+ #gitclone https://git.themanaworld.org/evolved tools.git tools
+ gitclone https://git.themanaworld.org/evolved tools.git tools
}
function do_init {
do_init_data
rm -rf server-code
- gitclone https://gitlab.com/jesusalva hercules.git server-code
+ gitclone https://git.themanaworld.org/evolved hercules.git server-code
check_error $?
cd server-code/src
check_error $?
- gitclone https://gitlab.com/tmwae evol-hercules.git evol
+ gitclone https://git.themanaworld.org/evolved evol-hercules.git evol
check_error $?
cd ../..
check_error $?
diff --git a/db/job_db2.txt b/db/job_db2.txt
index 52dc0798..ce41dcee 100644
--- a/db/job_db2.txt
+++ b/db/job_db2.txt
@@ -12,7 +12,7 @@
// 5 = DEX increased by 1 at this job level
// 6 = LUK increased by 1 at this job level
//
-// See also: https://gitlab.com/evol/evol-all/issues/67
+// See also: https://git.themanaworld.org/revolt/all/issues/67
//
// .:: HUMANS ::.
diff --git a/npc/052-1/channelling.txt b/npc/052-1/channelling.txt
index c705c869..174cbb40 100644
--- a/npc/052-1/channelling.txt
+++ b/npc/052-1/channelling.txt
@@ -53,14 +53,14 @@ OnCommandDestroy:
}
052-1,51,38,0 script Engravings NPC400,{
- mes "You can read some words engraved inside this rock, but some are erased by wind and time:";
+wind and time:");
next;
- mes "\".. can use this .. power..´. . .´. . . amplify a spell ..´.";
- mes " . ´´. Don't let .. spell power .´..´ . .. fade away ...";
- mes "´ .Use lazurite stones ´..´. they will appear. ..´ .. drop them inside .. this circle.";
- mes ". ´ power.. drains .. life..´. .´ focus . .not move at all´. .\"";
+ mes l("\".. can use this .. power..´. . .´. . . amplify a spell ..´.");
+ mes l(" . ´´. Don't let .. spell power .´..´ . .. fade away ...");
+ mes l("´ .Use lazurite stones ´..´. they will appear. ..´ .. drop them inside .. this circle.");
+ mes l(". ´ power.. drains .. life..´. .´ focus . .not move at all´. .\"");
next;
- mes "Below this strange writing, you notice a word still deeply engraved in the stone:";
+ mes l("Below this strange writing, you notice a word still deeply engraved in the stone:");
next;
mesq b("catalazuli");
next;
diff --git a/npc/052-2/storage.txt b/npc/052-2/storage.txt
index b56314e2..0f493846 100644
--- a/npc/052-2/storage.txt
+++ b/npc/052-2/storage.txt
@@ -21,7 +21,7 @@ L_StartItemInvoker:
end;
OnInit:
- setarray $@illia_storage_items, 541, 567, 568, 562;
+ setarray $@illia_storage_items, BottleOfWater, IronPotion, ConcentrationPotion, ChickenLeg;
setarray $@illia_storage_special_items, 687, 827, 1229;
// Map coords:* x1,y1, x2,y2, ...
setarray $@illia_storage_item_points, 30,77, 32,85, 37,81, 40,83, 44,86, 40,74, 44,75, 44,72, 31,71, 32,74;