Hercules Elf Bot - May 5, 2012 6:16
Originally posted by [b]frenzmu06[/b]
mob_skill_db's casttime not working properly(rev 15950,renewal)
casttime of monster's skills ("magic" eg: stormgust, meteorstorm, coldbolt) is not working
ex.
1200,Zealotus@WZ_STORMGUST,attack,89,100,5000,[color=#ff0000]0[/color],10000,yes,target,always,0,,,,,,,
this should give Zealotus the ability to cast Stormgust instantly but will not due to the code is broken
My lead about the problem is that the fixed cast time (for re skills with fixed cast time) is still left for time computation even if you put [color=#ff0000]0[/color] in your casstime since it will only reduce "casttime" and leave "fixedcasttime" untouched
i think the formula is not coded yet for the renewal mob_skill_db casttime
since when i tried something like these: (all these skills should be instacast)
lvl 1 STORMGUST [color=#ff0000]0[/color]casttime monster casts about 2 sec
lvl 10 STORMGUST [color=#ff0000]0[/color]casttime monster casts longer
lvl 11 meteorstorm [color=#ff0000]0[/color]casttime monster casts about silly 4+secs
lvl 90 meteorstorm [color=#ff0000]0[/color]casttime monster casts ten years T_T
same with other skills with casttime except with skills with nocast by default
the problem here is for example> there is no way to set a monster's "Stormgust" skill to nocast in renewal mode.
i cant confirm if this is on renewal only since i dint try testing pre-re mode
Note:
using renewal mode
things i edited from source in case some ask if cant reproduce
mmo.h
#define MAX_CHARS 36
#define MAX_ZENY 2000000000
mob.h
#define MAX_MOB_DB 10000
itemdb.h
#define MAX_ITEMDELAYS 100
pc.h
#define MAX_PC_BONUS 50
map.h
#define MAX_MOBSKILL 100
This post has been edited by
frenzmu06
on May 5, 2012 7:53
Hercules Elf Bot - May 5, 2012 7:26
Originally posted by [b]Ind[/b]
it's because on how fixed cast time is handled. I'd like confirmation that mobs bypass fixed cast time in officials tho oO i'm not sure
This post has been edited by
Ind
on May 5, 2012 7:27
Hercules Elf Bot - May 5, 2012 7:53
Originally posted by [b]malufett[/b]
so far I can't see mobs in kro that bypasses fixed cast time...but since I did not yet see almost mobs there using skills.. lets w8 for more info...
Hercules Elf Bot - May 5, 2012 8:09
Originally posted by [b]frenzmu06[/b]
so if this is not a bug. i suggest we make a new mob skill feature to support mobs doing instant-cast skills (for skills with fixcasttime) since as for now there is no way we can set a monster to try instacast skills eg. Stormgust, Meteorstorm even if we want to do so for making custom mob for example
Hercules Elf Bot - Jun 2, 2012 3:24
Originally posted by [b]MarkZD[/b]
[quote name='frenzmu06' timestamp='1336205340' post='8984']
so if this is not a bug. i suggest we make a new mob skill feature to support mobs doing instant-cast skills (for skills with fixcasttime) since as for now there is no way we can set a monster to try instacast skills eg. Stormgust, Meteorstorm even if we want to do so for making custom mob for example
[/quote]
I think this can be easily done by checking if it's a monster, so in config we'll have a special setting to mob if want in Renewal cast or not or if want fixed cast or not, but this is not the suggestion board.
Hercules Elf Bot - Jun 18, 2012 14:06
Originally posted by [b]frenzmu06[/b]
according to ratemyserver (idk if this reliable/helpful)
[url="http://ratemyserver.net/re_mob_skill_analysis.php?m_id=1956&m_name=Naght%20Sieger&small=1"]LINK[/url] renewal Naght Sieger casts Lvl. 11 Meteor Storm & Lvl. 10 Storm Gust by just 1 sec
[url="http://ratemyserver.net/re_mob_skill_analysis.php?m_id=1272&m_name=Dark%20Lord&small=1"]LINK[/url] renewal Dark Lord also casts Lvl. 11 Meteor Storm by 1 sec
can someone confirm this on official servers...
Hercules Elf Bot - Oct 1, 2012 2:40
Originally posted by [b]frenzmu06[/b]
BUMP
Hercules Elf Bot - Oct 2, 2012 16:29
Originally posted by [b]Spre[/b]
[quote name='frenzmu06' timestamp='1340028390' post='10837']
according to ratemyserver (idk if this reliable/helpful)[url="http://ratemyserver.net/re_mob_skill_analysis.php?m_id=1956&m_name=Naght%20Sieger&small=1"]LINK[/url] renewal Naght Sieger casts Lvl. 11 Meteor Storm & Lvl. 10 Storm Gust by just 1 sec[url="http://ratemyserver.net/re_mob_skill_analysis.php?m_id=1272&m_name=Dark%20Lord&small=1"]LINK[/url] renewal Dark Lord also casts Lvl. 11 Meteor Storm by 1 seccan someone confirm this on official servers...
[/quote]
RMS takes that information directly from the eAthena Databases, so it is not reliable for things like this, it is only reliable for someone running a server or playing and wanting to know what the mobs/items have.
frenzmu06 - Mar 25, 2013 0:31
i think rathena fixed this [b][url="http://trac.rathena.org/changeset/17182/rathena"]r17182[/url][/b]
[url="http://rathena.org/board/tracker/issue-5697-mob-skill-dbs-casttime-not-working-properlyrev-15950renewal/"]original discussion[/url]
Ind - Mar 27, 2013 16:53
malufett is our kro-mechanics genius and he said earlier he wasnt able to notify back then, i'll be waiting his confirmation in order to make this fix[quote]
Originally posted by malufett
so far I can't see mobs in kro that bypasses fixed cast time...but since I did not yet see almost mobs there using skills.. lets w8 for more info...[/quote]
malufett - Mar 28, 2013 21:52
after making a test it seems that there is no bypassing all are set by default...here is some of my test..
Elder Willow - fire bolt lv 3 - cast time 1500ms
Elder - fire bolt lv 9 - cast time 1500ms
Agav - thunder bolt lv 9 - cast time 1500ms
Agav - soul strike lv 9 - cast time 500ms
Sword Fish - water ball lv3 - cast time 1500ms
Owl Duke - lex devina lv1 - cast time 1000ms
Owl Duke - thunder bolt - 0ms
all MVP cast time 0ms
so in conclusion they are not using any cast time system or other kind of cast sytem..they are all set as 1500 or 500 or 0 or lets figure out some more.. :D
:meow:
This post has been edited by
malufett
on Mar 28, 2013 22:01
frenzmu06 - Mar 29, 2013 1:39
so i think that confirms (as per u said boss can do insta-cast)
malufett - Mar 29, 2013 8:52
[quote]
so i think that confirms (as per u said boss can do insta-cast)[/quote]
yes but we must know first how they calculate there casting when to use 0, 500, 1000 or 1500 ms casting...what is there criteria...
EDIT:
I know now how it works...wait for a moment working on it...
:meow:
This post has been edited by
malufett
on Mar 29, 2013 12:09
malufett - Mar 29, 2013 12:43
Fixed @ [url="https://github.com/HerculesWS/Hercules/commit/aef88a8db3cc4f3bda860b044fa4fdf5d4611ef8"]https://github.com/HerculesWS/Hercules/commit/aef88a8db3cc4f3bda860b044fa4fdf5d4611ef8[/url]
should now work as official server standard..
:meow:
frenzmu06 - Mar 30, 2013 1:00
got another question, just recently got into my mind right after the fix.
1. how do npc skill "SLOW_CAST" affect the cast of the monster now or how should it be?
2. do "SLOW CAST" affect the cast time of monster skill with 0/insta cast?
malufett - Mar 30, 2013 7:16
[quote]
got another question, just recently got into my mind right after the fix.
1. how do npc skill "SLOW_CAST" affect the cast of the monster now or how should it be?
2. do "SLOW CAST" affect the cast time of monster skill with 0/insta cast?[/quote]
to be honest I can't test Slow Cast since I don't know how to inflict it to mobs..
however Howling Mandragora and Suffragium didn't effect at all after inflicting to mob targets...
:meow:
frenzmu06 - Mar 30, 2013 10:56
[quote name="malufett" timestamp="1364627807"]
to be honest I can't test Slow Cast since I don't know how to inflict it to mobs..[/quote]
i think it is possible with Item ID# 13028 (Tooth_Blade) dropped by [url="http://ratemyserver.net/index.php?page=mob_db&mob_id=1866"]Hell Poodle[/url]
[quote]
Howling Mandragora and Suffragium didn't effect at all after inflicting to mob targets...[/quote]
what do you mean by this? dint affect the instacasts? (but affect skills with cast?)
malufett - Mar 30, 2013 12:51
[quote]
what do you mean by this? dint affect the instacasts? (but affect skills with cast?)[/quote]
I mean is mobs with cast or without cast nothing change after using HM and Suffra to them...
[quote]
i think it is possible with Item ID# 13028 (Tooth_Blade) dropped by Hell Poodle[/quote]
hmm..let me try..
:meow:
malufett - Mar 30, 2013 14:09
after so many test since the chance in too low because I have low aspd...so in 15 times it trigger the skill still it doesn't work...
:meow:
frenzmu06 - Mar 30, 2013 17:52
thanks for testing /pat