Jump to content

Nerfa uma Skill


Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  08/13/18
  • Last Seen:  

Como eu Faço pra Reduzir a quantidade de % dos buffs Aparar e Dedicação ?
 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   27
  • Joined:  02/12/14
  • Last Seen:  

Essas habilidades quando são usadas, ativam um status e é nele que você configura, no caso o arquivo:

src/map/status.c

 

Para dedicação procura por:

		case SC_CONCENTRATION:
			val2 = 5*val1; // Batk/Watk Increase
			val3 = 10*val1; // Hit Increase
			val4 = 5*val1; // Def reduction
			sc_start(src, bl, SC_ENDURE, 100, 1, tick); // Level 1 Endure effect
			break;

Para aparar golpe procura por:

		case SC_PARRYING:
		    val2 = 20 + val1*3; // Block Chance
			break;

Se não me engano, esse val1 é o nível que a habilidade foi usada.

 

Não esquece de compilar/recompilar o emulador após fazer modificações na src

Edited by luizragna
  • Love 1
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
Reply to this topic...

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