diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-14 16:06:23 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-14 16:06:23 +0000 |
commit | d2b18c292a3a59f785a1eb27208f7379065f6317 (patch) | |
tree | f2f09bc53aac7f4208b4c6aaa94e29df5c354a4b /npc/battleground/tierra/tierra01.txt | |
parent | b1ca3ed2ab319fa5a81e24cad92fa2c9801e8806 (diff) | |
download | hercules-d2b18c292a3a59f785a1eb27208f7379065f6317.tar.gz hercules-d2b18c292a3a59f785a1eb27208f7379065f6317.tar.bz2 hercules-d2b18c292a3a59f785a1eb27208f7379065f6317.tar.xz hercules-d2b18c292a3a59f785a1eb27208f7379065f6317.zip |
* Quest log kill count now updated properly. (Added from topic 253813)
* More battleground editing, and some bug fixes.
- * ALL BATTLEGROUNDS ARE NOW ACTIVE BY DEFAULT. PLEASE CONTINUE TESTING *
- Rewrote the Badge Exchange NPC in bg_common.txt, is official now.
- Other changes to the bg_common folder, including disabled GM NPC.
- Completely rewrote Flavius for the most part, from ground up.
- Moved old Flavius battlegrounds to /custom/battleground folder.
- Restored original bg_common, and KVM to /custom/battleground
- Fixed wall bugs in Tierra Gorge, and added an oninit to the timers.
- Other minor tweaks to both Tierra Gorge and KVM scripts.
- Fixed the pseudo-cooldown on KVM not working properly, I hope.
- Added global time2str function which will be used later in Endless tower.
* Applied Epoque's mapflag clean up, which removes flags from scripts.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14374 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/battleground/tierra/tierra01.txt')
-rw-r--r-- | npc/battleground/tierra/tierra01.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/battleground/tierra/tierra01.txt b/npc/battleground/tierra/tierra01.txt index bdd089d25..6795a2300 100644 --- a/npc/battleground/tierra/tierra01.txt +++ b/npc/battleground/tierra/tierra01.txt @@ -44,6 +44,7 @@ OnEnterBG: bat_room,1,151,3 script #bat_a01_timer 844,{ end; +onInit: OnEnable: initnpctimer; end; @@ -129,7 +130,7 @@ OnReadyCheck: donpcevent "#bat_a01_timer::OnStop"; end; } - if( .@Guillaume < 10 || .@Croix < 10 ) + else if( .@Guillaume < 10 || .@Croix < 10 ) end; set $@TierraBG1,1; donpcevent "Lieutenant Kalos::OnEnterBG"; @@ -196,7 +197,7 @@ bat_a01,15,18,3 script barricade#bat_a01_a 844,{ OnEnable: for( set .@i,185; .@i < 202; set .@i,.@i+1 ) bg_monster $@TierraBG1_id1,"bat_a01",.@i,266,"Barricade",1906,"barricade#bat_a01_a::OnMyMobDead"; - setwall "bat_a01",185,266,16,6,1,"bat_a01_c1"; + setwall "bat_a01",185,265,16,6,1,"bat_a01_c1"; end; Onkill: @@ -218,7 +219,7 @@ bat_a01,15,19,3 script barricade#bat_a01_b 844,{ OnEnable: for( set .@i,169; .@i < 186; set .@i,.@i+1 ) bg_monster $@TierraBG1_id2,"bat_a01",.@i,129,"Barricade",1906,"barricade#bat_a01_b::OnMyMobDead"; - setwall "bat_a01",169,129,16,6,1,"bat_a01_g1"; + setwall "bat_a01",169,130,16,6,1,"bat_a01_g1"; end; Onkill: |