123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <html><body><center>
- Withdraw Clan:
- <img src="L2UI.SquareWhite" width=260 height=1>
- <img src="L2UI.SquareBlank" width=1 height=3>
- <br><br>
- <table width=260>
- <tr><td width=120>Weapon</td>
- <td><button value="A..Z" action="bypass -h npc_%objectId%_WithdrawSortedC WEAPON A2Z" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Z..A" action="bypass -h npc_%objectId%_WithdrawSortedC WEAPON Z2A" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Grade" action="bypass -h npc_%objectId%_WithdrawSortedC WEAPON GRADE" width=50 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr>
- <tr><td>Armors</td>
- <td><button value="A..Z" action="bypass -h npc_%objectId%_WithdrawSortedC ARMOR A2Z" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Z..A" action="bypass -h npc_%objectId%_WithdrawSortedC ARMOR Z2A" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Grade" action="bypass -h npc_%objectId%_WithdrawSortedC ARMOR GRADE" width=50 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr>
- <tr><td>Mats</td>
- <td><button value="A..Z" action="bypass -h npc_%objectId%_WithdrawSortedC MATERIAL A2Z" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Z..A" action="bypass -h npc_%objectId%_WithdrawSortedC MATERIAL Z2A" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Type" action="bypass -h npc_%objectId%_WithdrawSortedC MATERIAL TYPE" width=50 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr>
- <tr><td>Recipes</td>
- <td><button value="A..Z" action="bypass -h npc_%objectId%_WithdrawSortedC RECIPE A2Z" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Z..A" action="bypass -h npc_%objectId%_WithdrawSortedC RECIPE Z2A" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Level" action="bypass -h npc_%objectId%_WithdrawSortedC RECIPE LEVEL" width=50 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr>
- <tr><td>Amulets</td>
- <td><button value="A..Z" action="bypass -h npc_%objectId%_WithdrawSortedC AMULETT A2Z" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Z..A" action="bypass -h npc_%objectId%_WithdrawSortedC AMULETT Z2A" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td></td></tr>
- <tr><td>Books</td>
- <td><button value="A..Z" action="bypass -h npc_%objectId%_WithdrawSortedC SPELLBOOK A2Z" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Z..A" action="bypass -h npc_%objectId%_WithdrawSortedC SPELLBOOK Z2A" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td></td></tr>
- <tr><td>Shots/Scrolls</td>
- <td><button value="A..Z" action="bypass -h npc_%objectId%_WithdrawSortedC CONSUMABLE A2Z" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Z..A" action="bypass -h npc_%objectId%_WithdrawSortedC CONSUMABLE Z2A" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td></td></tr>
- <tr><td>Others</td>
- <td><button value="A..Z" action="bypass -h npc_%objectId%_WithdrawSortedC OTHER A2Z" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Z..A" action="bypass -h npc_%objectId%_WithdrawSortedC OTHER Z2A" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td></td></tr>
- <tr><td></td><td></td><td></td><td></td></tr>
- <tr><td>All Items</td>
- <td><button value="A..Z" action="bypass -h npc_%objectId%_WithdrawSortedC ALL A2Z" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td><button value="Z..A" action="bypass -h npc_%objectId%_WithdrawSortedC ALL Z2A" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
- <td></td></tr>
- </table>
- <br><br>
- <img src="L2UI.SquareWhite" width=260 height=1>
- <img src="L2UI.SquareBlank" width=1 height=3>
- </body></html>
|