Posts: 207
Threads: 24
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2015
Reputation:
0
100% cast now is 1000% EP4
Posts: 8
Threads: 1
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2015
Reputation:
0
Uhmnmm, I tryed with 1000% and everyskills got 0,1s cd more or less.
When I tryed with more then 1000% its says 0,0s cd but you can't "spam" the skills because everyskill say 'Skill Not Ready'
I would like to have the CD as before, like you got no cd on the skills when you reach the cd cap.
Posts: 207
Threads: 24
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2015
Reputation:
0
Enter in game, press "Z" >Option>Con.Attk disable
if that no found then, u need edit the cooldown of skills
Posts: 207
Threads: 24
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2015
Reputation:
0
If you edit the cooldown skills that should function
Posts: 8
Threads: 1
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2015
Reputation:
0
If someone else could help me on it, I would be thankful.
Since its not working.
Regards.
Posts: 32
Threads: 3
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2014
Reputation:
0
Skill.cpp line 705
from
reusetime = reusetime * ( 150.00 / (150 + prob )) * (100.00 / (100 + prob));
to
reusetime -= reusetime * pPC->m_opDecreaseSkillDelay / 100;
and delete this (line 722-723)
if(reusetime < 1)
reusetime = 10;
not tested atm but should work