diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-30 00:26:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-30 00:26:31 -0300 |
commit | 8e5181e46ec09105397f6cee83ce66b64903125d (patch) | |
tree | 37bfbcf1b70980ea04eb60f73a1d9e27e31b8f2b | |
parent | 8151c7e679f5340d7d1b78f7269313cd7bf0d5ce (diff) | |
download | serverdata-8e5181e46ec09105397f6cee83ce66b64903125d.tar.gz serverdata-8e5181e46ec09105397f6cee83ce66b64903125d.tar.bz2 serverdata-8e5181e46ec09105397f6cee83ce66b64903125d.tar.xz serverdata-8e5181e46ec09105397f6cee83ce66b64903125d.zip |
*hides*
-rw-r--r-- | npc/003-0/notes | 12 | ||||
-rw-r--r-- | npc/functions/bank.txt | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/npc/003-0/notes b/npc/003-0/notes index 517f68d6d..e6a9a3193 100644 --- a/npc/003-0/notes +++ b/npc/003-0/notes @@ -120,5 +120,17 @@ USEFUL COMMANDS *autobonus2(<bonus script>, <rate>, <duration>{, <flag>, {<other script>}}) May cast a bonus when attacked :> + SC_TENSIONRELAX + Tension relax allows the user to recover HP while overweight at 1x speed. + Also, looks like sitting _should_ allow you to regen even overweight, need + plugin check for possible overrides on this behavior. status_natural_heal + + SC_VITATA_500 + Apparently regens SP? Requires further studies. + + SC_NOEQUIPWEAPON [Evol] + Forces your opponent to fight without a weapon. + + diff --git a/npc/functions/bank.txt b/npc/functions/bank.txt index 03696dad2..46550c3dd 100644 --- a/npc/functions/bank.txt +++ b/npc/functions/bank.txt @@ -219,7 +219,8 @@ function script Banker { Banking; break; case 3: - mesc l("Note: Transfering items on mail cost 2500 GP/item"); + // NOTE: This value is HARDCODED, do not try changing it! + mesc l("Note: Transfering items on mail cost @@ GP/item", 500); mesc l("Money transference by mail is, however, free."); next; closeclientdialog; |