|
Post by Jimmyn on Jan 10, 2019 0:46:48 GMT 1
How Can I train those skills (seeking and fleeing) = same to tps? and Can you help me to understand how they works? example: Player1 has 60 flee and Player2 has 100 seeking, the player 1 can flee of player2 (same instincts), what is the exactly roll of instincts in the formula? Is it an exaclty formula or random? I never understands how they works
|
|
|
Post by Belouch on Jan 10, 2019 1:06:28 GMT 1
-Only way to train them for now is train alone or with master (maybe that will change) -Instinct gives a nice bonus to both seeking and fleeing skills -When trying to flee, the code compares the fleeing skill of the fleer with the seeking skill of the attacker. Based on how big this difference is, the fleer will maybe have 10, 20, 30 or 50% chance to flee. Let's say it's 37%, then every round a random(1,100) dice is thrown. If the result is under 37, then the char flees, if not it's blocked.
|
|