Jump to content
  • 0
NightJar

map_mapname2mapid not found

Question

3 answers to this question

Recommended Posts

  • 0
2 hours ago, Haruka Mayumi said:
		if([email protected] > 0){
			npctalk "Punching Bag : I've taken " + ([email protected]/5) + " DPS in last 5 seconds.";
			setunitdata .gid[[email protected]],UMOB_HP,.mhp[[email protected]];
			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.

Link to comment
Share on other sites

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

 

you tried to setmapflag on a monster.

Link to comment
Share on other sites

  • 0
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! 

Link to comment
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.   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.



×
×
  • Create New...

Important Information

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