summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-08-26 10:26:45 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-08-26 10:26:45 +0000
commit9828447cdb1ba910fc48eb58a278e2e816aeed84 (patch)
tree2fd797edce3973546c39d42a27c376e42cf9c6d2 /npc
parentf15ab412ee4c82036070b48ed5ad3ae18e4dfa75 (diff)
downloadhercules-9828447cdb1ba910fc48eb58a278e2e816aeed84.tar.gz
hercules-9828447cdb1ba910fc48eb58a278e2e816aeed84.tar.bz2
hercules-9828447cdb1ba910fc48eb58a278e2e816aeed84.tar.xz
hercules-9828447cdb1ba910fc48eb58a278e2e816aeed84.zip
- Fixed Snake Head Hat (5388) Double Attack bonus. (bugreport:3483)
- Added missing 'break' in some Juperos warps. - Updated SQL item/mob databases to latest. (thanks Peter) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14029 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/quests/quests_juperos.txt4
-rw-r--r--npc/warps/fields/man_fild.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt
index 67deb6fb6..0b5441add 100644
--- a/npc/quests/quests_juperos.txt
+++ b/npc/quests/quests_juperos.txt
@@ -1782,6 +1782,7 @@ OnTouch:
close2;
stopnpctimer;
warp "juperos_02",128,278;
+ break;
case 2:
mes "^777777["+ strcharinfo(0) +"]^000000";
mes "N-No! This is";
@@ -1791,6 +1792,7 @@ OnTouch:
close2;
stopnpctimer;
warp "juperos_01",96,91;
+ break;
}
end;
@@ -5068,6 +5070,7 @@ OnTouch:
close2;
stopnpctimer;
warp "juperos_02",130,142;
+ break;
case 2:
mes "[" + strcharinfo(0) + "]";
mes "Not now!";
@@ -5075,6 +5078,7 @@ OnTouch:
close2;
stopnpctimer;
warp "jupe_gate",50,168;
+ break;
}
end;
diff --git a/npc/warps/fields/man_fild.txt b/npc/warps/fields/man_fild.txt
index 5905addb2..d9f46d646 100644
--- a/npc/warps/fields/man_fild.txt
+++ b/npc/warps/fields/man_fild.txt
@@ -1,4 +1,4 @@
- //===== eAthena Script =======================================
+//===== eAthena Script =======================================
//= Manuk Field Warp Script
//===== By: ==================================================
//= L0ne_W0lf