summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsevenzz23 <sevenzz23@yahoo.com>2013-11-05 05:32:36 +0700
committersevenzz23 <sevenzz23@yahoo.com>2013-11-05 05:32:36 +0700
commit6be40f56a21e48505baa4ff69acc198aa6206bf1 (patch)
tree602673f7a71411b2cd4d3a7dfd7d45645a08921d
parenta8ae62ebf1073501e0ff8a2bf159dc88a0a8f178 (diff)
downloadhercules-6be40f56a21e48505baa4ff69acc198aa6206bf1.tar.gz
hercules-6be40f56a21e48505baa4ff69acc198aa6206bf1.tar.bz2
hercules-6be40f56a21e48505baa4ff69acc198aa6206bf1.tar.xz
hercules-6be40f56a21e48505baa4ff69acc198aa6206bf1.zip
Fixed grammar
Signed-off-by: sevenzz23 <sevenzz23@yahoo.com>
-rw-r--r--conf/messages.conf3
-rw-r--r--npc/custom/itembind.txt9
2 files changed, 7 insertions, 5 deletions
diff --git a/conf/messages.conf b/conf/messages.conf
index 54fd24fde..a56a7a45b 100644
--- a/conf/messages.conf
+++ b/conf/messages.conf
@@ -316,7 +316,7 @@
290: The player is no longer killable.
291: Weather effects will dispell on warp/refresh
292: Killer state reset.
-//Item Bound System
+//Item Bind System
293: This bounded item cannot be traded to that character.
294: This bounded item cannot be stored there.
295: Please enter an item name or ID (usage: @itembound <item name/ID> <quantity> <bound_type>).
@@ -1546,6 +1546,7 @@
1486: Cannot transform into monster while in disguise.
1487: Character cannot be disguised while in monster form.
1488: Transforming into monster is not allowed in Guild Wars.
+
//CashShop mapflag
1489: Cash Shop is disabled in this map
diff --git a/npc/custom/itembind.txt b/npc/custom/itembind.txt
index f290c48ef..a95de3577 100644
--- a/npc/custom/itembind.txt
+++ b/npc/custom/itembind.txt
@@ -1,11 +1,12 @@
-//===== rAthena Script =======================================
-//= Item Bound Script
+//===== Hercules Script =======================================
+//= Item Bind Script
//===== By: ==================================================
//= Akinari
//===== Compatible With: =====================================
-//= Revision 17351+ (rAthena Only)
+//= Revision 17351+ (rAthena)
+//= Revision 12949+ (Hercules)
//===== Description: =========================================
-//= Item Bound Script
+//= Item Bind Script
//= Allows users to pay a price to make an item bound to
//= Account, Character, or Guild
//============================================================