Jump to content

[HELP] System


RnZi

Recommended Posts

well only lines I found is

 

1501	1	a,Only Noblesse can participate in the Olympiad.\0	0	79	9B	B0	FF	a,	a,	0	0	0	0	0	a,	a,none\0
1674	1	a,This command can only be used by a Noblesse.\0	0	79	9B	B0	FF	a,ItemSound3.sys_shortage\0	a,	0	0	0	0	0	a,	a,none\0
1694	1	a,Only a clan leader that is a Noblesse can view the Siege War Status window during a siege war.\0	0	79	9B	B0	FF	a,ItemSound3.sys_shortage\0	a,	0	0	0	0	0	a,	a,none\0

Link to comment
Share on other sites

The "You gain noblesse status" is a system message written on the core side of server mate.not on client one. Try via eclipse

 

activeChar.sendMessage("You gain noblesse status"); on l2pcinstance

if(noble > 0)
	{
		setNoble(true);
                        activeChar.sendMessage("You gain noblesse status");
	}

Link to comment
Share on other sites

Guest Elfocrash

activeChar.sendMessage("You gain noblesse status"); on l2pcinstance

if(noble > 0)
	{
		setNoble(true);
                        activeChar.sendMessage("You gain noblesse status");
	}

 

ye i was just too bored to write da code :P

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