Jump to content
  • 0
Sign in to follow this  
111

Fire Pillar

Question

hello every on! I am poor in Engligh. I am Taiwanese .

I want Implement the old formula

code in battle.c

case WZ_FIREPILLAR:
	if (skill_lv > 10)
		skillratio += 2300; //200% MATK each hit
	else
		skillratio += -60 + 20*skill_lv; //20% MATK each hit
	break;

i don't now how to get mob amount

how to edit like this

hunter's "Claymore Trap"

Old formula :(DEX/2+75)*(1+INT/100)*5*(monster amount)

ex:

use firepillar*1 >> 1 monster can't kill

use firepillar*1 >> 10 monsters can kill

old video:

 

 
 
 
 
Edited by 111

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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