letstry Posted June 24, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 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 Group: Members Topic Count: 169 Topics Per Day: 0.03 Content Count: 1260 Reputation: 750 Joined: 11/19/11 Last Seen: April 11, 2013 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 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 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 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 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 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 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 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Share Posted November 9, 2012 aw sorry didn't see that wew Quote Link to comment Share on other sites More sharing options...
Question
letstry
How do I enable Professor to walk when casting Emergency Call
Bump
Link to comment
Share on other sites
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.