Jump to content

Recommended Posts

Posted

I just got confused..

 

Which one is the right code? >.>

let leeroy teach you

if (!activeChar.isNoble() && activeChar.getLevel() == 80)

 

If Char Is Noble And Char Is 80 Lv THEN Make Him Noble

 

:D w0w never will be noble with this code :D

! means NOT in java

Nice share though it would be good idea to put it in EnterWorld

  • 1 month later...
Posted

import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;

import net.sf.l2j.gameserver.serverpackets.InventoryUpdate;

 

if (!activeChar.isNoble() && activeChar.getLevel() == 80)

{

activeChar.setNoble(true);

activeChar.rewardSkills();

activeChar.getInventory().addItem("Tiara", ID, 1, activeChar, null);

}

  • 1 month later...
Posted

Sorry for the noob question, but where exactly do I edit this, where do I find L2PcInstance ?

 

I think its somewhere inside of workspace folder. (workspace/gameserver/java/net/l2j/sf and something )

I suggest you to use search for those things:P

Posted

there is no gameserver/java...maybe gameserver\data\jscript or something

 

edit: i havent found any guide on how to unpack the source file, edit it and pack it back up again

  • 1 year later...
Posted

There is an easier way...

L2PcInstance.java

 

	private boolean _noble = false;

set it to true and voila.. :P

 

It is very good for PvP server, i used :)

Posted

just more simple , open navicat -> characters -> design -> noblesse : deafult 1...

 

If the server is 1000 players?

The following code will help you solve problems


UPDATE `characters` SET nobless='1';
[/Code]

Posted

If the server is 1000 players?

The following code will help you solve problems


UPDATE `characters` SET nobless='1';
[/Code]

joking ? close for 1 min, open navicat and edit it thats all

Posted

joking ? close for 1 min, open navicat and edit it thats all

 

Sorry, my mistake when you mean to open up with functional design, I think the measures you use to manually edit all queries.

  • 1 month later...

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock