Показать сообщение отдельно
Непрочитано 21.05.2010, 19:50   #6
Изгнанные

Автор темы (Топик Стартер) Re: Доработки сборки L2Phoenix 19748 rev.

Цитата:
Сообщение от Devilop Посмотреть сообщение
наврятли это будет так как ни у кого нет исходников сией зборки и по этому фиг что сделют
а комунити борд можно и самому начиркать
Я бы начиркала,может быть,но нет скриптов,которые под эту сборку работают.. Вот что выдает ГС при попытке обработать один из скриптов PvP комунити для 18 ревизии

Код:
1. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\EnchC
B.java (at line 6)
        import l2p.gameserver.model.Inventory;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import l2p.gameserver.model.Inventory cannot be resolved
----------
2. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\EnchC
B.java (at line 10)
        import l2p.gameserver.model.instances.L2ItemInstance;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import l2p.gameserver.model.instances.L2ItemInstance cannot be resolved
----------
3. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\EnchC
B.java (at line 80)
        L2ItemInstance WeaponInSlot = null;
        ^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
----------
4. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\EnchC
B.java (at line 82)
        L2ItemInstance weaponType = player.getInventory().getPaperdollItem(Inven
tory.PAPERDOLL_RHAND);
        ^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
----------
5. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\EnchC
B.java (at line 82)
        L2ItemInstance weaponType = player.getInventory().getPaperdollItem(Inven
tory.PAPERDOLL_RHAND);
                                                                           ^^^^^
^^^^
Inventory cannot be resolved
----------
6. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\EnchC
B.java (at line 84)
        if(weaponType != null && weaponType.getEquipSlot() == Inventory.PAPERDOL
L_RHAND)
                                                              ^^^^^^^^^
Inventory cannot be resolved
----------
7. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\EnchC
B.java (at line 89)
        weaponType = player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_
LRHAND);
                                                            ^^^^^^^^^
Inventory cannot be resolved
----------
8. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\EnchC
B.java (at line 90)
        if(weaponType != null && weaponType.getEquipSlot() == Inventory.PAPERDOL
L_LRHAND)
                                                              ^^^^^^^^^
Inventory cannot be resolved
----------
9. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\EnchC
B.java (at line 137)
        L2ItemInstance armorInChestSlot = null;
        ^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
----------
10. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 138)
        final L2ItemInstance armor = player.getInventory().getPaperdollItem(Inve
ntory.PAPERDOLL_CHEST);
              ^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
----------
11. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 138)
        final L2ItemInstance armor = player.getInventory().getPaperdollItem(Inve
ntory.PAPERDOLL_CHEST);
                                                                            ^^^^
^^^^^
Inventory cannot be resolved
----------
12. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 155)
        if(armor != null && armor.getEquipSlot() == Inventory.PAPERDOLL_CHEST)
                                                    ^^^^^^^^^
Inventory cannot be resolved
----------
13. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 160)
        for(final L2ItemInstance item : player.getInventory().getItems())
                  ^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
----------
14. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 160)
        for(final L2ItemInstance item : player.getInventory().getItems())
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from element type l2p.gameserver.model.items.L2Ite
mInstance to L2ItemInstance
----------
15. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 195)
        final FastList<L2ItemInstance> equiped = new FastList<L2ItemInstance>();

                       ^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
----------
16. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 195)
        final FastList<L2ItemInstance> equiped = new FastList<L2ItemInstance>();

                                                              ^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
----------
17. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 197)
        for(final L2ItemInstance item : player.getInventory().getItems())
                  ^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
----------
18. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 197)
        for(final L2ItemInstance item : player.getInventory().getItems())
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from element type l2p.gameserver.model.items.L2Ite
mInstance to L2ItemInstance
----------
19. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 216)
        for(final L2ItemInstance jewel : equiped)
                  ^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
----------
20. ERROR in D:\phoenix1\gameserver\data\scripts\services\PVPCommunityBoard\Ench
CB.java (at line 330)
        final L2ItemInstance Coin = player.getInventory().getItemByItemId(MONEY_
ID);
              ^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
Анна вне форума Ответить с цитированием