Jump to content
  • 0

Spider Web triple damage instead of double damage


Question

Posted

I tried it with Fire Endow and Crit and the damage is increased by x3 instead of x2.

What and where do I need to edit the source code for this?

 

I have never touched any skill source code btw..


Bump.


Bump.

2 answers to this question

Recommended Posts

Posted

src/map/battle.c

		case ELE_FIRE:
			if( tsc->data[SC_SPIDERWEB]) {
				tsc->data[SC_SPIDERWEB]->val1 = 0; // free to move now
				if( tsc->data[SC_SPIDERWEB]->val2-- > 0 )
					ratio += 200; // double damage            <<--- edit the value here

try value of 100
  • Upvote 1
Posted

src/map/battle.c

		case ELE_FIRE:
			if( tsc->data[SC_SPIDERWEB]) {
				tsc->data[SC_SPIDERWEB]->val1 = 0; // free to move now
				if( tsc->data[SC_SPIDERWEB]->val2-- > 0 )
					ratio += 200; // double damage            <<--- edit the value here

try value of 100

 

Thanks.

I did not change that to 200 btw, so it is x3 for every server running on rAthena? xD

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