Breaking the emp announcer

kifu21

New member
Messages
25
Points
0
Age
33
Emulator
Hercules
Hi i need help on this I want to put the guild breaker’s name during WoE whoever breaks the castle Must be last hit basis

example

Emperium was destroyed

Credits goes to (Breaker Name) of guild (guild of the breaker)

 
http://herc.ws/board/topic/4745-emperium-breaker-ladder/

check the diff
change into announce strcharinfo(0)+" has break blah blah"

EDIT:
last hit basis is configure by conf\map\battle\monster.conf

Code:
// Defines on who the mob npc_event gets executed when a mob is killed.
// Type 1: On the player that killed the mob (if killed by a non-player, resorts to type 0)
// Type 0: On the player that did the most damage to the mob.
// NOTE: This affects who gains the Castle when the Emperium is broken.
mob_npc_event_type: 1

 
Last edited by a moderator:
Back
Top