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

  • 1 year later...
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...

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

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