L2JMobius

High Five Announce Boss/Mob is Alive

WereWoofer · 3 · 776

Offline WereWoofer

  • Heir
  • **
    • Posts: 25
Can someone please tell me how to do it?  :-[


Offline SavitarGodOfSpeed

  • Baron
  • *****
    • Posts: 211
  • Here to gain knowledge
Check your Config files i am pretty sure that in the custom folder there is a file of what you are looking for


Offline WereWoofer

  • Heir
  • **
    • Posts: 25
Dont have it
how can i make a global announce using something like this = activeChar.sendMessage("Auto potions is disabled.");
Done
         for (Player activeChar : World.getInstance().getPlayers())
         {
            activeChar.sendMessage("MESSAGE");         
         }