diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-30 13:49:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-30 13:49:02 -0300 |
commit | 9f3fcb878729eff5d18ac63d1aa4ddcd29363142 (patch) | |
tree | 3b88a4e6b7d31188702faa016993306bd0d72f60 /npc/003-3 | |
parent | c30052db35f8dcf91018feabb3cc8830e846b7c1 (diff) | |
download | serverdata-9f3fcb878729eff5d18ac63d1aa4ddcd29363142.tar.gz serverdata-9f3fcb878729eff5d18ac63d1aa4ddcd29363142.tar.bz2 serverdata-9f3fcb878729eff5d18ac63d1aa4ddcd29363142.tar.xz serverdata-9f3fcb878729eff5d18ac63d1aa4ddcd29363142.zip |
Malindou: Convert the old homunculus skills to the new ones.
Also, nerf agility homunculus default HP.
It is not supposed to rival Tanker in withstanding raw damage.
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 6bcfe669e..a1ff37f7c 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -645,6 +645,24 @@ OnInit: debugmes "* New global variables"; debugmes ""; } + // Current UPDATE value: Qui Dez 20 13:47:10 BRT 2021 + // Homun Skill Update + if ($UPDATE < 1640882830) { + $UPDATE=1640882830; + query_sql("UPDATE IGNORE `skill_homunculus` SET `id`=8047 WHERE `id`=8013"); // HVAN_CAPRICE + query_sql("UPDATE IGNORE `skill_homunculus` SET `id`=8048 WHERE `id`=8002"); // HLIF_AVOID + query_sql("UPDATE IGNORE `skill_homunculus` SET `id`=8050 WHERE `id`=8008"); // HAMI_BLOODLUST + query_sql("UPDATE IGNORE `skill_homunculus` SET `id`=8049 WHERE `id`=8006"); // HAMI_DEFENSE + query_sql("UPDATE IGNORE `skill_homunculus` SET `id`=8051 WHERE `id`=8009"); // HFLI_MOON + query_sql("UPDATE IGNORE `skill_homunculus` SET `id`=8053 WHERE `id`=8011"); // HFLI_SPEED + query_sql("UPDATE IGNORE `skill_homunculus` SET `id`=8052 WHERE `id`=8010"); // HFLI_FLEET + query_sql("UPDATE IGNORE `skill_homunculus` SET `id`=8054 WHERE `id`=8020"); // MH_POISON_MIST + query_sql("UPDATE IGNORE `skill_homunculus` SET `id`=8055 WHERE `id`=8032"); // MH_GOLDENE_FERSE + query_sql("UPDATE IGNORE `skill_homunculus` SET `id`=8056 WHERE `id`=8031"); // MH_STAHL_HORN + debugmes ""; + debugmes "* New homunculus skills"; + debugmes ""; + } // This mensures Contributors Credits, and changes only during updates. |