Jump to content
  • 0

[Help] l2j Gracia Final hero status item


JustLikeMe

Question

How can i make an item e.g. gold dragon to give hero status?

I've made this:

 

<?xml version="1.0" encoding="UTF-8"?>

<list>

<item id="3481" name="Gold Dragon">

<a action="bypass -h admin_manualhero"></a>

</item>

</list>

 

its at gameserver\data\stats\etcitem  i dont think this works

I dunno where to find this item so i made this. How can i do this?

 

Edit:3481 is gold dragon's id.

 

 

Link to comment
Share on other sites

Recommended Posts

  • 0

I get an error when trying to load the gameserver. The error is SocialAction. from

activeChar.broadcastPacket(new SocialAction(activeChar.getObjectId(), 16));

Link to comment
Share on other sites

  • 0

Eclipse - your friend.

 

You should tell us what kind of error you got, and you should show us error log, but as I know this is fix:

 

import com.l2jserver.gameserver.network.serverpackets.SocialAction;

 

You have tu import class..to be able to use it.

Link to comment
Share on other sites

  • 0

Thx i will try it, btw i have Gracia Final and the import should be

import net.sf.l2j.gameserver.network.serverpackets.SocialAction;
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
Answer this question...

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