diff options
Diffstat (limited to 'npc/pre-re/quests/collection/quest_mantis.txt')
-rw-r--r-- | npc/pre-re/quests/collection/quest_mantis.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/pre-re/quests/collection/quest_mantis.txt b/npc/pre-re/quests/collection/quest_mantis.txt index 5e9249a1c..ab540e005 100644 --- a/npc/pre-re/quests/collection/quest_mantis.txt +++ b/npc/pre-re/quests/collection/quest_mantis.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= iRO Repeatable EXP Quests. //===== By: ================================================== //= Masao //===== Current Version: ===================================== //= 1.0 -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= Custom Version. //= Repeatable EXP Quest : Kill 50 Mantis. @@ -71,7 +69,7 @@ lou_fild01,240,354,4 script Mantis Researcher 878,{ next; switch(select("Sure:Cancel")) { case 1: - if(BaseLevel > 70){ + if (BaseLevel > 70) { mes "[Mantis Researcher]"; mes "Thank you for your great help with the Mantis!"; mes "Currently the Situation is stable and i'm not in need of your help anymore to kill them."; |