HT spawn sequence + Banner length

Improved the Horntail spawn sequence to better fit the end of the animation with the HT parts assembly. Thanks to Arnah and Zenns.
Improved the usage of visual space by the "hint banners" throughout the source.
This commit is contained in:
ronancpl
2018-03-15 10:52:42 -03:00
parent 67ab83a09b
commit ae147a5a9f
8 changed files with 107 additions and 65 deletions

View File

@@ -553,7 +553,7 @@ public class Equip extends Item {
}
public final void showLevelupMessage(String msg, MapleClient c) {
c.getPlayer().showHint(msg);
c.getPlayer().showHint(msg, 300);
}
public void setItemExp(int exp) {