summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/sc_config.conf1
-rw-r--r--npc/commands/rent.txt5
2 files changed, 5 insertions, 1 deletions
diff --git a/db/sc_config.conf b/db/sc_config.conf
index f09c5b1ca..8dd93e143 100644
--- a/db/sc_config.conf
+++ b/db/sc_config.conf
@@ -2573,6 +2573,7 @@ SC_DODGE_READY: {
}
SC_JAILED: {
Flags: {
+ //NoSave: false
NoDeathReset: true
NoDispelReset: true
NoClearanceReset: true
diff --git a/npc/commands/rent.txt b/npc/commands/rent.txt
index cafe41e33..2be2ccc61 100644
--- a/npc/commands/rent.txt
+++ b/npc/commands/rent.txt
@@ -1,7 +1,10 @@
// TMW2 Script
//
// @rentitem <item> <time>
-// Rents an <item> for <time>
+// Rents an <item> for <time> seconds
+// 1 hour: 3600s
+// 1 day: 86400s
+// 1 month: 2592000s
- script @rentitem 32767,{
end;