Jump to content

Question

Posted

Hello plz tell me if possible to make some bosses to shout when you fight with the. For example: it will say in global or hero chat %target try harder next time!!

11 answers to this question

Recommended Posts

  • 0
Posted (edited)
int npcId = getNpcId();

 

switch (npcId)

{

case addidhere: 

Announcements.getInstance().announceToAll("Add text here.");

break;

 

example. 

 

find the method you want and add the code below, on kill? on attack? on target ? there are plenty

Edited by Ayami-
  • 0
Posted

And I'll add my own grand boss rbs? Because I have custom ones

yes just add something so your ids can be reachable from the gameserver and add them on the case:

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock