diff options
Diffstat (limited to 'npc/custom/battleground/bg_kvm03.txt')
-rw-r--r-- | npc/custom/battleground/bg_kvm03.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/custom/battleground/bg_kvm03.txt b/npc/custom/battleground/bg_kvm03.txt index 6efa99e4c..b13624067 100644 --- a/npc/custom/battleground/bg_kvm03.txt +++ b/npc/custom/battleground/bg_kvm03.txt @@ -5,7 +5,7 @@ // Registration NPC's // ********************************************************************* -bat_room,197,227,4 script Registration::KvM03R_Guillaume 418,{ // KvM Guillaume +bat_room,197,227,4 script Registration::KvM03R_Guillaume 4_M_KY_KNT,{ // KvM Guillaume end; OnInit: @@ -17,7 +17,7 @@ OnEnterBG: end; } -bat_room,197,204,0 script Registration::KvM03R_Croix 414,{ // KvM Croix +bat_room,197,204,0 script Registration::KvM03R_Croix 4_M_CRU_KNT,{ // KvM Croix end; OnInit: @@ -32,7 +32,7 @@ OnEnterBG: // Light Effects // ********************************************************************* -bat_c03,54,123,0 script #bat_c03a 111,{ +bat_c03,54,123,0 script #bat_c03a HIDDEN_NPC,{ end; OnKvM03LightA: misceffect 54; end; @@ -40,11 +40,11 @@ OnKvM03LightB: misceffect 55; end; OnKvM03LightC: misceffect 56; end; } -bat_c03,56,125,0 duplicate(#bat_c03a) #bat_c03b 111 -bat_c03,58,127,0 duplicate(#bat_c03a) #bat_c03c 111 -bat_c03,141,56,0 duplicate(#bat_c03a) #bat_c03d 111 -bat_c03,143,58,0 duplicate(#bat_c03a) #bat_c03e 111 -bat_c03,145,60,0 duplicate(#bat_c03a) #bat_c03f 111 +bat_c03,56,125,0 duplicate(#bat_c03a) #bat_c03b HIDDEN_NPC +bat_c03,58,127,0 duplicate(#bat_c03a) #bat_c03c HIDDEN_NPC +bat_c03,141,56,0 duplicate(#bat_c03a) #bat_c03d HIDDEN_NPC +bat_c03,143,58,0 duplicate(#bat_c03a) #bat_c03e HIDDEN_NPC +bat_c03,145,60,0 duplicate(#bat_c03a) #bat_c03f HIDDEN_NPC // Battleground Engine // ********************************************************************* @@ -282,7 +282,7 @@ OnTimer60000: // Battleground Therapist // ********************************************************************* -bat_c03,51,130,5 script Therapist in battle::TherapistKvM03a 95,{ +bat_c03,51,130,5 script Therapist in battle::TherapistKvM03a 4_F_SISTER,{ mes "[Therapist in battle]"; mes "Just close your eyes, and take a deep breathe."; mes "You can be free from pain."; @@ -290,7 +290,7 @@ bat_c03,51,130,5 script Therapist in battle::TherapistKvM03a 95,{ close; } -bat_c03,148,53,1 script Therapist in battle::TherapistKvM03b 95,{ +bat_c03,148,53,1 script Therapist in battle::TherapistKvM03b 4_F_SISTER,{ mes "[Therapist in battle]"; mes "Just close your eyes, and take a deep breathe."; mes "You can be free from pain."; @@ -301,7 +301,7 @@ bat_c03,148,53,1 script Therapist in battle::TherapistKvM03b 95,{ // Battleground rewards // ********************************************************************* -bat_c03,51,130,5 script Guillaume Vintenar::VintenarKvM03a 419,{ +bat_c03,51,130,5 script Guillaume Vintenar::VintenarKvM03a 4_M_KY_HEAD,{ if( $@KvM03BG_Victory ) { if( $@KvM03BG_Victory == 3 ) @@ -339,7 +339,7 @@ bat_c03,51,130,5 script Guillaume Vintenar::VintenarKvM03a 419,{ end; } -bat_c03,148,53,1 script Croix Vintenar::VintenarKvM03b 415,{ +bat_c03,148,53,1 script Croix Vintenar::VintenarKvM03b 4_M_CRU_HEAD,{ if( $@KvM03BG_Victory ) { if( $@KvM03BG_Victory == 3 ) |