summaryrefslogtreecommitdiff
path: root/npc/events/custom
diff options
context:
space:
mode:
Diffstat (limited to 'npc/events/custom')
-rw-r--r--npc/events/custom/2006_dogs_year.txt4
-rw-r--r--npc/events/custom/draculax.txt12
-rw-r--r--npc/events/custom/hallow06.txt2
-rw-r--r--npc/events/custom/hyegun_event.txt10
-rw-r--r--npc/events/custom/kings_items.txt6
-rw-r--r--npc/events/custom/p_track/p_track_core.txt16
-rw-r--r--npc/events/custom/p_track/p_track_warpers.txt14
-rw-r--r--npc/events/custom/uneasy_cemetery.txt30
-rw-r--r--npc/events/custom/valentinesdayexp.txt10
-rw-r--r--npc/events/custom/xmas_rings_event.txt8
10 files changed, 56 insertions, 56 deletions
diff --git a/npc/events/custom/2006_dogs_year.txt b/npc/events/custom/2006_dogs_year.txt
index 303e7ee52..a2de271d9 100644
--- a/npc/events/custom/2006_dogs_year.txt
+++ b/npc/events/custom/2006_dogs_year.txt
@@ -15,7 +15,7 @@
//============================================================
-prontera.gat,149,167,6 script Maria 81,{
+prontera,149,167,6 script Maria 81,{
mes "[Maria]";
//month
if((gettime(6)==1 && (gettime(5)==28 || gettime(5)==29))==0) {
@@ -92,4 +92,4 @@ OnInit:
end;
}
-prontera.gat,0,0,0,0 monster Fire Dog 1987,50,3600000,1800000,0
+prontera,0,0,0,0 monster Fire Dog 1987,50,3600000,1800000,0 \ No newline at end of file
diff --git a/npc/events/custom/draculax.txt b/npc/events/custom/draculax.txt
index e0312c8cc..c4c6a767d 100644
--- a/npc/events/custom/draculax.txt
+++ b/npc/events/custom/draculax.txt
@@ -11,14 +11,14 @@
//============================================================
-mag_dun02.gat,72,182,1 script Dracula's Coffin::Dracula_Init -1,{
+mag_dun02,72,182,1 script Dracula's Coffin::Dracula_Init -1,{
OnInit:
set $dracula_event,0;
end;
OnKilled:
- MapAnnounce "mag_dun02.gat","Dracula's curse has been lifted!",17;
+ MapAnnounce "mag_dun02","Dracula's curse has been lifted!",17;
set $dracula_event,0;
initnpctimer;
end;
@@ -30,13 +30,13 @@ OnTimer7200000:
end;
}
-mag_dun02.gat,72,182,1 script Dracula's Coffin::Dracula_Event 801,{
+mag_dun02,72,182,1 script Dracula's Coffin::Dracula_Event 801,{
if($dracula_event==1)
close;
set $dracula_event,1;
- MapAnnounce "mag_dun02.gat","Count Dracula : Who has awakened me from my slumber?",17;
+ MapAnnounce "mag_dun02","Count Dracula : Who has awakened me from my slumber?",17;
npcskilleffect 21,10,66,175;
initnpctimer;
end;
@@ -123,8 +123,8 @@ OnTimer10500:
OnTimer11000:
npcskilleffect 21,10,72,182;
- monster "mag_dun02.gat",72,182,"Count Dracula",1389,1,"Dracula_Init::OnKilled";
+ monster "mag_dun02",72,182,"Count Dracula",1389,1,"Dracula_Init::OnKilled";
stopnpctimer;
disablenpc "Dracula_Event";
end;
-}
+} \ No newline at end of file
diff --git a/npc/events/custom/hallow06.txt b/npc/events/custom/hallow06.txt
index bbf7ceac5..82c445cc5 100644
--- a/npc/events/custom/hallow06.txt
+++ b/npc/events/custom/hallow06.txt
@@ -14,7 +14,7 @@
//============================================================
-prontera.gat,151,190,5 script Hallows' Eve Event 807,{
+prontera,151,190,5 script Hallows' Eve Event 807,{
mes "[Hallows' Eve Event]";
if(Class == Job_Novice){
mes "I am sorry but you have to got a job to complete the event.";
diff --git a/npc/events/custom/hyegun_event.txt b/npc/events/custom/hyegun_event.txt
index 4f0cfe49b..e08174599 100644
--- a/npc/events/custom/hyegun_event.txt
+++ b/npc/events/custom/hyegun_event.txt
@@ -13,13 +13,13 @@
//============================================================
//HyeGun Mob spawning
-anthell01.gat,0,0,0,0 monster Hyegun 1512,3,180000,30000,0
-mag_dun01.gat,0,0,0,0 monster Hyegun 1512,3,180000,30000,0
-alde_dun01.gat,0,0,0,0 monster Hyegun 1512,3,180000,30000,0
-in_sphinx1.gat,0,0,0,0 monster Hyegun 1512,3,180000,30000,0
+anthell01,0,0,0,0 monster Hyegun 1512,3,180000,30000,0
+mag_dun01,0,0,0,0 monster Hyegun 1512,3,180000,30000,0
+alde_dun01,0,0,0,0 monster Hyegun 1512,3,180000,30000,0
+in_sphinx1,0,0,0,0 monster Hyegun 1512,3,180000,30000,0
//Munak Quest
-pay_dun01.gat,53,269,6 script Munak 1026,{
+pay_dun01,53,269,6 script Munak 1026,{
if(event_hyegun==3) goto Lfinished;
mes "[^FF0000Munak^000000]";
mes "Hello, kinda strange talking to a Munak huh?";
diff --git a/npc/events/custom/kings_items.txt b/npc/events/custom/kings_items.txt
index 6ccc26545..f31f7eca9 100644
--- a/npc/events/custom/kings_items.txt
+++ b/npc/events/custom/kings_items.txt
@@ -12,7 +12,7 @@
//= 2006/09/27: 1.0 Release and fully working. [$ephiroth]
//============================================================
-prt_castle.gat,80,170,4 script King of Prontera 108,{
+prt_castle,80,170,4 script King of Prontera 108,{
set @npcname$,"[King of Prontera]";
mes @npcname$;
@@ -157,7 +157,7 @@ L_Quit:
close;
}
-prt_castle.gat,84,170,4 script King's Daughter 62,{
+prt_castle,84,170,4 script King's Daughter 62,{
set @npcname$,"[King's Daughter]";
mes @npcname$;
@@ -175,4 +175,4 @@ L_Quit:
mes @npcname$;
mes "FINE THEN Hmph!!";
close;
-}
+} \ No newline at end of file
diff --git a/npc/events/custom/p_track/p_track_core.txt b/npc/events/custom/p_track/p_track_core.txt
index 9a7ade1bb..772bc340f 100644
--- a/npc/events/custom/p_track/p_track_core.txt
+++ b/npc/events/custom/p_track/p_track_core.txt
@@ -12,32 +12,32 @@
//===== Additional Comments: =================================
//= 0.0000000000000002 Removed Duplicates [Silent]
//============================================================
-p_track01.gat,41,57,5 script Lady#track1::P_track 845,{
+p_track01,41,57,5 script Lady#track1::P_track 845,{
end;
}
-p_track01.gat,67,34,6 script Erudite::P_Spectator1 107,{
+p_track01,67,34,6 script Erudite::P_Spectator1 107,{
end;
}
-p_track01.gat,44,49,3 script Edward 881,{
+p_track01,44,49,3 script Edward 881,{
end;
}
-p_track01.gat,27,47,3 script Yuri#P_track 853,{
+p_track01,27,47,3 script Yuri#P_track 853,{
end;
}
-p_track02.gat,30,45,3 script Nagya 755,{
+p_track02,30,45,3 script Nagya 755,{
end;
}
-p_track02.gat,42,49,3 script Asgahrd 733,{
+p_track02,42,49,3 script Asgahrd 733,{
end;
}
-p_track02.gat,67,33,1 script Blacksmith#track1 726,{
+p_track02,67,33,1 script Blacksmith#track1 726,{
end;
}
-p_track02.gat,41,57,5 duplicate(P_track) Lady#track2 845 \ No newline at end of file
+p_track02,41,57,5 duplicate(P_track) Lady#track2 845 \ No newline at end of file
diff --git a/npc/events/custom/p_track/p_track_warpers.txt b/npc/events/custom/p_track/p_track_warpers.txt
index a375673ed..cdc9e5b27 100644
--- a/npc/events/custom/p_track/p_track_warpers.txt
+++ b/npc/events/custom/p_track/p_track_warpers.txt
@@ -12,24 +12,24 @@
//= 0.0000000000000002 Removed Duplicates [Silent]
//============================================================
//| Warp-in npcs
-hugel.gat,58,72,5 script Yan#track1 86,{
+hugel,58,72,5 script Yan#track1 86,{
//callfunc "P_TrackEnt",npcname,map name;
-callfunc "P_TrackEnt","[Yan]","p_track01.gat";
+callfunc "P_TrackEnt","[Yan]","p_track01";
end;
}
-hugel.gat,62,68,1 script Yalmire#track1 86,{
+hugel,62,68,1 script Yalmire#track1 86,{
//callfunc "P_TrackEnt",npcname,map name;
-callfunc "P_TrackEnt","[Yalmire]","p_track02.gat";
+callfunc "P_TrackEnt","[Yalmire]","p_track02";
end;
}
//| Warp-out npcs
-p_track01.gat,76,36,2 script Yan#track2 86,{
+p_track01,76,36,2 script Yan#track2 86,{
end;
}
-p_track02.gat,76,36,2 script Yalmire#track2 86,{
+p_track02,76,36,2 script Yalmire#track2 86,{
end;
}
@@ -70,4 +70,4 @@ menu "Information",-,"I want to try it",L_Try,"Not today thanks",L_End;
mes getarg(0);
mes "Ok, see you later!";
close;
-}
+} \ No newline at end of file
diff --git a/npc/events/custom/uneasy_cemetery.txt b/npc/events/custom/uneasy_cemetery.txt
index 484991bea..8cd31480e 100644
--- a/npc/events/custom/uneasy_cemetery.txt
+++ b/npc/events/custom/uneasy_cemetery.txt
@@ -19,7 +19,7 @@
//============================================================
-prontera.gat,3,3,3 script Uneasy_Check -1,{
+prontera,3,3,3 script Uneasy_Check -1,{
end;
OnHour00:
@@ -35,11 +35,11 @@ OnInit:
end;
OnHour06:
- killmonsterall "prontera.gat"; //The Sun kills undead in the morning
+ killmonsterall "prontera"; //The Sun kills undead in the morning
end;
OnHour01:
- if ($@UNEASY_MOB > 0) mapannounce "prontera.gat","[Mother Mathana]: In the name of Odin, please finish these roaming undead leftovers!",0;
+ if ($@UNEASY_MOB > 0) mapannounce "prontera","[Mother Mathana]: In the name of Odin, please finish these roaming undead leftovers!",0;
end;
OnZombieDead:
@@ -47,26 +47,26 @@ OnZombieDead:
if ($@UNEASY_MOB>0) end;
set $UNEASY_DL,0;
set $UNEASY_H$,strcharinfo(0);
- if (Sex==1) mapannounce "prontera.gat","[Mother Mathana]: Brave "+$UNEASY_H$+" has just killed the last undead in Prontera!",0;
- if (Sex==0) mapannounce "prontera.gat","[Mother Mathana]: Lady "+$UNEASY_H$+" has just killed the last undead in Prontera!",0;
+ if (Sex==1) mapannounce "prontera","[Mother Mathana]: Brave "+$UNEASY_H$+" has just killed the last undead in Prontera!",0;
+ if (Sex==0) mapannounce "prontera","[Mother Mathana]: Lady "+$UNEASY_H$+" has just killed the last undead in Prontera!",0;
set JobExp,JobExp+100;
set BaseExp,BaseExp+50;
end;
L_Start_Undead:
- killmonsterall "prontera.gat"; //kills any left monsters
+ killmonsterall "prontera"; //kills any left monsters
enablenpc "Mother Mathana";
//call some monsters in the city
set $@UNEASY_MOB, 65;
- areamonster "prontera.gat",0,0,0,0,"Zombie",1015,30,"Uneasy_Check::OnZombieDead";
+ areamonster "prontera",0,0,0,0,"Zombie",1015,30,"Uneasy_Check::OnZombieDead";
//in the Cemetery
- monster "prontera.gat",268,349,"Zombie",1015,30,"Uneasy_Check::OnZombieDead";
- monster "prontera.gat",269,350,"Ghoul",1036,5,"Uneasy_Check::OnZombieDead";
+ monster "prontera",268,349,"Zombie",1015,30,"Uneasy_Check::OnZombieDead";
+ monster "prontera",269,350,"Ghoul",1036,5,"Uneasy_Check::OnZombieDead";
//announce
- mapannounce "prontera.gat","[Mother Mathana]: The cememtery has become restless! In the name of Odin, hurry to the Sanctuary! Save the city of Prontera!",0;
+ mapannounce "prontera","[Mother Mathana]: The cememtery has become restless! In the name of Odin, hurry to the Sanctuary! Save the city of Prontera!",0;
}
-prontera.gat,257,313,5 script Mother Mathana 79,{
+prontera,257,313,5 script Mother Mathana 79,{
mes "[Mother Mathana]";
if ($UNEASY_DL <= 0) goto L_Undead_Walk;
mes "I'm afraid there's something wrong with our old cemetery...";
@@ -98,15 +98,15 @@ L_Undead_Walk:
mes "[Mother Mathana]";
mes "Upon pouring the cemetery with that water we'll get " + $UNEASY_DL + " safe nights!";
next;
- killmonsterall "prontera.gat"; //kills any left monsters
+ killmonsterall "prontera"; //kills any left monsters
mes "[Mother Mathana]";
mes "See, "+ $UNEASY_H$ +"? They all are gone now!";
next;
mes "[Mother Mathana]";
mes "Our Church is going to thank you personally...";
next;
- if (Sex==1) mapannounce "prontera.gat","[Mother Mathana]: In the name of Odin we declare handsom "+$UNEASY_H$+" as a Prontera savior!",0;
- if (Sex==0) mapannounce "prontera.gat","[Mother Mathana]: In the name of Odin we declare beautiful "+$UNEASY_H$+" as a Prontera savior!",0;
+ if (Sex==1) mapannounce "prontera","[Mother Mathana]: In the name of Odin we declare handsom "+$UNEASY_H$+" as a Prontera savior!",0;
+ if (Sex==0) mapannounce "prontera","[Mother Mathana]: In the name of Odin we declare beautiful "+$UNEASY_H$+" as a Prontera savior!",0;
mes "[Mother Mathana]";
mes "In the name of Odin we bless you and decently present a modest gift just from Mareusis' wine-cellar.";
getitem "Blue_Potion",1;
@@ -130,4 +130,4 @@ M_DONT_HAVE:
mes "The old cemetery is going out of control soon...";
mes "Please, in the name of Odin, help Prontera city.";
close;
-}
+} \ No newline at end of file
diff --git a/npc/events/custom/valentinesdayexp.txt b/npc/events/custom/valentinesdayexp.txt
index c42307c80..964425785 100644
--- a/npc/events/custom/valentinesdayexp.txt
+++ b/npc/events/custom/valentinesdayexp.txt
@@ -17,7 +17,7 @@
//============================================================
// Tine - Valentine Event Chocolate Even Guide ------------------
-prontera.gat,156,172,4 script Tine 58,{
+prontera,156,172,4 script Tine 58,{
// Debug info for item effects and tricky conditions 8)
// mes "@dsv: "+@dsv;
// mes "ispartneron()=="+ispartneron();
@@ -75,7 +75,7 @@ OnInit:
}
// Stephen - Valentine Event Chocolate seller ------------------
-alberta.gat,26,243,4 script Stephen#val1 58,{
+alberta,26,243,4 script Stephen#val1 58,{
mes "[Stephen]";
mes "Guess what I've got?";
mes "A tasty treat not easily found in Rune-Midgard....";
@@ -130,7 +130,7 @@ L_NOTENO:
}
// Jainie -- Gives information about Valentine Event ------------------------
-alberta.gat,29,243,4 script Jainie#val1 53,{
+alberta,29,243,4 script Jainie#val1 53,{
mes "[Jainie]";
mes "You know what? The chocolate that my boyfriend sells are from me!";
mes "I made them by myself. Now I need some Milk for my special White Chocolate.";
@@ -198,7 +198,7 @@ L_NOMILK:
}
// Carl Orleans -- Valentine Event Chocolate maker ------------------
-prt_castle.gat,54,34,4 script Carl Orleans#val1 47,{
+prt_castle,54,34,4 script Carl Orleans#val1 47,{
mes "[Carl Orleans]";
mes "Yes? What can I cook for you?";
next;
@@ -283,4 +283,4 @@ M_END:
mes "[Carl Orleans]";
mes "See You.";
close;
-}
+} \ No newline at end of file
diff --git a/npc/events/custom/xmas_rings_event.txt b/npc/events/custom/xmas_rings_event.txt
index f3970327b..24c3e7dd1 100644
--- a/npc/events/custom/xmas_rings_event.txt
+++ b/npc/events/custom/xmas_rings_event.txt
@@ -14,7 +14,7 @@
//============================================================
-prontera.gat,156,174,4 script Snower 713,{
+prontera,156,174,4 script Snower 713,{
mes "[Snower]";
if(Q_XMSRINGS==2){
mes "Oh.. is it true? You've helped my sis Sneewy? Thank you.";
@@ -99,7 +99,7 @@ OnInit:
end;
}
-louyang.gat,224,249,4 script Sneewy 717,{
+louyang,224,249,4 script Sneewy 717,{
mes "[Sneewy]";
if(Q_XMSRINGS==0){
mes "Hi! I'm waithing for my sister's birdy with mail...";
@@ -142,7 +142,7 @@ M_END:
close;
}
-izlu2dun.gat,133,160,2 script Snoowy 714,{
+izlu2dun,133,160,2 script Snoowy 714,{
mes "[Snoowy]";
if(Q_XMSRINGS==0){
mes "Helloooou! Do you know my bro and sis? How so? My brother Snower's well known in Prontera!! Just ask any child there.";
@@ -190,4 +190,4 @@ M_END:
mes "I'd exchange a GOLD magic ring for 3 gift boxes...";
emotion e_swt;
close;
-}
+} \ No newline at end of file