diff options
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/jawaii.txt | 2 | ||||
-rw-r--r-- | npc/cities/lighthalzen.txt | 2 | ||||
-rw-r--r-- | npc/cities/splendide.txt | 2 | ||||
-rw-r--r-- | npc/cities/umbala.txt | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt index b9b92c2af..0c29442c6 100644 --- a/npc/cities/jawaii.txt +++ b/npc/cities/jawaii.txt @@ -692,7 +692,7 @@ OnSolo: end; } -jawaii_in,28,96,0 script jaw_em_order#Jawaii -1,3,3,{ +jawaii_in,28,96,0 script jaw_em_order#Jawaii FAKE_NPC,3,3,{ OnTouch: if (getpartnerid()) { donpcevent "Employee#jaw8::OnWelcome"; diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt index e7dfb8351..f1e8996df 100644 --- a/npc/cities/lighthalzen.txt +++ b/npc/cities/lighthalzen.txt @@ -2998,7 +2998,7 @@ lhz_in01,139,48,7 script Leimi#mimir 1_F_MERCHANT_01,{ close; } -lhz_in01,138,47,0 script #mimir_camera -1,2,2,{ +lhz_in01,138,47,0 script #mimir_camera FAKE_NPC,2,2,{ OnTouch: if (BaseJob == Job_Assassin) { if (Sex) { diff --git a/npc/cities/splendide.txt b/npc/cities/splendide.txt index 5c43f9dc5..cbd45c4c8 100644 --- a/npc/cities/splendide.txt +++ b/npc/cities/splendide.txt @@ -456,7 +456,7 @@ spl_in01,287,306,3 script #spl_prs HIDDEN_NPC,{ } } -spl_in01,265,315,0 script #spl_prs1 -1,5,5,{ +spl_in01,265,315,0 script #spl_prs1 FAKE_NPC,5,5,{ OnTouch: if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { mes "[Voice from another side]"; diff --git a/npc/cities/umbala.txt b/npc/cities/umbala.txt index 8f0c39658..26c91b37e 100644 --- a/npc/cities/umbala.txt +++ b/npc/cities/umbala.txt @@ -1017,7 +1017,7 @@ um_in,158,71,3 script Utan villager#um 4_M_UMKID,{ close; } -umbala,140,197,1 script Bungee Jump -1,0,0,{ +umbala,140,197,1 script Bungee Jump FAKE_NPC,0,0,{ OnTouch: switch(rand(1,3)) { case 1: @@ -1037,7 +1037,7 @@ OnTouch: } } -umbala,136,195,0 script #jump -1,1,1,{ +umbala,136,195,0 script #jump FAKE_NPC,1,1,{ OnTouch: warp "umbala",145,166; end; |