summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-17 22:36:02 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-17 22:36:02 +0000
commitdb231e817c5f6d6783b07d91e1d8b0d1243829dd (patch)
tree853852da1f15559d5b43004476241a193c12ae44 /npc
parent472eb3bd0d8598c2230fc1d8959fcc7e0a450cac (diff)
downloadhercules-db231e817c5f6d6783b07d91e1d8b0d1243829dd.tar.gz
hercules-db231e817c5f6d6783b07d91e1d8b0d1243829dd.tar.bz2
hercules-db231e817c5f6d6783b07d91e1d8b0d1243829dd.tar.xz
hercules-db231e817c5f6d6783b07d91e1d8b0d1243829dd.zip
- Updated Eye of Hellion to use the new format of the input command.
- corrected login_fd/char_fd being uninitialized in the char servers. - Changed a bit around how status_base_atk works to avoid overflows. - Added a check to prevent using consume-delay items when you cannot use skills, since that opens an exploit if the item also has non-skill-casting components to its script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12214 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/quests/eye_of_hellion.txt7
2 files changed, 6 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index e199adcc2..723a7548d 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2008/02/17
+ * Updated Eye of Hellion to use the new format of the input command. [Skotlex]
2008/02/13
* Corrected a "donpcevent" missing a ":" in Cooking Quest. (bugreport:962) [Samuray22]
* Corrected a Typo error in quest_prontera.txt. (bugreport:950)
diff --git a/npc/quests/eye_of_hellion.txt b/npc/quests/eye_of_hellion.txt
index 0cf1062ee..a2b3c2a17 100644
--- a/npc/quests/eye_of_hellion.txt
+++ b/npc/quests/eye_of_hellion.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= MasterOfMuppets
//===== Current Version: =====================================
-//= 1.4
+//= 1.5
//===== Compatible With: =====================================
//= eAthena SVN 3422+(Requires jA Script System)
//===== Description: =========================================
@@ -16,6 +16,7 @@
//= 1.2 Fixed experience gains to match upcoming rate adjustments. [SinSloth]
//= 1.3 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
//= 1.4 Moved Enoz from the wizard quest skill to here. [L0ne_W0lf]
+//= 1.5 Updated input calls to allow the high-value code to be entered [Skotlex]
//============================================================
geffen,110,200,3 script Sage Welshyun 754,2,2,{
@@ -897,7 +898,7 @@ s_Insert:
mes "Ah, right, the numbers";
mes "that Veggie Lady gave me!";
next;
- input @temp;
+ input @temp,0,99999999;
if(@temp != 16754213)goto s_FailInp;
s_CorrectInput:
mes "^3151FFThe machine responds to";
@@ -931,7 +932,7 @@ s_Input2:
mes "if I can enter the";
mes "right number this time...";
next;
- input @temp;
+ input @temp,0,99999999;
if(@temp == 16754213)goto s_CorrectInput;
s_FailInp: