Fix for [notice] while using drop message in Metro/shoot

Results 1 to 4 of 4
  1. #1
    Account Upgraded | Title Enabled! redeemer34 is offline
    MemberRank
    Aug 2008 Join Date
    335Posts

    Fix for [notice] while using drop message in Metro/shoot

    When you use dropMessage in shoot, it appears like this:

    Code:
    [notice](Insert message here)
    Instead of like:

    Code:
    (Insert message here)

    In MapleCharacter, below this

    Code:
    public void dropMessage(String message) {
    Change:

    Code:
    dropMessage(0, message);
    To:
    Code:
    dropMessage(6, message);
    Really easy fix. Just thought I'd share.


  2. #2
    Infraction Banned Franzi is offline
    MemberRank
    Dec 2009 Join Date
    137Posts

    Re: Fix for [notice] while using drop message in Metro/shoot

    This will take off [Notice]

    when GM does a notice!

  3. #3
    Alpha Member Anujan is offline
    MemberRank
    May 2008 Join Date
    Ontario, CanadaLocation
    1,633Posts

    Re: Fix for [notice] while using drop message in Metro/shoot

    Quote Originally Posted by Franzi View Post
    This will take off [Notice]

    when GM does a notice!
    No. It won't o_o;

  4. #4
    I LOVE RAGEZONE! HaruTheHero is offline
    MemberRank
    Jan 2010 Join Date
    MYOB!Location
    239Posts

    Re: Fix for [notice] while using drop message in Metro/shoot

    Quote Originally Posted by Franzi View Post
    This will take off [Notice]

    when GM does a notice!
    this is for metroms commands example of player.dropMessage and u will never see [notice] anymore.



Advertisement