summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/001-13/main.txt2
-rw-r--r--npc/003-2/estard.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/001-13/main.txt b/npc/001-13/main.txt
index 3f4ecad59..8e6e4c689 100644
--- a/npc/001-13/main.txt
+++ b/npc/001-13/main.txt
@@ -120,6 +120,8 @@ function script FYRaid_Select {
dispbottom l("Time left: %s", FuzzyTime(@tm));
closeclientdialog;
// TODO: Spawn an auxiliar every 10 levels
+ // Amount: level % 10
+ // Strength: level / 10
return;
}
diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt
index 0c228795e..93d69c124 100644
--- a/npc/003-2/estard.txt
+++ b/npc/003-2/estard.txt
@@ -85,7 +85,7 @@
mesq l("You are part of the \"@@\" guild.", getguildname(getcharid(2)));
// Likely useless
- if (getskillv(NV_BASIC) < 7) {
+ if (getskilllv(NV_BASIC) < 7) {
if (getq(General_Guild))
skill NV_BASIC, 7, 0;
else if (getcharid(1) <= 0)