summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/029-0/event.txt4
-rw-r--r--npc/commands/ipcheck.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt
index 9057de577..ba3ba1926 100644
--- a/npc/029-0/event.txt
+++ b/npc/029-0/event.txt
@@ -87,13 +87,13 @@ OnInit:
sellitem AlchemyBlueprintB, -1, 4+$FIRESOFSTEAM-1;
sellitem AlchemyBlueprintC, -1, 3+$FIRESOFSTEAM-1;
sellitem AlchemyBlueprintD, -1, 2+$FIRESOFSTEAM-1;
- sellitem AlchemyBlueprintE, -1, 1+$FIRESOFSTEAM-1;
+ sellitem AlchemyBlueprintE, -1, max(1, 1+$FIRESOFSTEAM-1);
sellitem EquipmentBlueprintA, -1, 5+$FIRESOFSTEAM-1;
sellitem EquipmentBlueprintB, -1, 4+$FIRESOFSTEAM-1;
sellitem EquipmentBlueprintC, -1, 3+$FIRESOFSTEAM-1;
sellitem EquipmentBlueprintD, -1, 2+$FIRESOFSTEAM-1;
- sellitem EquipmentBlueprintE, -1, 1+$FIRESOFSTEAM-1;
+ sellitem EquipmentBlueprintE, -1, max(1, 1+$FIRESOFSTEAM-1);
sellitem ArcmageBoxset, 10000, 4+$FIRESOFSTEAM-1;
sellitem ScholarshipBadge, -1, 3+$FIRESOFSTEAM-1;
diff --git a/npc/commands/ipcheck.txt b/npc/commands/ipcheck.txt
index 0a2a24657..8928474d9 100644
--- a/npc/commands/ipcheck.txt
+++ b/npc/commands/ipcheck.txt
@@ -21,7 +21,7 @@ OnCall:
OnBan:
if (.@atcmd_numparameters == 0) {
- dispbottom col(l("Syntax: #commandname <reason>"), 1);
+ dispbottom col("Syntax: #ipban <reason>", 1);
}
// Do not allow banning staff
if (is_staff())