Jump to content
  • 0
Sign in to follow this  
Myth

Land Protector

Question

16 answers to this question

Recommended Posts

  • 0

search:

 

   	 case WM_POEMOFNETHERWORLD:    // Can't be placed on top of Land Protector.            if( iMap->getcell(src->m, x, y, CELL_CHKLANDPROTECTOR) )                return NULL;            break;

add

 

   	 case WZ_FROSTNOVA:        case SC_FEINTBOMB:  

 

should looklike:

 

   	 case WZ_FROSTNOVA:        case SC_FEINTBOMB:   	 case WM_POEMOFNETHERWORLD:    // Can't be placed on top of Land Protector.            if( iMap->getcell(src->m, x, y, CELL_CHKLANDPROTECTOR) )                return NULL;            break;

Share this post


Link to post
Share on other sites
  • 0
		case WM_REVERBERATION:			interval = limit;			val2 = 1;		case WZ_FROSTNOVA:        case SC_FEINTBOMB: 		 case WM_POEMOFNETHERWORLD:	// Can't be placed on top of Land Protector.			if( iMap->getcell(src->m, x, y, CELL_CHKLANDPROTECTOR) )				return NULL;			break; 

Share this post


Link to post
Share on other sites
  • 0

skill.c

replace

 

   	 case NJ_RAIGEKISAI:        case NJ_HYOUSYOURAKU:   	 case WZ_FROSTNOVA:            clif->skill_nodamage(src,bl,skill_id,skill_lv,1);            skill_area_temp[1] = 0;            iMap->foreachinrange(skill->attack_area, src,                skill->get_splash(skill_id, skill_lv), splash_target(src),                BF_MAGIC, src, src, skill_id, skill_lv, tick, flag, BCT_ENEMY);            break;

 

 

   	 case WZ_FROSTNOVA:		    if( iMap->getcell(src->m, src->x, src->y, CELL_CHKLANDPROTECTOR) )			    return 0;   	 case NJ_RAIGEKISAI:        case NJ_HYOUSYOURAKU:            clif->skill_nodamage(src,bl,skill_id,skill_lv,1);            skill_area_temp[1] = 0;            iMap->foreachinrange(skill->attack_area, src,                skill->get_splash(skill_id, skill_lv), splash_target(src),                BF_MAGIC, src, src, skill_id, skill_lv, tick, flag, BCT_ENEMY);            break;

Share this post


Link to post
Share on other sites
  • 0

Land Protector doesn't stop the "Cast" of a skill, it simply doesn't allow it to do damage within the area of the land that's protected. Take Stormgust for example, you can still cast it on top of Land Protector, but no one gets hurt/frozen/pushed around, etc.

Share this post


Link to post
Share on other sites
  • 0

another thing, how can i poem of the netherworld in land pro? when a land pro land in area which there is a poem of the netherworld the poem of the netherworld will be gone.

Share this post


Link to post
Share on other sites

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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.