Jump to content

Recommended Posts

Posted

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)

Posted

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

 

Posted

Do you know something about Java ? haha >.>

aint funny! yes i know... i am newbie though!

and this code as u guys said is simple!!!! any1 can understand what it is if he can read the code -,-

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