down Posted April 21, 2009 Posted April 21, 2009 I wanna know if its possible to have an announce after a rb is killed, like: "RaidBoss Baium has been killed by weghgfd!"
0 Matim Posted April 22, 2009 Posted April 22, 2009 Make an AI for Your rb and then you should make somethink like that if your rb is death ..announce bla bla bla , cheack AI script and you will its very simple to do it .
0 Jigsaw* Posted April 22, 2009 Posted April 22, 2009 stay loged in all the day and watch the RBs then you can make an announcement yourself and no auto :P
0 down Posted April 22, 2009 Author Posted April 22, 2009 Well, dunno wth im doing wrong but i can add announce after the rb is killed and announce will contain the killers nick but i cant make it to announce which rb has been killed and by who...
0 Nedved Posted April 22, 2009 Posted April 22, 2009 data\scripts\ai\individual Select Boss and in this part public String onKill (L2NpcInstance npc, L2PcInstance killer, boolean isPet) { bla bla bla } put this Announcements.getInstance().announceToAll("Gz to " + killer + " he kill the Baium!");
0 Vago Posted April 22, 2009 Posted April 22, 2009 do ti in core, in L2RaidBossInstance or whatever its called. add on doDie something like Announcements.getInstance().announceToAll(killer.getName() + " just killed " + this.getName());
0 down Posted April 22, 2009 Author Posted April 22, 2009 I've already tryed this: Announcements.getInstance().announceToAll(""+killer.getName()+" has successfully defeated raidboss "+raidboss.getName()+""); and it doesnt work. The problem is with raidboss.getname() PS: Thx vago! Works perfect :)
0 Commodus Posted April 27, 2009 Posted April 27, 2009 Please one moderator lock it to avoid spam... Thx!
0 Intrepid Posted April 27, 2009 Posted April 27, 2009 Please one moderator lock it to avoid spam... Thx! topic locked
Question
down
I wanna know if its possible to have an announce after a rb is killed, like: "RaidBoss Baium has been killed by weghgfd!"
8 answers to this question
Recommended Posts