Issue information

Issue ID
#5013
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 1, 2011 23:43
Last Post
Hercules Elf Bot
Aug 22, 2012 18:26
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Aug 1, 2011 23:43

Originally posted by [b]lurensa[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=5013

----glorious huuma shuriken description says----
Adds a 5% chance double damage for 10 seconds the skills
Level 1 Final Strike and Level 1 Throw Huuma Shuriken When dealing physical damage.

however, the script only adds 10% dmg. FS ninjas already are fighting an uphill battle here... >.<
change this: autobonus "{ bonus2 bSkillAtk,"NJ_HUUMA",10; bonus2 bSkillAtk,"NJ_ISSEN",10; }",50,10000;
to this: autobonus "{ bonus2 bSkillAtk,"NJ_HUUMA",100; bonus2 bSkillAtk,"NJ_ISSEN",100; }",50,10000;




----glorious fist description says----
When casting the skill [Fury], there's a chance that the skills [Dangerous Soul Collect] and [Guillotine Fist] will temporarily have their cast time removed.

however, it simply makes asura always instacast even with 1 dex, and everytime you use fury you use dangerous soul collect instantly. this seems extremely powerful, and I wonder if it is intentional.

Hercules Elf Bot - Mar 6, 2012 17:52

Originally posted by [b]Kenpachi[/b]
Can't figure out how SubSFCTEquipPermill's second parameter works...
The first one devided by 10 is the amount of fixed cast time decrecement in percent but the second one baffles me. :o

some examples:
ID - script - desc
1649 - SubSFCTEquipPermill Rafini_Staff temp*10 0 - each refine decreases fixed cast time by 1%
[u]1827 - SubSFCTEquipPermill Krieger_Knuckle2 1000 2000 - [b]not mentioned in desc[/b][/u]
4456 - SubSFCTEquipPermill S_Nydhog_Card 500 0 - fixed cast time of all skills -50%
4760 - SubSFCTEquipPermill Matk1 10 0 - Fixed casting time - 1%
4761 - SubSFCTEquipPermill Matk1 10 0 - Fixed casting time - 1%

Hercules Elf Bot - Aug 20, 2012 21:08

Originally posted by [b]Kenpachi[/b]
Fixed in [rev=16673].

Hercules Elf Bot - Aug 20, 2012 22:25

Originally posted by [b]kyeme[/b]
Hello sir Ken, the glorious fist 1827 has been added "bonus bFixedCastrate,-100" @revision 16673 Is it official changed?
~kyeme

1827,Krieger_Knuckle2,Glorious Fist,4,20,,0,30,,1,0,0x00008100,7,2,2,4,80,1,12,{ bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bCastrate,"MO_EXTREMITYFIST",-100; bonus4 bautospellonskill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,1000; [b]bonus bFixedCastrate,-100;[/b] } },{},{}

Hercules Elf Bot - Aug 20, 2012 23:58

Originally posted by [b]EvilPuncker[/b]
[quote name='kyeme' timestamp='1345501523' post='13561']
Hello sir Ken, the glorious fist 1827 has been added "bonus bFixedCastrate,-100" @revision 16673 Is it official changed?~kyeme1827,Krieger_Knuckle2,Glorious Fist,4,20,,0,30,,1,0,0x00008100,7,2,2,4,80,1,12,{ bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,pow(((getrefine()>14)?14:getrefine())-4,2); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine()>8) { bonus2 bCastrate,"MO_EXTREMITYFIST",-100; bonus4 bautospellonskill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,1000; [b]bonus bFixedCastrate,-100;[/b] } },{},{}
[/quote]

remember that 100 = 10%

Hercules Elf Bot - Aug 21, 2012 6:33

Originally posted by [b]Kenpachi[/b]
@kyene: Yes, that's official.
[quote]item Krieger_Knuckle2
event OnStartEquip:
var temp = GetRefineLevel [LOCATION_RARM]
if temp > 14
var temp = 14
endif
var temp2 = 0
if (temp > 5)
SetIgnoreDefRace_Percent RACE_Human 5
var temp2 = (temp - 4)*(temp - 4)
endif
RaceAddDamage RACE_Human 95 + temp2
SetIgnoreDefRace_Percent RACE_Human 20
if (temp > 8)
SubSpecificSpellCastTime MO_EXTREMITYFIST 100
[b]SubSFCTEquipPermill Krieger_Knuckle2 1000 2000[/b]
SetSkillAutoSpell MO_EXPLOSIONSPIRITS 1000 CH_SOULCOLLECT 1 Target
endif
return
event OnFinishEquip:
var temp = GetRefineLevel [LOCATION_RARM]
if temp > 14
var temp = 14
endif
var temp2 = 0
if (temp > 5)
var temp2 = (temp - 4)*(temp - 4)
ResetIgnoreDefRace_Percent RACE_Human 5
endif
RaceSubDamage RACE_Human 95 + temp2
ResetIgnoreDefRace_Percent RACE_Human 20
if (temp > 8)
AddSpecificSpellCastTime MO_EXTREMITYFIST 100
AddSFCTEquipPermill Krieger_Knuckle2 1000 2000
ResetSkillAutoSpell MO_EXPLOSIONSPIRITS 1000 CH_SOULCOLLECT 1 Target
endif
return[/quote]

@EvilPuncker: 100=100%
[quote]
bonus bFixedCastrate,x; Increases fixed cast time of skills by x%.
[/quote]

Hercules Elf Bot - Aug 22, 2012 13:12

Originally posted by [b]michieru[/b]
Tested on official and it's remove only the variable cast when glorious fist is +9

Hercules Elf Bot - Aug 22, 2012 18:26

Originally posted by [b]Kenpachi[/b]
There was no change in the item script...it's still[code]SubSFCTEquipPermill Krieger_Knuckle2 1000 2000[/code]... which reduced the fixed cast time.

This post has been edited by Kenpachi on Aug 22, 2012 18:26