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://svn.code.sf.net/p/rathena/svn/trunk@6012 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
613ac282ef
commit
04b63f370e
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user