Jump to content
  • 0

Announce Localization of the PVP/PK kill?


Question

Posted

Hi i have alreadt implemente in the server the feature "ANNOUNCE FOR PVP/PK KILL", but i m asking if is possible add to this a "LOCALIZATION", Example:

 

"A" has defeat "C", Zone: (Monastery of Silence).

 

Thx for who can help me..

5 answers to this question

Recommended Posts

  • 0
Posted

well , look at the CursedWeapon.java / CursedWeaponManager.java

 

u will find it. i mean , check for the shit that says : ( example : demonic sword zariche has been dropped to monastery of silence zone ) sth like that..

  • 0
Posted
On 6/17/2009 at 8:39 PM, ZeroCool22 said:

Hi i have alreadt implemente in the server the feature "ANNOUNCE FOR PVP/PK KILL", but i m asking if is possible add to this a "LOCALIZATION", Example:

 

"A" has defeat "C", Zone: (Monastery of Silence).

 

Thx for who can help me..

 

It is possible yes

On 6/17/2009 at 8:39 PM, ZeroCool22 said:

Hi i have alreadt implemente in the server the feature "ANNOUNCE FOR PVP/PK KILL", but i m asking if is possible add to this a "LOCALIZATION", Example:

 

"A" has defeat "C", Zone: (Monastery of Silence).

 

Thx for who can help me..

 

It is possible yes

Propably there is a method that gets ZoneId

  • 0
Posted

World.toAllOnlinePlayers(SystemMessage.getSystemMessage(SystemMessageId.S1_S2).addZoneName(killer.getPosition()).
                    addString("-> "+killer.getName()+" has killed "+getName()));

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...