letstry Posted June 24, 2012 Posted June 24, 2012 How do I enable Professor to walk when casting Emergency Call Bump Quote
2 Ind Posted June 27, 2012 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
letstry Posted July 7, 2012 Author Posted July 7, 2012 Thanks it does work now.. But how do I remove the movespeed penalty when casting Emergency Call? Quote
RN1986 Posted November 8, 2012 Posted November 8, 2012 How to allow movement, while casting emergency call on Professor Job? any one? Quote
Arcenciel Posted November 9, 2012 Posted November 9, 2012 How to allow movement, while casting emergency call on Professor Job? any one? Ind just answered that.... Quote
Question
letstry
How do I enable Professor to walk when casting Emergency Call
Bump
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.