Jump to content
  • 0

[help]bluff


Kafros_Gr

Question

3 answers to this question

Recommended Posts

  • 0

poli apla ama to chronicle sou einai katw apo freya den 9a deis pote bluff ston server sou ektos ean exeis oreksi na to ftiakseis monos sou me vasi neoterwn pack

Link to comment
Share on other sites

  • 0

Formulas.java

 

βρες την παρακάτω μέθοδο :

 

public static boolean calcSkillSuccess(final double baseChance, L2Character attacker, L2Character target, L2Skill skill, byte shld, boolean ss, boolean sps, boolean bss)

 

και στο τέλος της μεθόδου βάλε αυτό :

 

		// Bluff chance.
	if (skill.getId() == 358)
	{
		rate = Config.BLUFF_CHANCE;
	}

 

εγώ το έχω κάνει με Config. εάν θέλεις απλά γράψε το rate που θέλεις εκεί πχ. 25 αλλιώς κάνε config (double).

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...