NightJar Posted January 18, 2018 Posted January 18, 2018 hi. Can someone please help mo to resolve this ?? Thanks! punchingbag.txt Quote
0 Haruka Mayumi Posted January 18, 2018 Posted January 18, 2018 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. Quote
0 GodKnows Jhomz Posted January 18, 2018 Posted January 18, 2018 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. Quote
0 NightJar Posted January 19, 2018 Author Posted January 19, 2018 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! Quote
Question
NightJar
hi.
Can someone please help mo to resolve this ??
Thanks!
punchingbag.txt
3 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.