From de1a9daf2f0ee1dd189011617877aabe6ce4299f Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 22 Jun 2007 16:25:18 +0000 Subject: * Changed behavior of some guild-related code (according to X.4 tests): - removed code that prevented Homunculus Resurrection during WoE - logging in doesn't activate the 5 minute guild skill block anymore - non-Urgent guild skills can now only be cast on WoE grounds during WoE - all guild skills now have no cast delay (previously was 1 second) - casting guild skills will now block FreeCast sages from walking - Battle Orders and Regeneration are now instacast - Restoration now has a 10 second cast time, reducible only by dex - Urgent Call's cast cannot be reduced anymore (not even by items) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10807 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/skill_cast_db.txt | 8 ++++---- db/skill_castnodex_db.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'db') diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index f00935ea0..2b54bffe9 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -1001,11 +1001,11 @@ //-- GD_HAWKEYES 10009,0,0,0,300000,0 //-- GD_BATTLEORDER -10010,5000,1000,0,60000,300000 +10010,0,0,0,60000,300000 //-- GD_REGENERATION -10011,5000,1000,0,60000,300000 +10011,0,0,0,60000,300000 //-- GD_RESTORE -10012,5000,1000,0,0,300000 +10012,10000,0,0,0,300000 //-- GD_EMERGENCYCALL -10013,5000,1000,0,0,300000 +10013,5000,0,0,0,300000 //========================================== diff --git a/db/skill_castnodex_db.txt b/db/skill_castnodex_db.txt index a942d99ce..7f2394f7b 100644 --- a/db/skill_castnodex_db.txt +++ b/db/skill_castnodex_db.txt @@ -35,5 +35,5 @@ 1014,1 //PR_REDEMPTIO 10010,3 //GD_BATTLEORDER 10011,3 //GD_REGENERATION -10012,3 //GD_RESTORE -10013,3 //GD_EMERGENCYCALL +10012,6 //GD_RESTORE +10013,7 //GD_EMERGENCYCALL -- cgit v1.2.3-70-g09d2