* Changed attribute_recover to no, being hit by the same element should not recover HP.
* Added monster_noteleport to Okolnir quest maps. Will fix the tarot card issue. - Fixed Brynhild dialog in the Asprika quests. (bugreport:3085) - Removed "Disabled" tag from Volcano base quest. (bugreport:3342) - Attempted to fix the sign quest dancing portion. (bugreport:3382) - Fixed Guardian in schg_cas03 using invalid coords. (bugreport:3462) - Fixed Turbo Track records using wrong variable type. (bugreport:3484) - Fixed the checkweights in the Crow of Fate quest. (bugreport:3500) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14013 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 2.2
|
||||
//= 2.3
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//===== Description: =========================================
|
||||
@@ -28,6 +28,7 @@
|
||||
//= 2.1 Applied updated eco/def systems. [L0ne_W0lf]
|
||||
//= 2.2 Fixed eco/def not actually incrementing. [L0ne_W0lf]
|
||||
//= Can no longer gain eco/def higher than 100.
|
||||
//= 2.3 Fixed invalid corridinates when spawning a guardian. [L0ne_W0lf]
|
||||
//============================================================
|
||||
|
||||
schg_cas03,1,1,0 script Manager#sch03_02 111,{
|
||||
@@ -488,7 +489,7 @@ OnGuardianDied:
|
||||
set .MyMobCount,.MyMobCount-1;
|
||||
if (.MyMobCount < 2) {
|
||||
set .MyMobCount,.MyMobCount+1;
|
||||
guardian "schg_cas03",120,37,"Guardian",1899,"#sch03_gard01::OnGuardianDied"; //10;
|
||||
guardian "schg_cas03",273,309,"Guardian",1899,"#sch03_gard01::OnGuardianDied"; //10;
|
||||
}
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user