summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-31 17:16:32 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-31 17:16:32 +0000
commit181aa8fe1ab62d5eb89b8c4478a48afa28b6c311 (patch)
tree7c4b91fb5f91455f2760e4ef0ba7838f2cd8b882 /npc/custom
parent8b63621196b61b105009b1ca40d208afb825dd7e (diff)
downloadhercules-181aa8fe1ab62d5eb89b8c4478a48afa28b6c311.tar.gz
hercules-181aa8fe1ab62d5eb89b8c4478a48afa28b6c311.tar.bz2
hercules-181aa8fe1ab62d5eb89b8c4478a48afa28b6c311.tar.xz
hercules-181aa8fe1ab62d5eb89b8c4478a48afa28b6c311.zip
* Added checkquest() == -1 values in Eden lv.56-70 quests, bugreport:6360 (re\quests\eden\56-70.txt)
* Added a note onto custom Disguise Event, to avoid confusion - bugreport:6362 (custom\events\disguise.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16540 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom')
-rw-r--r--npc/custom/events/disguise.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/events/disguise.txt b/npc/custom/events/disguise.txt
index ab2a0fe05..354caffcf 100644
--- a/npc/custom/events/disguise.txt
+++ b/npc/custom/events/disguise.txt
@@ -7,6 +7,7 @@
//===== Compatible With: =====================================
//= rAthena SVN
//===== Additional Comments: =================================
+//= Note: This script requires PCRE to run properly.
//= 5.0 Last update by GmOcean.
//= 5.1 Cleaned and standardized, mostly. [Euphy]
//============================================================
@@ -120,7 +121,6 @@ OnInit:
set $@Wait,0;
set $@Winner,0;
set $@ResetCounter,0;
- set $Points,$Points;
if (!$Rounds) set $Rounds,10;
else set $Rounds,$Rounds;
if (!$Prize) set $Prize,512;