diff options
Diffstat (limited to 'npc/battleground/kvm')
-rw-r--r-- | npc/battleground/kvm/kvm01.txt | 59 | ||||
-rw-r--r-- | npc/battleground/kvm/kvm02.txt | 62 | ||||
-rw-r--r-- | npc/battleground/kvm/kvm03.txt | 61 | ||||
-rw-r--r-- | npc/battleground/kvm/kvm_enter.txt | 56 | ||||
-rw-r--r-- | npc/battleground/kvm/kvm_item_pay.txt | 50 |
5 files changed, 180 insertions, 108 deletions
diff --git a/npc/battleground/kvm/kvm01.txt b/npc/battleground/kvm/kvm01.txt index 951d9ef2b..08c92d7ba 100644 --- a/npc/battleground/kvm/kvm01.txt +++ b/npc/battleground/kvm/kvm01.txt @@ -1,24 +1,40 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) L0ne_W0lf +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= // BattleGround System - KvM 80-99 -//===== By: ================================================== -//= ???, L0ne_W0lf -//===== Current Version: ===================================== -//= 1.2 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Kreiger Von Midgard Battleground for levels 80 to 99 //= - Winning Team: 5 points //= - Losing Team: 1 point -//===== Additional Comments: ================================= -//= 1.0 First Version. -//= 1.1 Updated using official Aegis files. [L0ne_W0lf] -//= 1.2 Upated some announces and dialogs from iRO. -//= Changed how the scoreboard works slightly. -//= Removed the areapercentheals, and minor things. -//============================================================ - -// Waiting Room NPCs -//============================================================ +//================= Current Version ======================================= +//= 1.2 +//========================================================================= + +//== Waiting Room NPCs ===================================== bat_room,169,226,5 script KVM Waiting Room#a::KvM01R_Guillaume 4_M_KY_KNT,{ end; @@ -47,8 +63,7 @@ OnEnterBG: bat_room,169,211,0 warp #kvm802 2,2,bat_room,154,150 -// Starting Line -//============================================================ +//== Starting Line ========================================= - script KVM01::CellEffect -1,{ end; @@ -119,8 +134,7 @@ OnTouch: end; } -// Battleground Engine -//============================================================ +//== Battleground Engine =================================== - script KvM01_BG -1,{ end; @@ -365,8 +379,7 @@ OnTimer60000: end; } -// Battleground rewards -//============================================================ +//== Battleground rewards ================================== bat_c01,51,130,5 script KVM Officer#KVM01A 4_M_KY_HEAD,{ if( $@KvM01BG_Victory ) { diff --git a/npc/battleground/kvm/kvm02.txt b/npc/battleground/kvm/kvm02.txt index ea2a32bbc..ccca49656 100644 --- a/npc/battleground/kvm/kvm02.txt +++ b/npc/battleground/kvm/kvm02.txt @@ -1,26 +1,41 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Ai4rei +//= Copyright (C) L0ne_W0lf +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= // BattleGround System - KvM 1-59 -//===== By: ================================================== -//= ???, L0ne_W0lf -//===== Current Version: ===================================== -//= 1.3 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Kreiger Von Midgard Battleground for levels 1 to 59 //= - Winning Team: 1 point //= - Losing Team: 0 points -//===== Additional Comments: ================================= -//= 1.0 First Version. -//= 1.1 Updated using official Aegis files. [L0ne_W0lf] -//= 1.2 Upated some announces and dialogs from iRO. -//= Changed how the scoreboard works slightly. -//= Removed the areapercentheals, and minor things. -//= 1.3 Fixed wrong names for disablenpc/enablenpc. [Ai4rei] -//= Fixed points in text and actual points differing. -//============================================================ - -// Waiting Room NPCs -//============================================================ +//================= Current Version ======================================= +//= 1.3 +//========================================================================= + +//== Waiting Room NPCs ===================================== bat_room,197,226,5 script KVM Waiting Room#a2::KvM02R_Guillaume 4_M_KY_KNT,{ end; @@ -49,8 +64,7 @@ OnEnterBG: bat_room,197,211,0 warp #kvm602 2,2,bat_room,154,150 -// Starting Line -//============================================================ +//== Starting Line ========================================= - script KVM02::CellEffect2 -1,{ end; @@ -121,8 +135,7 @@ OnTouch: end; } -// Battleground Engine -//============================================================ +//== Battleground Engine =================================== - script KvM02_BG -1,{ end; @@ -367,8 +380,7 @@ OnTimer60000: end; } -// Battleground rewards -//============================================================ +//== Battleground rewards ================================== bat_c02,51,130,5 script KVM Officer#KVM02A 4_M_KY_HEAD,{ if( $@KvM01BG_Victory ) { diff --git a/npc/battleground/kvm/kvm03.txt b/npc/battleground/kvm/kvm03.txt index 279a0b5fe..efbfb3984 100644 --- a/npc/battleground/kvm/kvm03.txt +++ b/npc/battleground/kvm/kvm03.txt @@ -1,25 +1,41 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Ai4rei +//= Copyright (C) L0ne_W0lf +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= // BattleGround System - KvM 60-80 -//===== By: ================================================== -//= ???, L0ne_W0lf -//===== Current Version: ===================================== -//= 1.3 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Kreiger Von Midgard Battleground for levels 60 to 80 //= - Winning Team: 2 points //= - Losing Team: 1 point -//===== Additional Comments: ================================= -//= 1.0 First Version. -//= 1.1 Updated using official Aegis files. [L0ne_W0lf] -//= 1.2 Upated some announces and dialogs from iRO. -//= Changed how the scoreboard works slightly. -//= Removed the areapercentheals, and minor things. -//= 1.3 Fixed wrong names for disablenpc/enablenpc. [Ai4rei] -//============================================================ - -// Waiting Room NPCs -//============================================================ +//================= Current Version ======================================= +//= 1.3 +//========================================================================= + +//== Waiting Room NPCs ===================================== bat_room,225,226,5 script KVM Waiting Room#a3::KvM03R_Guillaume 4_M_KY_KNT,{ end; @@ -48,8 +64,7 @@ OnEnterBG: bat_room,225,211,0 warp #kvm702 2,2,bat_room,154,150 -// Starting Line -//============================================================ +//== Starting Line ========================================= - script KVM03::CellEffect3 -1,{ end; @@ -120,8 +135,7 @@ OnTouch: end; } -// Battleground Engine -//============================================================ +//== Battleground Engine =================================== - script KvM03_BG -1,{ end; @@ -366,8 +380,7 @@ OnTimer60000: end; } -// Battleground rewards -//============================================================ +//== Battleground rewards ================================== bat_c03,51,130,5 script KVM Officer#KVM03A 4_M_KY_HEAD,{ if( $@KvM01BG_Victory ) { diff --git a/npc/battleground/kvm/kvm_enter.txt b/npc/battleground/kvm/kvm_enter.txt index 5a9537461..c165b8058 100644 --- a/npc/battleground/kvm/kvm_enter.txt +++ b/npc/battleground/kvm/kvm_enter.txt @@ -1,22 +1,39 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) L0ne_W0lf +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= // BattleGround System - KvM Entrance NPCs -//===== By: ================================================== -//= L0ne_W0lf -//===== Current Version: ===================================== -//= 1.1 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Kreiger Von Midgard Battleground Entrance NPCs //= Original NPCs scrapped from bg_common. -//===== Additional Comments: ================================= -//= 1.0 First Version. -//= 1.1 Corrected some typos, and shifted messages around. -//= Corrected iRO style quest log entries, however it's -//= advisable that you not use them, as they conflict. -//============================================================ +//================= Current Version ======================================= +//= 1.1 +//========================================================================= -// KvM Officer - Guillaume -//============================================================ +//== KvM Officer - Guillaume =============================== bat_room,164,178,5 script KVM Mercenary Officer#1 4_M_KY_KNT,{ /* .@kvm = questprogress(6026,PLAYTIME); @@ -55,8 +72,7 @@ bat_room,164,178,5 script KVM Mercenary Officer#1 4_M_KY_KNT,{ } } -// Guillaume Knight - KvM -//============================================================ +//== Guillaume Knight - KvM ================================ bat_room,167,178,5 script Guillaume Knight#kvm 4_M_KY_SOLD,{ mes "[Guillaume Knight]"; mes "Hello."; @@ -115,8 +131,7 @@ bat_room,167,178,5 script Guillaume Knight#kvm 4_M_KY_SOLD,{ } } -// KvM Officer - Croix -//============================================================ +//== KvM Officer - Croix =================================== bat_room,164,121,1 script KVM Mercenary Officer#2 4_M_CRU_KNT,{ /* .@kvm = questprogress(6025,PLAYTIME); @@ -155,8 +170,7 @@ bat_room,164,121,1 script KVM Mercenary Officer#2 4_M_CRU_KNT,{ } } -// Croix Knight - KvM -//============================================================ +//== Croix Knight - KvM ==================================== bat_room,167,121,1 script Croix Knight#kvm 4_M_CRU_SOLD,{ mes "[Croix Knight]"; mes "Hello."; diff --git a/npc/battleground/kvm/kvm_item_pay.txt b/npc/battleground/kvm/kvm_item_pay.txt index ed6190690..aa3ade66b 100644 --- a/npc/battleground/kvm/kvm_item_pay.txt +++ b/npc/battleground/kvm/kvm_item_pay.txt @@ -1,20 +1,40 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) L0ne_W0lf +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= // BattleGround System - KvM Item Dealer -//===== By: ================================================== -//= L0ne_W0lf -//===== Current Version: ===================================== -//= 1.0 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Kreiger Von Midgard Battleground Point redemption NPC -//= * NOTE * -//= KvM Does NOT use items, but a character variable to -//= keep track of points. This NPC when talked to will -//= convert already-given tokens and convert them to points. -//= under the player variable kvm_point. -//===== Additional Comments: ================================= -//= 1.0 First Version. -//============================================================ +//================= Current Version ======================================= +//= 1.0 +//================= Additional Comments =================================== +//= KvM Does NOT use items, but a character variable to keep track of +//= points. This NPC when talked to will convert already-given tokens and +//= convert them to points under the player variable kvm_point. +//========================================================================= bat_room,151,144,3 script KVM Logistic Officer#a 4_M_JOB_KNIGHT2,{ if (countitem(7773)) { |