laziem
laziem
Star Cannon gives spam message `[Warning]: skill_unitgrouptickset_search: tickset is full`
> > > > I'm not able to get that error. Is this on clean rathena? Any special steps to take? My bad... My fault, missing `break;` on star_cannon
I can learn skill manually from all jobs except for Spirit Handler.
add ` else { return MAPID_SPIRIT_HANDLER; }` below ` if( skill_point < summoner_skills ){ return MAPID_SUMMONER; }` at `pc_calc_skilltree_normalize_job_sub` pc.cpp
Restore `if( sd->class_ & MAPID_SUMMONER || sd->class_ & MAPID_SPIRIT_HANDLER ){` Into `if( sd->class_ & MAPID_SUMMONER ){`
How we can reset the value? The script doesn't accept `setitemdata( .@index, SID_CARD4, 0 );`
Please update to current rAthena
> If you switch to the same item like Twin Edge of Naght Sieger the skill disappear. I'm facing the same thing. But looks like you manage to make it...
> on [skill_unit_move_sub](https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L21255) function it fail on part of `battle_check_target` check, because `SC__FEINTBOMB` has relation with `invincible_timer` please open PR for this
Please update to current rAthena