HisokaMachi
New member
rk can use the storm blast by using the pertz rune in poring catcher how can i disabe it? here is the script
http://upaste.me/b48d110342fa94707
http://upaste.me/b48d110342fa94707
But it's script is "itemskill RK_STORMBLAST,1;"(item is casting a skill using scriptcommand) So noskill mapflag should stop this, but that's not happening.pertz is an item haha noskill mapflag dont stop it
src/map/script.c | 2 ++ 1 file changed, 2 insertions(+)diff --git a/src/map/script.c b/src/map/script.cindex bba771a..4e83774 100644--- a/src/map/script.c+++ b/src/map/script.c@@ -8724,6 +8724,8 @@ bool buildin_delitem_search(struct map_session_data* sd, struct item* it, bool e sd = script->rid2sd(st); if( sd == NULL || sd->ud.skilltimer != INVALID_TIMER ) return true;+ if ( map->list[sd->bl.m].flag.noskill )+ return true; id = ( script_isstringtype(st,2) ? skill->name2id(script_getstr(st,2)) : script_getnum(st,2) ); lv = script_getnum(st,3);
We use essential cookies to make this site work, and optional cookies to enhance your experience.