From 3c9a4b95c3612e0925baf1b116460e0c07cd6d2f Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 12 Jun 2006 21:14:28 +0000 Subject: - Fixed npc_checknear's distance check returning the opposite of what it should (false when the range is correct and viceversa) - SL_STIN/SL_STUN have dex-reducable casting times now. - Added a warning on item loading when an item is of equippable type but has no equippable position. - Turning an alliance to an opposition won't work now during WoE - Slaves can summon other mobs now. The only ones who can't do this are player summoned mobs. - Merged the following functions for faster processing of items: clif_storageitemlist + clif_storageequiplist = clif_storagelist clif_guildstorageitemlist + clif_guildstorageequiplist = clif_guildstoragelist clif_itemlist + clif_equiplist = clif_inventorylist - Increased max knockback value support to 25. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7109 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/skill_castnodex_db.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 307912311..83b1f7836 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -25,6 +25,7 @@ ========================= 06/12 + * SL_STIN/SL_STUN have dex-reducable casting times now. [Skotlex] * Temp sprite names for Rachel/Ice Dungeon monsters, thanks to Saycyber21. [Vicious] - Chung E = temp sprites. * Fixed the mode of Monemus [MasterOfMuppets] diff --git a/db/skill_castnodex_db.txt b/db/skill_castnodex_db.txt index d8d2bc590..bf551506e 100644 --- a/db/skill_castnodex_db.txt +++ b/db/skill_castnodex_db.txt @@ -18,8 +18,6 @@ 410,1 //WE_CALLBABY 482,1 //PF_DOUBLECASTING 462,1 //SL_KAIZEL -467,1 //SL_STIN -468,1 //SL_STUN 1014,1 //PR_REDEMPTIO 10010,3 //GD_BATTLEORDER 10011,3 //GD_REGENERATION -- cgit v1.2.3-70-g09d2