Jump to content

Orion Project - Server Files

Sign in to follow this  
Litu

Subclass Item Quest

Recommended Posts

Hi again,
In my server i need quest to get subclass but, i need a item/npc to get subclass buying server coin.
In L2j *** i can create something like this:
Β 

L2ItemInstance elixirItem = player.getInventory().getItemByItemId(6319);
						if (elixirItem == null)
						{
							player.sendMessage("You must have \"Mimir's Elixir\" in your inventory.");
							return;
						}

Its possible here?

Β 

Share this post


Link to post
Share on other sites

Hey,
I could create something like custom item for subclass.

Share this post


Link to post
Share on other sites

I dont know how, without java code

Share this post


Link to post
Share on other sites

You can leave a new post in requests for this.

Share this post


Link to post
Share on other sites

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
Sign in to follow this  


Γ—