From 2a413b55c50312e649479ca722430ba2f8fbcb77 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Mar 2021 18:44:28 -0300 Subject: Found you! --- npc/029-0/event.txt | 4 ++-- npc/commands/ipcheck.txt | 2 +- 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 "), 1); + dispbottom col("Syntax: #ipban ", 1); } // Do not allow banning staff if (is_staff()) -- cgit v1.2.3-70-g09d2