Jump to content

[Share]Killed Barakiel?[Set Noble]


Recommended Posts

that made me wonder too haha :P

Do you know something about Java ? haha >.>

 

Your shit code should to be

 


		if (player != null)
		{
+						int _barakielId = 25325;
+						if (getNpcId() == _barakielId)
+						{
+						player.setNoble(true);
+						player.sendMessage("You have gained Noblesse status by killing Barakiel!");
+						}
			broadcastPacket(new SystemMessage(SystemMessageId.RAID_WAS_SUCCESSFUL));
			if (player.getParty() != null)

Link to comment
Share on other sites

ouch didn't pay attention >< those parentheses xD

 

But n that case only the message will be broadcasted to the killer when he kills a random boss, its not making him a noble xD

 

Link to comment
Share on other sites

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
Reply to this topic...

×   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...