Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
PvPComunity Board Scripts
#1
В сборке феникса 19рев. не нашла скриптов PvP комунити,скачала на Вашем сайте,установила комунити борд,но не работает ни баферр,ни заточка оружия,ни ТП - только ГМшоп и Сервисы смены пола,ника и так далее... Помогите пожалуйста эту проблему решить... Буду очень признательна!
Ответ
#2
Помочь или решить эту проблему за вас?Smile
Ответ
#3
Помочь решить Smile Пожааалуйста..) У меня даже кнопка не нажимается... Жму Ench +15 даже кнопка не жмется...
Ответ
#4
Помочь решить - это когда скидываются свои наработки и конкретно описывается что надо сделать
Ответ
#5
Своих "наработок" у меня нет,я скачала коммунити с Вашего форума,но он не работает.. http://narod.ru/disk/20974556000/Communi...d.zip.html

В логах ГС при попытке клацнуть на кнопку заточить выдает,что скрипт не найден,хотя он лежит там где ему положено быть((
Ответ
#6
Если хочешь отпиши в icq, пока не занят попробую помочь
Ответ
#7
Хорошо,я Вам написала,но что то вы молчите)
Ответ
#8
А у него спам фильтр)) Пиши больше)
Ответ
#9
up! Все еще актуален вопрос переноса скриптов PvP коммунити 18 ревизии на 19748!(
Вот ошибки,которые пишет ГС при попытке обработать скрипт EnchCB

Код:
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
Ответ
#10
Не верные импорты в скрипте.
На сколько я помню у фениксов L2ItemInstance лежит не l2p.gameserver.model.instances.L2ItemInstance, а
l2p.gameserver.model.items.L2ItemInstance и Inventory лежит не l2p.gameserver.model.Inventory, а l2p.gameserver.model.items.Inventory (по крайней мере на 17352 реве так)

Короче попробуйте в скрипте EnchCB.java поменять импорты с:
Код:
l2p.gameserver.model.instances.L2ItemInstance
l2p.gameserver.model.Inventory
заменить на:
Код:
l2p.gameserver.model.items.L2ItemInstance
l2p.gameserver.model.items.Inventory

Пишите в аську (41(нуль)37(три)782), попробую помочь чем смогу. Правда не всегда бываю у компа.
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  iframe в Community Board Froust 7 3,162 05-16-2017, 07:36 AM
Последний пост: Froust
  Нужен Community Board под Interlude Bear_Rux 0 1,672 08-22-2016, 11:37 AM
Последний пост: Bear_Rux
  установка Community Board Vlad2000 37 26,844 02-08-2016, 05:57 AM
Последний пост: Senriido
  Community Board Shiler 8 4,442 03-16-2015, 09:42 PM
Последний пост: ProDev
  Community board n00N 4 1,895 10-12-2013, 10:24 AM
Последний пост: n00N
  Community Board Сантехник 1 1,729 10-01-2013, 05:18 PM
Последний пост: Scream
  Примочки для Community Board atures 6 2,415 08-10-2013, 11:45 PM
Последний пост: atures
  Исходники community board bujhm1706 16 8,005 08-02-2013, 09:27 PM
Последний пост: Gaikotsu
  включить Community Board NightWar 4 3,744 08-28-2012, 11:40 AM
Последний пост: NightWar
  Добавить страницу в Community Board duhnochi 6 2,031 08-28-2012, 03:37 AM
Последний пост: duhnochi

Перейти к форуму:


Пользователи, просматривающие эту тему: 2 Гость(ей)