hero item list

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
nimeni
Posts: 19
Joined: Fri Jun 15, 2007 7:43 pm

hero item list

Post by nimeni »

Who can help me with some details
Where can I find the heroes list Items?
Npc id: 31688

<a action="bypass -h npc_%objectId%_OlympiadNoble 7">Purchase an item using Noblesse Gate Pass.</a><br>
<a action="bypass -h npc_%objectId%_OlympiadNoble 8">Purchase an item using Olympiad Tokens.</a><br>

Thanks
User avatar
badboy29
Posts: 417
Joined: Fri Apr 24, 2009 5:34 am
Location: Brazil

Re: hero item list

Post by badboy29 »

L2OlympiadManagerInstance.java

Code: Select all

 case 7:      L2Multisell.getInstance().separateAndSend(102, player, getNpcId(), false, getCastle().getTaxRate());      break;case 8:      L2Multisell.getInstance().separateAndSend(103, player, getNpcId(), false, getCastle().getTaxRate());      break;
Multisell Files 102.xml and 103.xml
Aka UnHoly
nimeni
Posts: 19
Joined: Fri Jun 15, 2007 7:43 pm

Re: hero item list

Post by nimeni »

i found myself ... i come to close this post.
thanks anyway ... you were fast
:)
Post Reply