diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-07-23 22:08:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-07-23 22:08:21 -0300 |
commit | bdd7f5628f0a45f3567e0cd702eaeeea0b7164a5 (patch) | |
tree | 23ed0df48501a2204491a980361b146414401530 | |
parent | 0872b58da1fa3dd005f1056ffa85cc6b0610ed9f (diff) | |
download | serverdata-bdd7f5628f0a45f3567e0cd702eaeeea0b7164a5.tar.gz serverdata-bdd7f5628f0a45f3567e0cd702eaeeea0b7164a5.tar.bz2 serverdata-bdd7f5628f0a45f3567e0cd702eaeeea0b7164a5.tar.xz serverdata-bdd7f5628f0a45f3567e0cd702eaeeea0b7164a5.zip |
Some hack for Bifs
-rw-r--r-- | conf/map/battle/limits.conf | 4 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/map/battle/limits.conf b/conf/map/battle/limits.conf index 78498219e..0cfc80894 100644 --- a/conf/map/battle/limits.conf +++ b/conf/map/battle/limits.conf @@ -46,7 +46,9 @@ flee_max_limit: 32767 // flee2 limits flee2_min_limit: 10 -flee2_max_limit: 32767 +//flee2_max_limit: 32767 +// [TMW2] Our limit is 50% perfect dodge in all circumstances +flee2_max_limit: 9000 // critical attack limits critical_min_limit: 10 diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index a08b54181..16d3e7b5e 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -1000,6 +1000,7 @@ OnInit: // should be disregarded if they're not involved with the project. // Standard patch (DIY); 10 points // Reports: 1 point if relevant enough + // Translation: 100 strings = 1 point // You may get more points for complexity, difficulty, usability, etc. // You may get less points if you don't do it yourself, eg. a bug report. @@ -1025,7 +1026,7 @@ OnInit: htput($@CONTRIBUTORS, "jak1", 30); htput($@CONTRIBUTORS, "meway", 25); htput($@CONTRIBUTORS, "testuser", 25); - htput($@CONTRIBUTORS, "manatauro", 21); + htput($@CONTRIBUTORS, "manatauro", 22); htput($@CONTRIBUTORS, "HoraK", 20); htput($@CONTRIBUTORS, "dustman", 18); htput($@CONTRIBUTORS, "povo", 10); |