letstry Posted June 24, 2012 Share Posted June 24, 2012 How do I enable Professor to walk when casting Emergency Call Bump Quote Link to comment Share on other sites More sharing options...
2 Ind Posted June 27, 2012 Share Posted June 27, 2012 in src/map/unit.c you have this: if (ud->skilltimer != INVALID_TIMER && ud->skillid != LG_EXEEDBREAK && (!sd || !pc_checkskill(sd, SA_FREECAST) || skill_get_inf2(ud->skillid)&INF2_GUILD_SKILL)) return 0; // prevent moving while casting that skill_get_inf2(ud->skillid)&INF2_GUILD_SKILL) block is what makes guild skills not affected by free cast, just remove it. 2 Quote Link to comment Share on other sites More sharing options...
letstry Posted July 7, 2012 Author Share Posted July 7, 2012 Thanks it does work now.. But how do I remove the movespeed penalty when casting Emergency Call? Quote Link to comment Share on other sites More sharing options...
RN1986 Posted November 8, 2012 Share Posted November 8, 2012 How to allow movement, while casting emergency call on Professor Job? any one? Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted November 9, 2012 Share Posted November 9, 2012 How to allow movement, while casting emergency call on Professor Job? any one? Ind just answered that.... Quote Link to comment Share on other sites More sharing options...
RN1986 Posted November 9, 2012 Share Posted November 9, 2012 aw sorry didn't see that wew Quote Link to comment Share on other sites More sharing options...
How do I enable Professor to walk when casting Emergency Call
Bump
Link to comment
Share on other sites