When you use dropMessage in shoot, it appears like this:
Instead of like:Code:[notice](Insert message here)
Code:(Insert message here)
In MapleCharacter, below this
Change:Code:public void dropMessage(String message) {
To:Code:dropMessage(0, message);
Really easy fix. Just thought I'd share.Code:dropMessage(6, message);



Reply With Quote![Fix for [notice] while using drop message in Metro/shoot](http://ragezone.com/hyper728.png)


