Page 1 of 1

hero item list

Posted: Tue Jul 27, 2010 3:16 am
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

Re: hero item list

Posted: Tue Jul 27, 2010 3:36 am
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

Re: hero item list

Posted: Tue Jul 27, 2010 3:51 am
by nimeni
i found myself ... i come to close this post.
thanks anyway ... you were fast
:)