diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-09 14:26:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-09 14:26:47 -0300 |
commit | 251fa7004c0b7581d7742005df64008bc16e0bc1 (patch) | |
tree | e5bcebe2c492caaa5a385340fb93593075af3e36 | |
parent | 768007b88a4599223f8c60be46aee5c0a15ee269 (diff) | |
download | serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.tar.gz serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.tar.bz2 serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.tar.xz serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.zip |
[skip ci] add comments
-rw-r--r-- | db/sc_config.conf | 1 | ||||
-rw-r--r-- | npc/commands/rent.txt | 5 |
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; |