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/events | |
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/events')
-rw-r--r-- | npc/events/halloween_2008.txt | 9 | ||||
-rw-r--r-- | npc/events/idul_fitri.txt | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/npc/events/halloween_2008.txt b/npc/events/halloween_2008.txt index 778cd0d81..33f54b411 100644 --- a/npc/events/halloween_2008.txt +++ b/npc/events/halloween_2008.txt @@ -267,15 +267,6 @@ payon,162,176,4 script Halloween Magician#iRO08 704,{ // --------------- MapFlags --------------- -evt_zombie mapflag nightenabled -evt_zombie mapflag nobranch -evt_zombie mapflag nomemo -evt_zombie mapflag nopenalty -evt_zombie mapflag pvp off -evt_zombie mapflag noreturn -evt_zombie mapflag nosave SavePoint -evt_zombie mapflag noskill -evt_zombie mapflag noteleport evt_zombie,16,142,1 script zombiewarp001 45,2,2,{ OnTouch: diff --git a/npc/events/idul_fitri.txt b/npc/events/idul_fitri.txt index cfc357c22..1ca2bc36e 100644 --- a/npc/events/idul_fitri.txt +++ b/npc/events/idul_fitri.txt @@ -76,4 +76,3 @@ prontera,146,92,3 script Cellerb 58,{ } } -prontera mapflag fireworks |