summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-09-09 17:11:22 -0300
committershennetsind <ind@henn.et>2013-09-09 17:11:22 -0300
commitae850bdefd7d9ecfecdb20d6e5803896fad00dfd (patch)
treec807780003ffcffee62e5a5166f3a4bc948aff93 /conf
parent78c14e42231965f281090785170aac5c0c119a9a (diff)
downloadhercules-ae850bdefd7d9ecfecdb20d6e5803896fad00dfd.tar.gz
hercules-ae850bdefd7d9ecfecdb20d6e5803896fad00dfd.tar.bz2
hercules-ae850bdefd7d9ecfecdb20d6e5803896fad00dfd.tar.xz
hercules-ae850bdefd7d9ecfecdb20d6e5803896fad00dfd.zip
Fixed Bug #6626
Game client is currently broken on this feature, sending the request when the criteria doesn't match and not doing anything when it matches, I've restored the previous method to make the feature work once again, the message is configurable by conf/messages.conf and whether maxed characters can use it now a setting in conf/battle/player.conf http://hercules.ws/board/tracker/issue-6626-cant-prayer-guardian-angel-super-novice/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf')
-rw-r--r--conf/battle/player.conf7
-rw-r--r--conf/messages.conf5
2 files changed, 11 insertions, 1 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf
index f493f6b67..ccad0afc0 100644
--- a/conf/battle/player.conf
+++ b/conf/battle/player.conf
@@ -142,4 +142,9 @@ idle_no_autoloot: 0
// Minimum distance a vending/chat room must be from a NPC in order to be placed
// Default: 3 (0: disabled).
-min_npc_vendchat_distance: 3 \ No newline at end of file
+min_npc_vendchat_distance: 3
+
+// Super Novice's fury is enabled to increments of 10%, such as at 10.0%, 20.0% - 80.0%, 90.0%
+// Changing snovice_call_type config to 1 enables its use at 0%, for maxed super novices.
+// default: 0
+snovice_call_type: 0 \ No newline at end of file
diff --git a/conf/messages.conf b/conf/messages.conf
index 987be40bf..d7b25a258 100644
--- a/conf/messages.conf
+++ b/conf/messages.conf
@@ -1513,5 +1513,10 @@
//@homlv
1478: Homun reached its maximum level of '%d'
+//src/map/clif.c::clif_parse_GlobalMessage
+1479: Dear angel, can you hear my voice?
+1480: I am %s Super Novice~
+1481: Help me out~ Please~ T_T
+
//Custom translations
import: conf/import/msg_conf.txt