From 454f2747e5cc8d222b8bdbe39bfda2f433003747 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 10 Jul 2006 14:51:34 +0000 Subject: - Corrected skill require entry from the Twilight Pharmacy skills. - Removed the Frost Nova entry from skill_unit_db - Moved Gospel's code to skill_castend_pos2 - Some cleaning of skill_castend_pos2 - Fixed a unnecessary map_freeblock_unlock call in the default case of skill_castend_pos2 - Sense/Estimation will now display the mob info window to all party members in the same map. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7595 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 5 +++++ db/skill_require_db.txt | 12 ++++++------ db/skill_unit_db.txt | 1 - 3 files changed, 11 insertions(+), 7 deletions(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 3db5a66dd..67b1de271 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -24,6 +24,11 @@ ----- ========================= + +07/10 + * Corrected skill require entry from the Twilight Pharmacy skills. + [Skotlex] + * Removed Frost Nova's skill_unit_db entry. [Skotlex] 07/09 * Added Guillontine's SP Drain per attack [Playtester] * More item updates thanks to Haplo [Playtester] diff --git a/db/skill_require_db.txt b/db/skill_require_db.txt index 4b5e58398..1fd3591c1 100644 --- a/db/skill_require_db.txt +++ b/db/skill_require_db.txt @@ -383,12 +383,12 @@ 491,0,0,10,0,0,0,99,0,0,none,0,921,1,905,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_CULTIVATION## 493,0,0,10,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TK_MISSION## -494,0,0,460:360:260:160:60,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SL_HIGH#ˆêŽŸ?ãˆÊ?E‹Æ‚Ì?°# -495,0,0,100,0,0,0,2,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_ONEHAND#ƒ?ƒ“ƒnƒ“ƒhƒNƒBƒNƒ“# -496,0,0,200,0,0,0,99,0,0,none,7134,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_TWILIGHT1#ƒgƒ?ƒCƒ‰ƒCƒgƒtƒ@?[ƒ}ƒV?[1# -497,0,0,200,0,0,0,99,0,0,none,7134,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_TWILIGHT2#ƒgƒ?ƒCƒ‰ƒCƒgƒtƒ@?[ƒ}ƒV?[2# -498,0,0,200,0,0,0,99,0,0,none,7134,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0//AM_TWILIGHT3#ƒgƒ?ƒCƒ‰ƒCƒgƒtƒ@?[ƒ}ƒV?[3# -499,0,0,8,0,0,0,11,1,1,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_POWER#ƒr?[ƒXƒgƒXƒgƒŒƒCƒsƒ“ƒO# +494,0,0,460:360:260:160:60,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SL_HIGH## +495,0,0,100,0,0,0,2,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_ONEHAND## +496,0,0,200,0,0,0,99,0,0,none,0,7134,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_TWILIGHT1## +497,0,0,200,0,0,0,99,0,0,none,0,7134,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_TWILIGHT2## +498,0,0,200,0,0,0,99,0,0,none,0,7134,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0//AM_TWILIGHT3## +499,0,0,8,0,0,0,11,1,1,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_POWER## //temp plugs 500,0,0,10,0,0,1,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //GS_GLITTERING 501,0,0,10,0,0,0,17:18:19:20:21,0,0,none,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //GS_FLING diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index 815cb3554..889ea0967 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -35,7 +35,6 @@ 83,0x86, , 0, 3,1000,enemy, 0x000 //WZ_METEOR 85,0x86,,0,6:6:6:6:6:6:6:6:6:6:8,1250,enemy,0x008 //WZ_VERMILION 87,0x8d, , -1, 0, -1,all, 0x000 //WZ_ICEWALL - 88,0x86, , 0, 2,1000,enemy, 0x000 //WZ_FROSTNOVA 89,0x86, , 0, 5, 450,enemy, 0x008 //WZ_STORMGUST 91,0x86, , 0, 2,1000,enemy, 0x080 //WZ_HEAVENDRIVE 92,0x8e, , 2, 0, -1,enemy, 0x000 //WZ_QUAGMIRE -- cgit v1.2.3-70-g09d2