From 4c4fb5120094ef57fb47bb3124055f17d5125942 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 May 2024 15:21:06 -0300 Subject: Add notes and *facepalm* typo --- npc/001-13/main.txt | 2 ++ npc/003-2/estard.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2