diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-02 01:15:07 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-02 01:15:07 +0000 |
commit | e8c89d85b61e53646b8a243618a27bd4b06cb7f1 (patch) | |
tree | d8f7a41c9fd45c58bf4013566cc3425434abedb6 /npc/guild/gefg/gefg_ev_agit.txt | |
parent | 95667bfa39da665dc6da8fd4fc354c658774824e (diff) | |
download | hercules-e8c89d85b61e53646b8a243618a27bd4b06cb7f1.tar.gz hercules-e8c89d85b61e53646b8a243618a27bd4b06cb7f1.tar.bz2 hercules-e8c89d85b61e53646b8a243618a27bd4b06cb7f1.tar.xz hercules-e8c89d85b61e53646b8a243618a27bd4b06cb7f1.zip |
* Rather large update to the WoE scripts.
- Eliminated unofficial map-broadcasts (opening treasures/guardian death.)
- Fixed several errors in guardian spawning (script-wise.)
- Treasure spawning itself is done weird... What exactly is the last paramater for anyway? Near as I can see it's ALWAYS 1. Why is it used? what does it do? Why is it undocumented? Mysteries and more!
- Updated dialog and restructured several NPCs.
* Created a unique function for novice WoE as the new manager does not support it.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11633 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/gefg/gefg_ev_agit.txt')
-rw-r--r-- | npc/guild/gefg/gefg_ev_agit.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/npc/guild/gefg/gefg_ev_agit.txt b/npc/guild/gefg/gefg_ev_agit.txt index 2a33f298b..abeffa0ae 100644 --- a/npc/guild/gefg/gefg_ev_agit.txt +++ b/npc/guild/gefg/gefg_ev_agit.txt @@ -4,7 +4,7 @@ //= jAthena (1.0) //= 1.1 by Akaru and ho|yAnge| //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena 0.1+; RO Episode 4+ //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= v1.2 Now using functions for OnAgitStart and OnAgitBreak. [kobra_k88] //= 1.3 Added code for abandoning captured castles on /breakguild [Lupus] +//= 1.4 Small updated. Changed "EMPERIUM" to "Emperium". [L0ne_W0lf] //============================================================ @@ -35,7 +36,7 @@ OnGuildBreak: end; OnAgitEliminate: MapRespawnGuildID "gefg_cas01",GetCastleData("gefg_cas01",1),6; - Monster "gefg_cas01",198,182,"EMPERIUM",1288,1,"Agit_G01::OnAgitBreak"; + Monster "gefg_cas01",198,182,"Emperium",1288,1,"Agit_G01::OnAgitBreak"; end; OnAgitEnd: callfunc "F_AgitEnd","gefg_cas01","G01"; @@ -62,7 +63,7 @@ OnGuildBreak: end; OnAgitEliminate: MapRespawnGuildID "gefg_cas02",GetCastleData("gefg_cas02",1),6; - Monster "gefg_cas02",176,178,"EMPERIUM",1288,1,"Agit_G02::OnAgitBreak"; + Monster "gefg_cas02",176,178,"Emperium",1288,1,"Agit_G02::OnAgitBreak"; end; OnAgitEnd: callfunc "F_AgitEnd","gefg_cas02","G02"; @@ -89,7 +90,7 @@ OnGuildBreak: end; OnAgitEliminate: MapRespawnGuildID "gefg_cas03",GetCastleData("gefg_cas03",1),6; - Monster "gefg_cas03",245,167,"EMPERIUM",1288,1,"Agit_G03::OnAgitBreak"; + Monster "gefg_cas03",245,167,"Emperium",1288,1,"Agit_G03::OnAgitBreak"; end; OnAgitEnd: callfunc "F_AgitEnd","gefg_cas03","G03"; @@ -116,7 +117,7 @@ OnGuildBreak: end; OnAgitEliminate: MapRespawnGuildID "gefg_cas04",GetCastleData("gefg_cas04",1),6; - Monster "gefg_cas04",174,178,"EMPERIUM",1288,1,"Agit_G04::OnAgitBreak"; + Monster "gefg_cas04",174,178,"Emperium",1288,1,"Agit_G04::OnAgitBreak"; end; OnAgitEnd: callfunc "F_AgitEnd","gefg_cas04","G04"; @@ -143,7 +144,7 @@ OnGuildBreak: end; OnAgitEliminate: MapRespawnGuildID "gefg_cas05",GetCastleData("gefg_cas05",1),6; - Monster "gefg_cas05",194,184,"EMPERIUM",1288,1,"Agit_G05::OnAgitBreak"; + Monster "gefg_cas05",194,184,"Emperium",1288,1,"Agit_G05::OnAgitBreak"; end; OnAgitEnd: callfunc "F_AgitEnd","gefg_cas05","G05"; |