Jump to content
  • 0

map_mapname2mapid not found


Question

3 answers to this question

Recommended Posts

  • 0
Posted
		if(.@diff > 0){
			npctalk "Punching Bag : I've taken " + (.@diff/5) + " DPS in last 5 seconds.";
			setunitdata .gid[.@dupid],UMOB_HP,.mhp[.@dupid];
			specialeffect EF_HEAL;
			//setmapflag( "Punching Bag",mf_monster_noteleport );
		}

 

you tried to setmapflag on a monster.

  • 0
Posted
2 hours ago, Haruka Mayumi said:

		if(.@diff > 0){
			npctalk "Punching Bag : I've taken " + (.@diff/5) + " DPS in last 5 seconds.";
			setunitdata .gid[.@dupid],UMOB_HP,.mhp[.@dupid];
			specialeffect EF_HEAL;
			setmapflag( "prontera",mf_monster_noteleport );
		}

 

Or you can replace "Punching Bag" with "prontera" or to a map where you put the Punching Bag monster.

  • 0
Posted
17 hours ago, GodKnows Jhomz said:

Or you can replace "Punching Bag" with "prontera" or to a map where you put the Punching Bag monster.

Oh. Again thankyou very much sir! 

It worked! 

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