antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
SA Hades

Alguém que possa tirar uma dúvida sobre o bot de rodar

Question

Estou mexendo com um cliente aqui, e queria deixa pra cair DN e DS bem mais facil, alguém pode me falar ou explicar onde mudo, sei que e na SourceGame, porém não sei o que alterar lá. se alguém puder me ajudar!! 

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

Brinca com a formula no item_addon.cpp

 

	int iSkillBonus = MINMAX(-30, (int) (gauss_random(0, 5) + 0.5f), 30);
	int iNormalHitBonus = 0;
	if (abs(iSkillBonus) <= 20)
		iNormalHitBonus = -2 * iSkillBonus + abs(number(-8, 8) + number(-8, 8)) + number(1, 4);
	else
		iNormalHitBonus = -2 * iSkillBonus + number(1, 5);

 

Podes brincar com ela aqui: https://repl.it/@AntonioCarlos6/Simulador-Rodares-Metin2

Share this post


Link to post
Share on other sites
antiblock
Cyphriun

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this