summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-17 20:40:39 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-17 20:40:39 +0000
commitad41d79b123ce138ea935e1b251d50b0c6292fcf (patch)
tree0c4769a825b4094f34db078b7bf4637ce89b2448
parent02f2b6d3dd876c2bb6ae4988ff4b48c78b7e49e6 (diff)
downloadhercules-ad41d79b123ce138ea935e1b251d50b0c6292fcf.tar.gz
hercules-ad41d79b123ce138ea935e1b251d50b0c6292fcf.tar.bz2
hercules-ad41d79b123ce138ea935e1b251d50b0c6292fcf.tar.xz
hercules-ad41d79b123ce138ea935e1b251d50b0c6292fcf.zip
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
-rw-r--r--npc/Changelog.txt5
-rw-r--r--npc/cities/prontera.txt5
-rw-r--r--npc/quests/bongun.txt3
3 files changed, 8 insertions, 5 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index c0228ce78..fb46e3649 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -8,8 +8,7 @@ Darkchild
* Sage - Done
* Monk Quest - Botting An Acolyte Atm
Lupus
- * removing a loop from grandpa_pharmacist.txt (similiar to Juice quest) 0%
- * removing Zeny exploits from Milkman, Juice maker, Potion maker 0%
+ * looking for exploits, optimization, bugs hunt
kobra_k88
* Optimize WoE
@@ -35,6 +34,8 @@ Other Ppl
Date Added
======
+11/18
+ * Prontera.txt (Sewers) anti-novice exploit fix. should be added to any quests/banks where u once get free items/zeny [Lupus]
11/17
* Fixed valkyrie.txt (wrong condition check, temp var->perm vars) but it still has no exit for common players [Lupus]
* - Fixed guardians hp not updating when investment in defense is made.
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;
diff --git a/npc/quests/bongun.txt b/npc/quests/bongun.txt
index eea5ba3e7..e8e510e28 100644
--- a/npc/quests/bongun.txt
+++ b/npc/quests/bongun.txt
@@ -53,6 +53,5 @@ mes "Can you please help me?";
ExEnd:
mes "[Sherri]";
mes "*sighs*";
- close;
-close;
+ close;
}