Show your support by donating any amount. (Note: We are still technically a for-profit company, so your
contribution is not tax-deductible.)
PayPal Acct:
Feedback:
Donate to VoyForums (PayPal):
[ Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time ] |
Subject: bugs in handler | |
Author: law |
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
Date Posted: 12:31:21 10/28/04 Thu hi, i have inplmemted fleongs quest handler i´ve made it 80% work but now i have 2 lil errors: Code: private static L2ItemInstance findItemId( L2PcInstance player, int itemId ) { ArrayList _items = [color=red]new ArrayList(player.getInventory().getItems());[/color]..... Quote: The constructor ArrayList(L2ItemInstance[]) is undefined Code: private static L2ItemInstance findQuestItemId( L2PcInstance player, int itemId ) { ArrayList _items = [color=red]new ArrayList(player.getQuestInventory().getItems());[/color] Quote: The constructor ArrayList(L2ItemInstance[]) is undefined Anyone know how to fix this ? [ Next Thread | Previous Thread | Next Message | Previous Message ] |