Сообщений: 18
Тем: 2
Зарегистрирован: May 2010
Куплю рабочий полностью готовый к употреблению комунити борд со скриптами под сборку 19748(!) ревизии,а так же фикс для нормального функционирования рестарта сервера. Цены прошу называть разумные.
Сообщений: 15
Тем: 1
Зарегистрирован: May 2010
Репутация:
-88
Фикс рестарта в ядре 19749 есть, разве что декомпилом можно пофиксить.
Сообщений: 18
Тем: 2
Зарегистрирован: May 2010
Сообщений: 1,004
Тем: 48
Зарегистрирован: Jan 2010
Репутация:
2,274
наврятли это будет так как ни у кого нет исходников сией зборки и по этому фиг что сделют
а комунити борд можно и самому начиркать
ЛЮДИ ВКЛЮЧИТЕ ВАШИ МОЗГИ
а то китайцы уже андроидов в телефоны пихают
Nokia N810
Сообщений: 18
Тем: 2
Зарегистрирован: May 2010
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
Сообщений: 889
Тем: 21
Зарегистрирован: May 2010
Репутация:
12,856
Анна и ИгорьJZ Разводилы с ними лучьше дел неиметь... Если надо есть доказательства.
Сообщений: 18
Тем: 2
Зарегистрирован: May 2010
Mangol,
Обо мне пожалуйста поконкретнее.
З.Ы.: Деньги перевожу вперед.
Сообщений: 889
Тем: 21
Зарегистрирован: May 2010
Репутация:
12,856
Я уже сказал мнение о вас 2-их. Каму интиресно мне в аську докажу покажу кто они такие.
Сообщений: 1,004
Тем: 48
Зарегистрирован: Jan 2010
Репутация:
2,274
получил от мангола предоставленые логи переписки
могу подтвердить что Анна разводит людей как и ИгорьJZ так как они в одной компании
ЛЮДИ ВКЛЮЧИТЕ ВАШИ МОЗГИ
а то китайцы уже андроидов в телефоны пихают
Nokia N810