From ede9e3b6b7726130717b22fb0f3c3eb552fe65cb Mon Sep 17 00:00:00 2001 From: Playtester Date: Wed, 12 Apr 2006 14:38:52 +0000 Subject: Fixed a typo in quests/juperos.txt and in skill_cast_db.txt and sorted the skill_cast_db.txt by skill id. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6012 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/skill_cast_db.txt | 54 +++++++++++++++++++++++--------------------------- npc/Changelog.txt | 1 + npc/quests/juperos.txt | 2 +- 4 files changed, 28 insertions(+), 30 deletions(-) diff --git a/db/Changelog.txt b/db/Changelog.txt index 41b19bd22..0eab96af7 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -28,6 +28,7 @@ ========================= 04/12 * Fixed Violy's Violin[4] drop rate. It is 2%. [Playtester] + * Fixed a typo and sorted skill_cast_db by skill id. [Playtester] 04/11 * Corrected some items bonus, weight. Thanks 2 Haplo [Lupus] * Modified Mastela Fruit price to 8500, according to RockmanEXE. [erKURITA] diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index aa783c399..e51da3bf5 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -376,7 +376,7 @@ 256,3000,0,0,180000,0 //-- CR_DEFENDER 257,0,800,0,180000,0 -//-- CR_SPAERQUICKEN +//-- CR_SPEARQUICKEN 258,0,0,0,30000:60000:90000:120000:150000:180000:210000:240000:270000:300000,0 //========================================== @@ -674,6 +674,30 @@ 426,5000:4000:3000:2000:1000,0,0,0,0 //========================================== +//===== Star Gladiator ===================== +//-- SG_FEEL +427,1000,0,0,0,0 +//SG_SUN_WARM +428,0,1000,0,10000:20000:60000,0 +//SG_MOON_WARM +429,0,1000,0,10000:20000:60000,0 +//SG_STAR_WARM +430,0,1000,0,10000:20000:60000,0 +//SG_SUN_COMFORT +431,0,1000,0,80000:160000:240000:320000,0 +//SG_MOON_COMFORT +432,0,1000,0,80000:160000:240000:320000,0 +//SG_STAR_COMFORT +433,0,1000,0,80000:160000:240000:320000,0 +//-- SG_HATE +434,1000,0,0,0,0 +//SG_FRIEND +442,0,0,0,10000,0 +//SG_KNOWLEDGE +443,0,0,0,600000,0 +//SG_FUSION +444,1000,1000,0,600000,0 +//========================================== //===== Soul Linker ======================== //-- SL_ALCHEMIST @@ -732,34 +756,6 @@ 472,3000:2000:1000,500,0,10000:20000:30000,0 //========================================== - -//===== Star Gladiator ===================== -//-- SG_FEEL -427,1000,0,0,0,0 -//SG_SUN_WARM -428,0,1000,0,10000:20000:60000,0 -//SG_MOON_WARM -429,0,1000,0,10000:20000:60000,0 -//SG_STAR_WARM -430,0,1000,0,10000:20000:60000,0 -//SG_SUN_COMFORT -431,0,1000,0,80000:160000:240000:320000,0 -//SG_MOON_COMFORT -432,0,1000,0,80000:160000:240000:320000,0 -//SG_STAR_COMFORT -433,0,1000,0,80000:160000:240000:320000,0 -//-- SG_HATE -434,1000,0,0,0,0 -//SG_FRIEND -442,0,0,0,10000,0 -//SG_KNOWLEDGE -443,0,0,0,600000,0 -//SG_FUSION -444,1000,1000,0,600000,0 - -//========================================== - - //===== Mixed Advanced Skills ============== //-- ST_PRESERVE 475,1000,0,0,600000,0 diff --git a/npc/Changelog.txt b/npc/Changelog.txt index b4e24a1ee..ada185339 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -28,6 +28,7 @@ Nexon Date Added ====== 04/12 + * Fixed a typo in quests/juperos.txt [Playtester] * Fixed Bio Lab spawns to official jRO [Playtester] - Also included custom spawns for Bio Labs (Floor 1 can't be accessed directly so it should be harder) diff --git a/npc/quests/juperos.txt b/npc/quests/juperos.txt index 5933acda8..6e189c0e3 100644 --- a/npc/quests/juperos.txt +++ b/npc/quests/juperos.txt @@ -83,7 +83,7 @@ while(1) monster "juperos_02.gat",24,276,"1st Gate Switch",1674,1,"JuperosLvl2QuestInit::OnGate1Dead"; monster "juperos_02.gat",240,29,"2nd Gate Switch",1674,1,"JuperosLvl2QuestInit::OnGate2Dead"; - monster "juperos_02.gat",282,183,"3d Gate Switch",1674,1,"JuperosLvl2QuestInit::OnGate3Dead"; + monster "juperos_02.gat",282,183,"3rd Gate Switch",1674,1,"JuperosLvl2QuestInit::OnGate3Dead"; end; OnGate1Dead: -- cgit v1.2.3-70-g09d2