Jump to content
  • 0

HELP : This casting time. :(


Question

8 answers to this question

Recommended Posts

Posted

Check src > config > renewal.h

 

 

/// renewal cast time
/// (disable by commenting the line)
///
/// leave this line to enable renewal casting time algorithms
/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.
/// example:
///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a
///  "fixed cast time" which can only be reduced by specialist items and skills
#define RENEWAL_CAST
 

put // on #define RENEWAL_CAST to disable renewal casting

 

 

if you want to disable whole renewal settings put // on each #define

  • Upvote 1
Posted

Is your server renewal settings or pre-re settings?

 

if renewal setting

 

a combination of DEX and INT so DEX*2 and INT is at least 530 ((DEX*2+INT) = 530)
// How much (dex*2+int) does variable cast turns zero?
vcast_stat_scale: 530
 

 

 

this is renewal settings

 

if you are using pre-re settings

 

 

// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 150
 
Posted

Is your server renewal settings or pre-re settings?

 

if renewal setting

 

a combination of DEX and INT so DEX*2 and INT is at least 530 ((DEX*2+INT) = 530)
// How much (dex*2+int) does variable cast turns zero?
vcast_stat_scale: 530
 

 

 

this is renewal settings

 

if you are using pre-re settings

 

 

// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 150
 

 

It's conf/battle/skill.conf right ? I did those two but still not working. :( I don't know what I'm using though.

because the skill you use belongs to a skill that ignores stat reduction...

 

:meow:

So what will I do ? :(

bump

Posted

Check src > config > renewal.h

 

 

/// renewal cast time
/// (disable by commenting the line)
///
/// leave this line to enable renewal casting time algorithms
/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.
/// example:
///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a
///  "fixed cast time" which can only be reduced by specialist items and skills
#define RENEWAL_CAST
 

put // on #define RENEWAL_CAST to disable renewal casting

 

 

if you want to disable whole renewal settings put // on each #define

 

I disabled all the #define renewal blah blah. Still not working. :(

either...

but if you're referring to general skill casting..use Mootie suggestion/answer

 

:meow:

 

RENEWAL

 

 

// <Skill id>,<Cast>,<Delay (optional)>
//
// Cast:  0 - everything affects the skill's cast time
//        1 - skill's cast time is not affected by dex
//        2 - skill's cast time is not affected by statuses (Suffragium, etc)
//        4 - skill's cast time is not affected by item bonuses (equip, cards)
//
// Delay: 0 - everything affects the skill's delay
//        1 - skill's delay is not affected by dex
//        2 - skill's delay is not affected by Magic Strings / Bragi
//        4 - skill's delay is not affected by item bonuses (equip, cards)
//
// Note: Values are bit fields, add them up to combine their effects.
// Note: Delay setting '1' only makes sense when delay_dependon_dex is enabled.
// Example: 46,1,1 = Double Strafe's cast time and delay is not affected by dex.
 
136,0,2    //AS_SONICBLOW
263,0,2    //MO_TRIPLEATTACK
272,0,2    //MO_CHAINCOMBO
273,0,2    //MO_COMBOFINISH
336,1    //WE_CALLPARTNER
366,3    //HW_MAGICPOWER
370,1    //CH_PALMSTRIKE
371,0,2    //CH_TIGERFIST
372,0,2    //CH_CHAINCRUSH
394,0,2    //CG_ARROWVULCAN
403,3    //PF_MEMORIZE
408,1    //WE_BABY
409,1    //WE_CALLPARENT
410,1    //WE_CALLBABY
482,1    //PF_DOUBLECASTING
462,1    //SL_KAIZEL
496,1    //AM_TWILIGHT1
497,1    //AM_TWILIGHT2
498,1    //AM_TWILIGHT3
512,3    //GS_TRACKING
1014,1    //PR_REDEMPTIO
2534,7,7    //RETURN_TO_ELDICASTES
2536,7,7    //ALL_GUARDIAN_RECALL
//2537,0,7    //ALL_ODINS_POWER
10010,3    //GD_BATTLEORDER
10011,3    //GD_REGENERATION
10012,6    //GD_RESTORE
10013,7    //GD_EMERGENCYCALL
 
// Mercenary Skills
8214,7    //MA_CHARGEARROW
8215,7    //MA_SHARPSHOOTING
8217,7    //ML_BRANDISHSPEAR
8218,7    //ML_SPIRALPIERCE
8221,7    //ML_DEVOTION
8222,7    //MER_MAGNIFICAT
8225,7    //MER_CRASH
8234,7    //MER_DECAGI
8235,7    //MER_SCAPEGOAT
8238,7    //MER_KYRIE
8240,7    //MER_INCAGI
 
 
PRE-RE
 
// Forbidden Skills Database
//
// Structure of Database:
// SkillID,Flag
//
// Legend for 'Flag' field (bitmask):
//  1 = Cannot be used in normal maps
//  2 = Cannot be used in PvP maps (use this instead of 1 for PK-mode servers)
//  4 = Cannot be used in GvG maps
//  8 = Cannot be used in Battleground maps
//  16 = Cannot be cloned (clones will not copy this skill)
//  Restricted zones - they're configured by 'restricted <number>' mapflag
//  32 = Cannot be used in zone 1 maps
//  64 = Cannot be used in zone 2 maps
//  128 = Cannot be used in zone 3 maps
//  256 = Cannot be used in zone 4 maps
//  512 = Cannot be used in zone 5 maps
//  1024 = Cannot be used in zone 6 maps
//  2048 = Cannot be used in zone 7 maps
//
// Example:
// 8,6 = Endure cannot be used in PvP and GvG maps (2+4)
 
//Normal
2422,1    //WM_LULLABY_DEEPSLEEP
2423,1    //WM_SIRCLEOFNATURE
2430,1    //WM_SATURDAY_NIGHT_FEVER
2455,1    //SO_ARRULLO
 
//PVP
1013,2    //BS_GREED
 
//GVG
26,4    //AL_TELEPORT
27,4    //AL_WARP
87,4    //WZ_ICEWALL
150,4    //TF_BACKSLIDING
219,4    //RG_INTIMIDATE
336,4    //WE_CALLPARTNER
361,4    //HP_ASSUMPTIO
362,4    //HP_BASILICA
395,4    //CG_MOONLIT
409,4    //WE_CALLPARENT
410,4    //WE_CALLBABY
491,4    //CR_CULTIVATION
530,4    //NJ_KIRIKAGE
691,4    //CASH_ASSUMPTIO
1013,4    //BS_GREED
2284,4    //SC_FATALMENACE
2300,4    //SC_DIMENSIONDOOR
 
//BATTLEGROUND
26,8    //AL_TELEPORT
27,8    //AL_WARP
87,8    //WZ_ICEWALL
150,8    //TF_BACKSLIDING
219,8    //RG_INTIMIDATE
264,8    //MO_BODYRELOCATION
336,8    //WE_CALLPARTNER
361,8    //HP_ASSUMPTIO
362,8    //HP_BASILICA
395,8    //CG_MOONLIT
409,8    //WE_CALLPARENT
410,8    //WE_CALLBABY
491,8    //CR_CULTIVATION
411,8    //TK_RUN
426,8    //TK_HIGHJUMP
427,8    //SG_FEEL
428,8    //SG_SUN_WARM
429,8    //SG_MOON_WARM
430,8    //SG_STAR_WARM
431,8    //SG_SUN_COMFORT
432,8    //SG_MOON_COMFORT
433,8    //SG_STAR_COMFORT
434,8    //SG_HATE
435,8    //SG_SUN_ANGER
436,8    //SG_MOON_ANGER
437,8    //SG_STAR_ANGER
438,8    //SG_SUN_BLESS
439,8    //SG_MOON_BLESS
440,8    //SG_STAR_BLESS
530,8    //NJ_KIRIKAGE
691,8    //CASH_ASSUMPITO
2284,8    //SC_FATALMENACE
2300,8    //SC_DIMENSIONDOOR
 
//mixed
488,3    //CG_HERMODE
3013,3    //KO_KYOUGAKU
 
//Clone Forbidden/pointless skills
77,16    //PR_TURNUNDEAD
79,16    //PR_MAGNUS
 
//Zone 1 - Aldebaran Turbo Track
8,32    //SM_ENDURE
26,32    //AL_TELEPORT
27,32    //AL_WARP
35,32    //AL_CURE
51,32    //TF_HIDING
87,32    //WZ_ICEWALL
135,32    //AS_CLOAKING
219,32    //RG_INTIMIDATE
264,32    //MO_BODYRELOCATION
357,32    //LK_CONCENTRATION
359,32    //LK_BERSERK
362,32    //HP_BASILICA
387,32    //WS_CARTBOOST
389,32    //ST_CHASEWALK
395,32    //CG_MOONLIT
2284,32    //SC_FATALMENACE
2300,32    //SC_DIMENSIONDOOR
2478,32    //GN_CARTBOOST
 
//Zone 2 - Jail
421,64    //TK_JUMPKICK
426,64    //TK_HIGHJUMP
 
//Zone 3 - Izlude Battle Arena
219,128 //RG_INTIMIDATE
26,128    //AL_TELEPORT
2284,128    //SC_FATALMENACE
2300,128    //SC_DIMENSIONDOOR
 
//Zone 4 - WoE:SE
426,256 //TK_HIGHJUMP
290,256    //SA_ABRACADABRA
 
//Zone 5 - Sealed Shrine
12,512    //MG_SAFETYWALL
26,512    //AL_TELEPORT
219,512    //RG_INTIMIDATE
361,512    //HP_ASSUMPTIO
691,512    //CASH_ASSUMPTIO
2284,512    //SC_FATALMENACE
2300,512    //SC_DIMENSIONDOOR
 
//Zone 6 - Endless Tower, Orc's Memory, Nidhoggur's Nest
26,1024    //AL_TELEPORT
87,1024    //WZ_ICEWALL
219,1024    //RG_INTIMIDATE
405,1024    //PF_SPIDERWEB
674,1024    //NPC_EXPULSION
2284,1024    //SC_FATALMENACE
2300,1024    //SC_DIMENSIONDOOR
 
//Zone 7 - Towns
232,2048    //AM_CANNIBALIZE
233,2048    //AM_SPHEREMINE
491,2048    //CR_CULTIVATION
1013,2048    //BS_GREED
2299,2048    //SC_MANHOLE
2419,2048    //WM_POEMOFNETHERWORLD
2482,2048    //GN_WALLOFTHORN
 

bump

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...