From 9e94e8ad83d23ce2082b30217ed2f14f0b38a4bd Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 28 Jun 2010 01:10:58 +0000 Subject: * Follow up to r13895, added a battle.conf setting to control if ranges should be checked with autocasts. 'autospell_check_range', by default is set to no, as this is official behavior. This does not affect autospellwhenhit. * Sonic Blow autocast now stops players attacking when it triggers. It's possible there is more depth to this on official servers, and should 'stop' attacking on regular casts as well. It appears so far that this is the only skill that behaves this way. * Modified the default value for homunculus_auto_vapor in source to 1. * pvp_points are no longer calculated in the gvg_dungeon flagged maps. * Corrected a view ID and an equip location in the item database. (bugreport:4330) * Corrected a typo in the DTS_Warper script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14356 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/kafras/dts_warper.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/kafras/dts_warper.txt') diff --git a/npc/kafras/dts_warper.txt b/npc/kafras/dts_warper.txt index 58aba58bc..ffd28edd4 100644 --- a/npc/kafras/dts_warper.txt +++ b/npc/kafras/dts_warper.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Evera //===== Current Version: ===================================== -//= 2.6 +//= 2.7 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -51,6 +51,7 @@ //= 2.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 2.5 Converted from Aegis file. (11.3) [L0ne_W0lf] //= 2.6 Moved Morroc NPCs to Morroc Ruins. [L0ne_W0lf] +//= 2.7 Fixed a typo, a - to a +. Not sure how that happened. [L0ne_w0lf] //============================================================ einbroch,246,70,0 script Vote Timer#ein -1,{ @@ -287,7 +288,7 @@ OnTimer60000: donpcevent "Vote Timer#ein::OnEnable"; } else { - set $DTS_PeriodCheck,$DTS_PeriodCheck-1; //Global Variable + set $DTS_PeriodCheck,$DTS_PeriodCheck+1; //Global Variable donpcevent "Vote Timer4#ein::OnEnable"; } end; -- cgit v1.2.3-60-g2f50