Сообщений: 18
Тем: 2
Зарегистрирован: May 2010
В сборке феникса 19рев. не нашла скриптов PvP комунити,скачала на Вашем сайте,установила комунити борд,но не работает ни баферр,ни заточка оружия,ни ТП - только ГМшоп и Сервисы смены пола,ника и так далее... Помогите пожалуйста эту проблему решить... Буду очень признательна!
Сообщений: 18
Тем: 2
Зарегистрирован: May 2010
Помочь решить
Пожааалуйста..) У меня даже кнопка не нажимается... Жму Ench +15 даже кнопка не жмется...
Сообщений: 4,393
Тем: 77
Зарегистрирован: Jul 2009
Репутация:
69,266
Помочь решить - это когда скидываются свои наработки и конкретно описывается что надо сделать
Сообщений: 18
Тем: 2
Зарегистрирован: May 2010
Своих "наработок" у меня нет,я скачала коммунити с Вашего форума,но он не работает..
http://narod.ru/disk/20974556000/Communi...d.zip.html
В логах ГС при попытке клацнуть на кнопку заточить выдает,что скрипт не найден,хотя он лежит там где ему положено быть((
Сообщений: 4,393
Тем: 77
Зарегистрирован: Jul 2009
Репутация:
69,266
Если хочешь отпиши в icq, пока не занят попробую помочь
Сообщений: 18
Тем: 2
Зарегистрирован: May 2010
Хорошо,я Вам написала,но что то вы молчите)
Сообщений: 5,670
Тем: 145
Зарегистрирован: Nov 2008
Репутация:
33,771
А у него спам фильтр)) Пиши больше)
Сообщений: 18
Тем: 2
Зарегистрирован: May 2010
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