Jump to content

[Share]Clan Rep Points Item.


Recommended Posts

a reputation points item..sound a very good share

i wana know if you can make one for knights epaulete...coz now its hard to make on G3 or Epilogue so i think most of the servers need such a npc or item

Link to comment
Share on other sites

a reputation points item..sound a very good share

i wana know if you can make one for knights epaulete...coz now its hard to make on G3 or Epilogue so i think most of the servers need such a npc or item

 

Are you for real ?

 

If yes make  a custom shop  multisell

<?xml version='1.0' encoding='utf-8'?>
<!-- Knights Epaulette -->
<list maintainEnchantment="false">

  <!-- Knights Epaulette -->
  <item id="1">
    <ingredient id="57" count="10000"/>
    <production id="9912" count="1"/>
  </item>
</list>

Link to comment
Share on other sites

  • 2 months later...

Why i take this error?

http://img99.imageshack.us/i/desbx.jpg/

Ok with this i delete the .network and its ok. Now i have this.

http://img830.imageshack.us/i/des1w.jpg/

Ok and this solved. Wait for Feedback xD

 

I have it at config True and i do it all ok. But look now.

des2e.jpg

Link to comment
Share on other sites

I have it at config True and i do it all ok. But look now.

des2e.jpg

 

Βecause you didn't register it, as the GS Console shows, lol.

Link to comment
Share on other sites

Βecause you didn't register it, as the GS Console shows, lol.

I don't have this two, to put it between! What i must do?

if (Config.ALLOW_NOBLE_CUSTOM_ITEM)
			_itemHandler.registerItemHandler(new NobleCustomItem());

if (Config.ALLOW_HERO_CUSTOM_ITEM)
			_itemHandler.registerItemHandler(new HeroCustomItem());

 

Now i have it after this.

if(Config.L2JMOD_ALLOW_WEDDING)
	_voicedCommandHandler.registerVoicedCommandHandler(new Wedding());

Link to comment
Share on other sites

I don't understand what's your problem then.

You registered the handler, eclipse doesn't show errors, everything runs smoothly at the gs, so?

Link to comment
Share on other sites

I don't understand what's your problem then.

You registered the handler, eclipse doesn't show errors, everything runs smoothly at the gs, so?

Well he may have the same issue like JvE on wrong imported and checked out source.
Link to comment
Share on other sites

I don't understand what's your problem then.

You registered the handler, eclipse doesn't show errors, everything runs smoothly at the gs, so?

I can't understand!

 

Well he may have the same issue like JvE on wrong imported and checked out source.

JvE fix it you know? If yes show me what he do..

Link to comment
Share on other sites

I can't understand!

 

If you can't understand words like "gs" or "eclipse" then I suggest that you stopped Developing L2J.

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