summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-03 18:39:13 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-03 18:39:13 -0300
commit73b290e632012139ceedab688c2af4a7da1856bd (patch)
tree401828b7b5a6814ca8033eec760114e6055bd9d4
parentb9326b7281fa74b5ddde275524ebde9d480906af (diff)
downloadserverdata-73b290e632012139ceedab688c2af4a7da1856bd.tar.gz
serverdata-73b290e632012139ceedab688c2af4a7da1856bd.tar.bz2
serverdata-73b290e632012139ceedab688c2af4a7da1856bd.tar.xz
serverdata-73b290e632012139ceedab688c2af4a7da1856bd.zip
Make this... Bold. And red.
-rw-r--r--npc/functions/clientversion.txt22
-rw-r--r--npc/guilds/forge.txt1
2 files changed, 12 insertions, 11 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index f77e54c36..edc5bcc3c 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -622,17 +622,17 @@ function script clientupdater {
// inv ali d --:--:-- +-- ----
if (UPDATE < 1567295999 && UPDATE > 1564617600 && UPDATE != 1565385020) {
UPDATE=1565039378;
- mesn "Narrator";
- mesc l("Warning."), 1;
- mesc l("Warning."), 1;
- mesc l("Warning: Invalid UNIX EPOCH time detected."), 1;
- next;
- mesc l("We'll be correcting this bug automatically now.");
- mesc l("YOU WILL BE DISCONNECTED BY FORCE."), 1;
- mesc l("Please login right after, and this error should not happen again.");
- next;
- // Force user to disconnect
- atcommand "@kick "+strcharinfo(0);
+ mesn "Narrator";
+ mesc l("Warning."), 1;
+ mesc l("Warning."), 1;
+ mesc l("Warning: Invalid UNIX EPOCH time detected."), 1;
+ next;
+ mesc l("We'll be correcting this bug automatically now.");
+ mesc l("YOU WILL BE DISCONNECTED BY FORCE."), 1;
+ mesc l("Please login right after, and this error should not happen again.");
+ next;
+ // Force user to disconnect
+ atcommand "@kick "+strcharinfo(0);
}
diff --git a/npc/guilds/forge.txt b/npc/guilds/forge.txt
index 6f2b3c842..a558c4c83 100644
--- a/npc/guilds/forge.txt
+++ b/npc/guilds/forge.txt
@@ -11,6 +11,7 @@ guilds,24,27,0 script Guild Blacksmith NPC_NO_SPRITE,{
mesc l("What will you forge today?");
//mesc l("You might need to have a @@ equipped for some recipes!", getitemlink(Knife));
mesc l("Note: Items forged here will be guild-bound, but will use player recipes and bonuses!");
+ mesc b(l("\"WHAT IS CRAFTED IN GUILD BELONGS TO GUILD.\"")), 1;
if (SmithSystem(CRAFT_GUILD))
{
mesc l("Success!"), 3;