summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-06 14:33:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-06 14:33:04 -0300
commit76ca02f2c6cc0a2e6121c4ea8114bef8819fa747 (patch)
treee0ee627cd1b9ed64d319407b1fb8045d9cf266bc /npc/functions
parent652b92c7050915d164cb4ec8576ded81ddc1257d (diff)
downloadserverdata-76ca02f2c6cc0a2e6121c4ea8114bef8819fa747.tar.gz
serverdata-76ca02f2c6cc0a2e6121c4ea8114bef8819fa747.tar.bz2
serverdata-76ca02f2c6cc0a2e6121c4ea8114bef8819fa747.tar.xz
serverdata-76ca02f2c6cc0a2e6121c4ea8114bef8819fa747.zip
You can now join Bandit Guild or Merchant Police.
Currently unable to correct your ways or to pervert yourself later. Storyline is the same (@BenB) but skill set is different. Only Thief Minigame currently available. Experience Table: [0, 32, 1024, 7776, 32768]
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/lockpicks.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/lockpicks.txt b/npc/functions/lockpicks.txt
index d3bb0d837..495828584 100644
--- a/npc/functions/lockpicks.txt
+++ b/npc/functions/lockpicks.txt
@@ -79,6 +79,9 @@ function script LockPicking {
} else {
mesc l("This didn't work. All pins are now unset!");
@pos=0;
+ // We don't need to clear console, each successful attempt IS counted.
+ // Therefore, unsetting 3 pins means you must do 3 new attempts!!
+ // The biggie is that you're running against time, here!!!
}
if (@pos > .@d) {