Hercules Elf Bot - Jul 13, 2012 2:10
Originally posted by [b]novelfool[/b]
Sorcerer skills like vacum extreme diamond dust psychic wave has no delay it can be spammable how come? pls help
Hercules Elf Bot - Jul 13, 2012 2:36
Originally posted by [b]Mysterious[/b]
Um.. maybe cause they have like reduced casting time? o_O
Hercules Elf Bot - Jul 13, 2012 3:30
Originally posted by [b]exneval[/b]
[s]Yes, vacuum can be spammable,
but DD and PW it can't cause they have delay[/s]
I think i can confirm this,
cause Sorcerer skills like DD,EG,PW seems dont read 5 secs re-use delay anymore, <- this issue also happened to Vacuum Extreme, a long ago with no fix
tested with latest revision
This post has been edited by
exneval
on Jul 13, 2012 10:25
Hercules Elf Bot - Jul 14, 2012 12:47
Originally posted by [b]novelfool[/b]
it must be fixed because i think there is nothing wrong with skill_db skill_cast_db etc. i've searched many forums like on eathena and 3ceam they were almost the same. All 5sec re-used delay skills are not working and the summoning skills like the offensive mode is not working. pls really need help.
Hercules Elf Bot - Jul 14, 2012 13:15
Originally posted by [b]GM Takumirai[/b]
i confirm vacum
- in valkyrie i can only cast the vacum 2x in ground.. if the 2 skills is still in ground you cant cast anymore
- i do my own fix in skill_db.txt
look at the
// 13 maxcount: max amount of skill instances to place on the ground when
// player_land_skill_limit/monster_land_skill_limit is enabled. For skills
// that attack using a path, this is the path length to be used.
just edit the skill
2453,9,6,2,0,0x1,0,5,1,yes,0,0,[color=#ff0000]2[/color],magic,0, SO_VACUUM_EXTREME,Vacuum Extreme
Hercules Elf Bot - Jul 14, 2012 14:35
Originally posted by [b]sintaxm[/b]
[quote name='novelfool' timestamp='1342145406' post='11908']
Sorcerer skills like vacum extreme diamond dust psychic wave has no delay it can be spammable how come? pls help
[/quote]
Add this code ( for example )
case SO_VARETYR_SPEAR:
sc_start(bl, SC_STUN, 5 + 5 * skilllv, skilllv, skill_get_time2(skillid, skilllv));
skill_blockpc_start (sd, SO_VARETYR_SPEAR, 2000); -----> Add this ( It mean that vareaty_spear will have cooldwon 2000 milisecond or 2 second )
break;
Hercules Elf Bot - Jul 14, 2012 15:10
Originally posted by [b]novelfool[/b]
Sintaxm: where can i find that?
GM Takumirai: thanks
Hercules Elf Bot - Jul 14, 2012 15:12
Originally posted by [b]novelfool[/b]
[color=#282828][font=helvetica, arial, sans-serif][size=3] All 5sec re-used delay skills are not working and the summoning skills like the offensive mode is not working. pls really need help.[/size][/font][/color]
Hercules Elf Bot - Jul 14, 2012 15:45
Originally posted by [b]sintaxm[/b]
[quote name='novelfool' timestamp='1342278642' post='11965']
Sintaxm: where can i find that?GM Takumirai: thanks
[/quote]
skill.c
Hercules Elf Bot - Jul 15, 2012 11:56
Originally posted by [b]novelfool[/b]
ok sir. i'll try this one. thank you
Hercules Elf Bot - Jul 18, 2012 1:13
Originally posted by [b]novelfool[/b]
Thanks it works!
Hercules Elf Bot - Jul 18, 2012 3:22
Originally posted by [b]GM Takumirai[/b]
- please confirm the fix and commit this..
Hercules Elf Bot - Jul 18, 2012 7:43
Originally posted by [b]novelfool[/b]
how can i commit this? im just new here, i just fixed the 5sec cooldown.
Hercules Elf Bot - Jul 18, 2012 8:27
Originally posted by [b]GM Takumirai[/b]
i mean the dev. sir
Hercules Elf Bot - Jul 18, 2012 8:35
Originally posted by [b]malufett[/b]
I think they forgot to include the cooldown system in the 'castend_pos'..anyway I'll commit the fixes later...
Hercules Elf Bot - Jul 18, 2012 13:12
Originally posted by [b]malufett[/b]
Fixed @ [rev='16442']
tskk..
I forgot to add this to the trac log...anyway it should be fixed now,,,,
Hercules Elf Bot - Jul 19, 2012 10:06
Originally posted by [b]sintaxm[/b]
[quote name='malufett' timestamp='1342617166' post='12127']
Fixed @ [rev='16442']tskk..

I forgot to add this to the trac log...anyway it should be fixed now,,,,

[/quote]
Really how can you are genius Malufet. I hope someday I can be like you
Hercules Elf Bot - Jul 19, 2012 11:06
Originally posted by [b]frenzmu06[/b]
i think there are still skills w/ hard coded cooldowns/durations [s]in the db[/s] in core (skills that even when you edit or put specific amount will not work) , can someone check and confirm this
Ex.:
//-- WL_SIENNAEXECRATE // Duration of the status for this skill appears to be hard coded. Fix later????
This post has been edited by
frenzmu06
on Jul 19, 2012 16:09
Hercules Elf Bot - Jul 19, 2012 12:47
Originally posted by [b]GM Takumirai[/b]
- yeah not all skills are hard coded cool downs lets just report it or make a new report
Hercules Elf Bot - Jul 19, 2012 13:09
Originally posted by [b]malufett[/b]
[quote]i think there are still skills w/ hard coded cooldowns in the db, can someone check and confirm this[/quote]
ah? hard coded in the db??