Jump to content
  • 0

Mapflag mf_skill_damage not working?


Question

Posted

Hi folks!

 

I was trying something on my server and for that I'd need mf_skill_damage.

 

After so many attempts I still cannot notice any changes to the damage caused by skills.

OnInstanceInit:
	setmapflag instance_mapname("bal_fild11"), mf_nomobloot;
	setmapflag instance_mapname("bal_fild11"), mf_nomvploot;
	setmapflag instance_mapname("bal_fild11"), mf_skill_damage, -99, 1;	//against players
	setmapflag instance_mapname("bal_fild11"), mf_skill_damage, -99, 2;	//against mob
	setmapflag instance_mapname("bal_fild11"), mf_skill_damage, -99, 3;	//against boss
	setmapflag instance_mapname("bal_fild11"), mf_skill_damage, -99, 4;	//against others
	
	enablenpc instance_npcname(strnpcinfo(0));
	setd(".mis_" + instance_id()), 1;
	end;

Have you ever used this mapflag successfully? 

 

thank you in advance!

 

 


I may have found the answer to my question after having a look into the source and googled for ADJUST_SKILL_DAMAGE

 

http://rathena.org/board/topic/88176-final-strike-damage/

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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