summaryrefslogtreecommitdiff
path: root/npc/quests/seals
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-17 22:04:23 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-17 22:04:23 +0000
commite909ba974598914ed5ce9cddee6107aadacbadfa (patch)
tree95b69f8164644fd3bba9d29dc07eadbfdf196a7b /npc/quests/seals
parent3dbd88048beb03fef4d35a625d0329d74e71907b (diff)
downloadhercules-e909ba974598914ed5ce9cddee6107aadacbadfa.tar.gz
hercules-e909ba974598914ed5ce9cddee6107aadacbadfa.tar.bz2
hercules-e909ba974598914ed5ce9cddee6107aadacbadfa.tar.xz
hercules-e909ba974598914ed5ce9cddee6107aadacbadfa.zip
* Corrected some issues in the Keil Hyre Quest and Mjolnir Seal quest.
- Corrected Sudri not setting player and NPC hp variables. (bugreport:2355) - Corrected a few minor typos in the Kyle Hyre Quest. (bugreport:2356) - Corrected bad if condition checking in Kyle Hyre Quest. (bugreport:2358) - Corrected Mjolnir seal checking for Oridecon hammer. (bugreport:2363) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13305 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/seals')
-rw-r--r--npc/quests/seals/mjolnir_seal.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/quests/seals/mjolnir_seal.txt b/npc/quests/seals/mjolnir_seal.txt
index 7313551e8..7c8c88467 100644
--- a/npc/quests/seals/mjolnir_seal.txt
+++ b/npc/quests/seals/mjolnir_seal.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= SinSloth
//===== Current Version: =====================================
-//= 1.5
+//= 1.6
//===== Compatible With: =====================================
//= eAthena
//===== Description: =========================================
@@ -16,6 +16,8 @@
//= 1.3 Minor Touchups to quest. [L0ne_W0lf]
//= 1.4 Optimizing refine method and wrong close2. [Zephyrus]
//= 1.5 Fixed Trans classes being assigned random reward. [L0ne_W0lf]
+//= 1.6 Fixed checking for Oridecon Hammer. [L0ne_W0lf]
+//= Corrected Sudi's and player's HP settings.
//============================================================
prontera,124,297,3 script Tialfi 706,{
@@ -1050,6 +1052,8 @@ mjolnir_09,209,341,3 script Dwarf Blacksmith#south 826,{
}
}
else if(god_mjo_2 == 1) {
+ set .@n_vit,200;
+ set .@p_vit,100;
while(1) {
mes "Sudri : " + .@n_vit + " HP";
mes "" + strcharinfo(0) + " : " + .@p_vit + " HP";
@@ -1456,6 +1460,8 @@ mjolnir_09,209,341,3 script Dwarf Blacksmith#south 826,{
mes "[Sudri]";
mes "Cool, let's fight!";
next;
+ set .@n_vit,200;
+ set .@p_vit,100;
while(1) {
mes "Sudri : " + .@n_vit + " HP";
mes "" + strcharinfo(0) + " : " + .@p_vit + " HP";
@@ -2021,7 +2027,7 @@ mjolnir_01,35,136,7 script Dwarf Blacksmith#west 826,{
close;
}
- if (countitem(615) > 0) {
+ if (countitem(984) > 0) {
delitem 984,1; //Oridecon
}
else {