Jump to content
  • 0

How to allow movement, while casting emergency call on Professor Job?


Question

5 answers to this question

Recommended Posts

  • 2
Posted

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.

  • Upvote 2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...