From ad41d79b123ce138ea935e1b251d50b0c6292fcf Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 17 Nov 2004 20:40:39 +0000 Subject: anti-novice exploit fix should be added to any quests where u once get free items git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@234 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/prontera.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/cities/prontera.txt') diff --git a/npc/cities/prontera.txt b/npc/cities/prontera.txt index 9d8ef9394..8dc1227eb 100644 --- a/npc/cities/prontera.txt +++ b/npc/cities/prontera.txt @@ -3,13 +3,14 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= //= //===== Additional Comments: ================================= //= Fully working +//= +AntiNovice exploit fix [Lupus] //============================================================ @@ -153,6 +154,8 @@ prt_in.gat,88,105,2 script Recruiter 105,{ next; mes "[Recruiter]"; mes "We decided to recruit volunteers to deal with the 'issues' that have been plauging our cities' sewers."; + if (Class==Job_Novice) mes "But you're a novice. Go get at least a job..."; + if (Class==Job_Novice) close; next; menu "Volunteer.",L0,"Issues...?",L1,"Quit",LEnd; -- cgit v1.2.3-60-g2f50