summaryrefslogtreecommitdiff
path: root/world
diff options
context:
space:
mode:
Diffstat (limited to 'world')
-rw-r--r--world/conf/char_athena.conf10
-rw-r--r--world/map/conf/magic-level2.sex8
-rw-r--r--world/map/news.d/52-v2015.09.15.txt18
3 files changed, 29 insertions, 7 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf
index 2e85a1b3..c82ba476 100644
--- a/world/conf/char_athena.conf
+++ b/world/conf/char_athena.conf
@@ -28,17 +28,13 @@ char_log_filename: log/char.log
// / is the command prefix (but it's still allowed!)
// : is used as a separator in script menus
// I'm not sure why []{} are not included though
-char_name_letters:
-//char_name_letters: "#
-char_name_letters: ! $%&'()*+,-./
+//char_name_letters: "#:[]{}
+char_name_letters: $&'()*+,-.
char_name_letters: 0123456789
-//char_name_letters: :
char_name_letters: ;<=>?
char_name_letters: ABCDEFGHIJKLMNOPRSTQUVWXYZ
-//char_name_letters: []
-char_name_letters: @\^_`
+char_name_letters: \^_`
char_name_letters: abcdefghijklmnoprstquvwxyz
-//char_name_letters: {}
char_name_letters: |~
// minimum char name length
diff --git a/world/map/conf/magic-level2.sex b/world/map/conf/magic-level2.sex
index dcc2deb7..e4bd6908 100644
--- a/world/map/conf/magic-level2.sex
+++ b/world/map/conf/magic-level2.sex
@@ -496,8 +496,12 @@
(FOR i 0
(/ spellpower 8)
(BLOCK
+ (IF (not (pc caster))
+ (ABORT))
(FOR j 0 2
(BLOCK
+ (IF (not (pc caster))
+ (ABORT))
(SET location
(random_location area))
(sfx location SFX_ARROW_HAIL 0)
@@ -913,6 +917,8 @@
(FOR i 0
(/ spellpower 3)
(BLOCK
+ (IF (not (pc caster))
+ (ABORT))
(FOR j 0
(/
(min
@@ -920,6 +926,8 @@
200)
100)
(BLOCK
+ (IF (not (pc caster))
+ (ABORT))
(SET location
(random_location area))
(sfx location SFX_RAIN 0)
diff --git a/world/map/news.d/52-v2015.09.15.txt b/world/map/news.d/52-v2015.09.15.txt
new file mode 100644
index 00000000..37ebaa5f
--- /dev/null
+++ b/world/map/news.d/52-v2015.09.15.txt
@@ -0,0 +1,18 @@
+{title:Max Daily}
+{date:2015-09-15}
+
+Daily quests allow you to redeem as many as possible at once
+
+Release Notes v2015.9.15
+{ul}
+{li}Pink Flowers and White Bells spawn bees more often{/li}
+{li}All mobs removed from GM island{/li}
+{li}Max Cash in for Daily quests{/li}
+{li}Fixed bug with Nivalis Well Quest{/li}
+{li}Mylarin Dust typo{/li}
+{li}fix elf nightcap for bald head/hairstyle{/li}
+{/ul}
+
+Read More: {link:http://ow.ly/Sdk73}
+
+{author:TMW Development Team}