From b6dc7ff7799d6ddbba6c39b384829e1a0c0f5831 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 12 Jun 2022 17:18:37 -0300 Subject: Update old links --- .tools/scripts/init.sh | 8 ++++---- db/job_db2.txt | 2 +- npc/052-1/channelling.txt | 12 ++++++------ npc/052-2/storage.txt | 2 +- 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; -- cgit v1.2.3-60-g2f50