Jump to content

Recommended Posts

Posted

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

Guest Elfocrash
Posted

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

Posted

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");
	}

Guest Elfocrash
Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..