From 788a65d41bce37aad857e5b5202d0293e84963a2 Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 15 Mar 2007 20:32:55 +0000 Subject: removed all .GAT from all the scripts and tested git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2/crusader.txt | 222 +++++++++++++++++++++++----------------------- 1 file changed, 111 insertions(+), 111 deletions(-) (limited to 'npc/jobs/2-2/crusader.txt') diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index eb83ecd56..c761424d8 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -32,7 +32,7 @@ //============================================================ -prt_castle.gat,45,169,4 script Senior Crusader 752,{ +prt_castle,45,169,4 script Senior Crusader 752,{ callfunc "F_BlockHigh",Job_Swordman_High,"Swordman High",Job_Paladin,"Paladin","^000080Michael Halig^000000"; mes "[^000080Michael Halig^000000]"; @@ -361,7 +361,7 @@ NEXT19: // By Black Dragon based on the information at RagnaInfo // //----------------------------------------------------------------------------------------------------------------------------------------------------- -prt_castle.gat,164,32,0 script Man in Anguish 733,{ +prt_castle,164,32,0 script Man in Anguish 733,{ if (CRUS_Q == 7) goto CONT; if (CRUS_Q > 7) goto CONT0; mes "[^000080Murnak Mijoul^000000]"; @@ -396,10 +396,10 @@ prt_castle.gat,164,32,0 script Man in Anguish 733,{ mes "All right then... I'll tell you where to go."; GO: next; - savepoint "prt_castle.gat",162,27; - if (getmapusers("job_cru.gat") > 0) goto EXIT0; + savepoint "prt_castle",162,27; + if (getmapusers("job_cru") > 0) goto EXIT0; set CRUS_Q,6; - warp "job_cru.gat",23,42; + warp "job_cru",23,42; EXIT0: mes "[^000080Murnak Mijoul^000000]"; mes "I'm sorry, there's already another person there right now."; @@ -437,7 +437,7 @@ prt_castle.gat,164,32,0 script Man in Anguish 733,{ // By Black Dragon based on the information at RagnaInfo // //----------------------------------------------------------------------------------------------------------------------------------------------------- -prt_church.gat,94,116,0 script Gabriel Valentine 745,{ +prt_church,94,116,0 script Gabriel Valentine 745,{ mes "[^000080Gabriel Valentine^000000]"; if (BaseJob == Job_Novice){ mes "Hello young traveler."; @@ -839,7 +839,7 @@ NEXT19: // By Black Dragon based on the information at RagnaInfo // //----------------------------------------------------------------------------------------------------------------------------------------------------- -prt_in.gat,83,97,0 script Patron Knight 734,{ +prt_in,83,97,0 script Patron Knight 734,{ mes "[^000080Bliant Piyord^000000]"; if (BaseJob == Job_Novice){ mes "Hello, young traveler."; @@ -877,9 +877,9 @@ prt_in.gat,83,97,0 script Patron Knight 734,{ mes "[^000080Bliant Piyord^000000]"; mes "Let me make sure it's empty first."; next; - if( getmapusers("job_cru.gat")>0 ) goto EXIT1; - killmonster "job_cru.gat","CR_KILL::OnStart"; - savepoint "prt_in.gat",81,100; + if( getmapusers("job_cru")>0 ) goto EXIT1; + killmonster "job_cru","CR_KILL::OnStart"; + savepoint "prt_in",81,100; set CRUS_Q, 12; warp "job_cru",167,175; EXIT1: @@ -1003,13 +1003,13 @@ NEXT19: // //----------------------------------------------------------------------------------------------------------------------------------------------------- -job_cru.gat,23,42,0 script CR_DEAD -1,{ +job_cru,23,42,0 script CR_DEAD -1,{ OnStart: - killmonster "job_cru.gat","CR_DEAD::OnStart"; + killmonster "job_cru","CR_DEAD::OnStart"; set @CRU1,0; enablenpc "CR_TST_2"; - warp "prt_castle.gat",162,27; + warp "prt_castle",162,27; } @@ -1019,54 +1019,54 @@ OnStart: // By Black Dragon based on the information at RagnaInfo // //----------------------------------------------------------------------------------------------------------------------------------------------------- -job_cru.gat,23,42,0 script CR_TST_2 139,8,8,{ +job_cru,23,42,0 script CR_TST_2 139,8,8,{ if (CRUS_Q != 6) goto EXIT; set @CRU1,1; - mapannounce "job_cru.gat","Please endure here and go to the exit.",8; + mapannounce "job_cru","Please endure here and go to the exit.",8; - monster "job_cru.gat",10,43,"Ghoul",1910,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",14,47,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",26,46,"Injustice",1912,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",31,46,"Requium",1913,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",16,52,"Raydric Archer",1914,0,"CR_DEAD::OnStart"; - monster "job_cru.gat",22,53,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",28,49,"Injustice",1912,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",12,54,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",17,55,"Ghoul",1910,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",21,57,"Injustice",1912,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",30,58,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",11,64,"Raydric Archer",1914,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",19,67,"Injustice",1912,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",24,62,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",13,70,"Ghoul",1910,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",18,69,"Injustice",1912,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",29,67,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",32,68,"Requium",1913,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",16,75,"Raydric Archer",1914,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",21,74,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",27,76,"Injustice",1912,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",14,78,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",19,76,"Ghoul",1910,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",24,79,"Requium",1913,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",14,83,"Raydric Archer",1914,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",18,85,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",22,84,"Injustice",1912,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",33,86,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",13,89,"Ghoul",1910,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",17,92,"Injustice",1912,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",23,90,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",26,88,"Ghoul",1910,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",17,97,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",23,100,"Injustice",1912,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",31,101,"Ghoul",1910,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",13,103,"Raydric Archer",1914,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",22,105,"Injustice",1912,1,"CR_DEAD::OnStart"; - monster "job_cru.gat",30,107,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",10,43,"Ghoul",1910,1,"CR_DEAD::OnStart"; + monster "job_cru",14,47,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",26,46,"Injustice",1912,1,"CR_DEAD::OnStart"; + monster "job_cru",31,46,"Requium",1913,1,"CR_DEAD::OnStart"; + monster "job_cru",16,52,"Raydric Archer",1914,0,"CR_DEAD::OnStart"; + monster "job_cru",22,53,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",28,49,"Injustice",1912,1,"CR_DEAD::OnStart"; + monster "job_cru",12,54,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",17,55,"Ghoul",1910,1,"CR_DEAD::OnStart"; + monster "job_cru",21,57,"Injustice",1912,1,"CR_DEAD::OnStart"; + monster "job_cru",30,58,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",11,64,"Raydric Archer",1914,1,"CR_DEAD::OnStart"; + monster "job_cru",19,67,"Injustice",1912,1,"CR_DEAD::OnStart"; + monster "job_cru",24,62,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",13,70,"Ghoul",1910,1,"CR_DEAD::OnStart"; + monster "job_cru",18,69,"Injustice",1912,1,"CR_DEAD::OnStart"; + monster "job_cru",29,67,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",32,68,"Requium",1913,1,"CR_DEAD::OnStart"; + monster "job_cru",16,75,"Raydric Archer",1914,1,"CR_DEAD::OnStart"; + monster "job_cru",21,74,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",27,76,"Injustice",1912,1,"CR_DEAD::OnStart"; + monster "job_cru",14,78,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",19,76,"Ghoul",1910,1,"CR_DEAD::OnStart"; + monster "job_cru",24,79,"Requium",1913,1,"CR_DEAD::OnStart"; + monster "job_cru",14,83,"Raydric Archer",1914,1,"CR_DEAD::OnStart"; + monster "job_cru",18,85,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",22,84,"Injustice",1912,1,"CR_DEAD::OnStart"; + monster "job_cru",33,86,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",13,89,"Ghoul",1910,1,"CR_DEAD::OnStart"; + monster "job_cru",17,92,"Injustice",1912,1,"CR_DEAD::OnStart"; + monster "job_cru",23,90,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",26,88,"Ghoul",1910,1,"CR_DEAD::OnStart"; + monster "job_cru",17,97,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; + monster "job_cru",23,100,"Injustice",1912,1,"CR_DEAD::OnStart"; + monster "job_cru",31,101,"Ghoul",1910,1,"CR_DEAD::OnStart"; + monster "job_cru",13,103,"Raydric Archer",1914,1,"CR_DEAD::OnStart"; + monster "job_cru",22,105,"Injustice",1912,1,"CR_DEAD::OnStart"; + monster "job_cru",30,107,"Khalitzburg",1911,1,"CR_DEAD::OnStart"; disablenpc "CR_TST_2"; end; EXIT: - warp "prt_castle.gat",162,27; + warp "prt_castle",162,27; } //----------------------------------------------------------------------------------------------------------------------------------------------------- @@ -1075,14 +1075,14 @@ job_cru.gat,23,42,0 script CR_TST_2 139,8,8,{ // By Black Dragon based on the information at RagnaInfo // //----------------------------------------------------------------------------------------------------------------------------------------------------- -job_cru.gat,23,109,0 script CR_EXT_1 139,1,1,{ +job_cru,23,109,0 script CR_EXT_1 139,1,1,{ if (@CRU1 == 0) goto JUMP; set CRUS_Q,7; - killmonster "job_cru.gat","CR_DEAD::OnStart"; + killmonster "job_cru","CR_DEAD::OnStart"; enablenpc "CR_TST_2"; JUMP: - warp "prt_castle.gat",162,28; + warp "prt_castle",162,28; } @@ -1094,7 +1094,7 @@ JUMP: // //----------------------------------------------------------------------------------------------------------------------------------------------------- -job_cru.gat,167,175,0 script CR_KILL -1,{ +job_cru,167,175,0 script CR_KILL -1,{ OnStart: if (@CRU2 == 43) goto good; @@ -1108,54 +1108,54 @@ OnStart: end; } -job_cru.gat,167,175,0 script CR_TST_4 139,1,1,{ +job_cru,167,175,0 script CR_TST_4 139,1,1,{ if(CRUS_Q != 12) goto EXIT; set @CRU2,1; announce "Defeat all the enemies.",3; - monster "job_cru.gat",163,42,"Bongun",1188,1,"CR_KILL::OnStart"; - monster "job_cru.gat",171,66,"Bongun",1188,1,"CR_KILL::OnStart"; - monster "job_cru.gat",163,89,"Bongun",1188,1,"CR_KILL::OnStart"; - monster "job_cru.gat",171,115,"Bongun",1188,1,"CR_KILL::OnStart"; - monster "job_cru.gat",166,141,"Bongun",1188,1,"CR_KILL::OnStart"; - monster "job_cru.gat",168,166,"Bongun",1188,1,"CR_KILL::OnStart"; - monster "job_cru.gat",164,170,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",173,153,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",164,138,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",166,128,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",171,117,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",163,102,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",172,84,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",162,76,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",167,65,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",171,58,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",162,48,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",170,33,"Munak",1026,1,"CR_KILL::OnStart"; - monster "job_cru.gat",170,26,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",166,37,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",171,47,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",165,61,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",172,65,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",163,77,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",164,86,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",165,98,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",170,101,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",163,110,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",164,117,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",166,129,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",165,139,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",166,151,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",168,160,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",162,169,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",171,171,"Skeleton",1076,1,"CR_KILL::OnStart"; - monster "job_cru.gat",162,32,"Zombie",1015,1,"CR_KILL::OnStart"; - monster "job_cru.gat",165,51,"Zombie",1015,1,"CR_KILL::OnStart"; - monster "job_cru.gat",172,73,"Zombie",1015,1,"CR_KILL::OnStart"; - monster "job_cru.gat",170,92,"Zombie",1015,1,"CR_KILL::OnStart"; - monster "job_cru.gat",173,111,"Zombie",1015,1,"CR_KILL::OnStart"; - monster "job_cru.gat",170,124,"Zombie",1015,1,"CR_KILL::OnStart"; - monster "job_cru.gat",171,147,"Zombie",1015,1,"CR_KILL::OnStart"; - monster "job_cru.gat",163,162,"Zombie",1015,1,"CR_KILL::OnStart"; + monster "job_cru",163,42,"Bongun",1188,1,"CR_KILL::OnStart"; + monster "job_cru",171,66,"Bongun",1188,1,"CR_KILL::OnStart"; + monster "job_cru",163,89,"Bongun",1188,1,"CR_KILL::OnStart"; + monster "job_cru",171,115,"Bongun",1188,1,"CR_KILL::OnStart"; + monster "job_cru",166,141,"Bongun",1188,1,"CR_KILL::OnStart"; + monster "job_cru",168,166,"Bongun",1188,1,"CR_KILL::OnStart"; + monster "job_cru",164,170,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",173,153,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",164,138,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",166,128,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",171,117,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",163,102,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",172,84,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",162,76,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",167,65,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",171,58,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",162,48,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",170,33,"Munak",1026,1,"CR_KILL::OnStart"; + monster "job_cru",170,26,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",166,37,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",171,47,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",165,61,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",172,65,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",163,77,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",164,86,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",165,98,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",170,101,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",163,110,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",164,117,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",166,129,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",165,139,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",166,151,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",168,160,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",162,169,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",171,171,"Skeleton",1076,1,"CR_KILL::OnStart"; + monster "job_cru",162,32,"Zombie",1015,1,"CR_KILL::OnStart"; + monster "job_cru",165,51,"Zombie",1015,1,"CR_KILL::OnStart"; + monster "job_cru",172,73,"Zombie",1015,1,"CR_KILL::OnStart"; + monster "job_cru",170,92,"Zombie",1015,1,"CR_KILL::OnStart"; + monster "job_cru",173,111,"Zombie",1015,1,"CR_KILL::OnStart"; + monster "job_cru",170,124,"Zombie",1015,1,"CR_KILL::OnStart"; + monster "job_cru",171,147,"Zombie",1015,1,"CR_KILL::OnStart"; + monster "job_cru",163,162,"Zombie",1015,1,"CR_KILL::OnStart"; disablenpc "CR_TST_4"; EXIT: end; @@ -1168,18 +1168,18 @@ job_cru.gat,167,175,0 script CR_TST_4 139,1,1,{ // By Black Dragon based on the information at RagnaInfo // //----------------------------------------------------------------------------------------------------------------------------------------------------- -job_cru.gat,167,17,0 script CR_EXT_4 139,2,2,{ +job_cru,167,17,0 script CR_EXT_4 139,2,2,{ enablenpc "CR_TST_4"; - warp "prt_in.gat",81,100; + warp "prt_in",81,100; } //============================================================================== // mapflag //============================================================================== -job_cru.gat mapflag nomemo -job_cru.gat mapflag noteleport -job_cru.gat mapflag nosave SavePoint -job_cru.gat mapflag nopenalty -job_cru.gat mapflag nobranch -job_cru.gat mapflag noexp -job_cru.gat mapflag noloot +job_cru mapflag nomemo +job_cru mapflag noteleport +job_cru mapflag nosave SavePoint +job_cru mapflag nopenalty +job_cru mapflag nobranch +job_cru mapflag noexp +job_cru mapflag noloot -- cgit v1.2.3-70-g09d2