diff options
Diffstat (limited to 'npc/cities/prontera.txt')
-rw-r--r-- | npc/cities/prontera.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/cities/prontera.txt b/npc/cities/prontera.txt index 5c81cadce..a7d4b4ba7 100644 --- a/npc/cities/prontera.txt +++ b/npc/cities/prontera.txt @@ -1,13 +1,13 @@ //===== Hercules Script ====================================== //= Prontera Town -//===== By: ================================================== +//===== By: ================================================== //= kobra_k88 -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 2.1 -//===== Description: ========================================= -//= [Aegis Conversion] +//===== Description: ========================================= +//= [Official Conversion] //= NPCs in Prontera -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Fully working //= +AntiNovice exploit fix [Lupus] 1.2 added baby novice check //= Spellchecked [massdriller] @@ -234,7 +234,7 @@ prontera,78,150,3 script Dairenne#pront 90,{ // inside Prontera //============================================================ /* -//This NPC has been disabled officiall. +//This NPC has been disabled officially. prt_in,178,92,0 script Curator of Library#pront 57,{ mes "[Curator Guiss]"; mes "Here, in the Western branch of the Prontera Library, "; @@ -473,7 +473,7 @@ prt_in,177,18,2 script Marvin#pront 80,{ mes "Whether it's schmoozing with a member of the opposite sex, or battling monsters, I gotta say, it's all about ^333399skills^000000."; next; mes "[Marvin]"; - if (sex) + if (Sex) mes "I can't help you much when it comes to the subject of talking to attractive women such as myself, but I can tell you a little more about skills that help in battle."; else mes "I don't really have any advice for skills when it comes to talking to a cute guy, but I can let you in on what I know about skills that help in battle."; |