summaryrefslogtreecommitdiff
path: root/npc/other/marriage.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-25 15:22:54 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-25 15:22:54 +0000
commitca8acfddf85f6a4826f72eb279328c96490d32f5 (patch)
treee6b7f0031e145af18cf86ad947a6a8e2ca16808c /npc/other/marriage.txt
parent4d2d99c0ac7d70d3d19284c499cd74066ebec197 (diff)
downloadhercules-ca8acfddf85f6a4826f72eb279328c96490d32f5.tar.gz
hercules-ca8acfddf85f6a4826f72eb279328c96490d32f5.tar.bz2
hercules-ca8acfddf85f6a4826f72eb279328c96490d32f5.tar.xz
hercules-ca8acfddf85f6a4826f72eb279328c96490d32f5.zip
* Corrected Luna Bow Bonuses. (bugreport:1919)
* Swapped dis/enable for hideon/off in wedding script. * Corrected Slotting NPCs triggering on touch. (bugreport:1916) * Added a missing close in juperos quest. (bugreport:1918) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12993 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/marriage.txt')
-rw-r--r--npc/other/marriage.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/other/marriage.txt b/npc/other/marriage.txt
index d5fa4890f..a5c5b9d6e 100644
--- a/npc/other/marriage.txt
+++ b/npc/other/marriage.txt
@@ -451,11 +451,11 @@ prt_church,97,102,0 script Single Army#Prontera 105,{
close;
OnInit:
- disablenpc "Single Army#Prontera";
+ hideonnpc "Single Army#Prontera";
end;
OnEnable:
- enablenpc "Single Army#Prontera";
+ hideoffnpc "Single Army#Prontera";
Emotion e_go;
end;
@@ -473,11 +473,11 @@ prt_church,98,102,0 script Single Army#Geffen 705,{
close;
OnInit:
- disablenpc "Single Army#Geffen";
+ hideonnpc "Single Army#Geffen";
end;
OnEnable:
- enablenpc "Single Army#Geffen";
+ hideoffnpc "Single Army#Geffen";
Emotion e_go;
end;
@@ -495,11 +495,11 @@ prt_church,99,102,0 script Single Army#Morocc 707,{
close;
OnInit:
- disablenpc "Single Army#Morocc";
+ hideonnpc "Single Army#Morocc";
end;
OnEnable:
- enablenpc "Single Army#Morocc";
+ hideoffnpc "Single Army#Morocc";
Emotion e_go;
end;
@@ -517,11 +517,11 @@ prt_church,100,102,0 script Single Army#Payon 708,{
close;
OnInit:
- disablenpc "Single Army#Payon";
+ hideonnpc "Single Army#Payon";
end;
OnEnable:
- enablenpc "Single Army#Payon";
+ hideoffnpc "Single Army#Payon";
Emotion e_go;
end;
@@ -538,11 +538,11 @@ prt_church,101,102,0 script Single Army#Amatsu 767,{
close;
OnInit:
- disablenpc "Single Army#Amatsu";
+ hideonnpc "Single Army#Amatsu";
end;
OnEnable:
- enablenpc "Single Army#Amatsu";
+ hideoffnpc "Single Army#Amatsu";
Emotion e_go;
end;
@@ -558,11 +558,11 @@ prt_church,102,102,0 script Single Army#Gonryun 780,{
close;
OnInit:
- disablenpc "Single Army#Gonryun";
+ hideonnpc "Single Army#Gonryun";
end;
OnEnable:
- enablenpc "Single Army#Gonryun";
+ hideoffnpc "Single Army#Gonryun";
Emotion e_go;
end;