Changeset 920
Author: nefer
(2012/02/10 11:51) 3 months ago
[CORE][DP] - Hotfix pick up exception. - Fixed NPE for findArrowForBow. - Fixed player can't delevel during skill enchant (Like L2OFF)
Author: nefer
(2012/02/10 11:51) 3 months ago
[CORE][DP] - Hotfix pick up exception. - Fixed NPE for findArrowForBow. - Fixed player can't delevel during skill enchant (Like L2OFF)
Квест доступен персонажам, достигшим 74 уровень.<br>Quest for characters level 74 and above.<br>Квест доступен после выполнения квеста <font color=LEVEL>Last Imperial Prince</font>.<br>Quest <font color=\"LEVEL\">Last Imperial Prince</font> is not accomplished or the condition is not suitable.Отлично, иди в <font color=LEVEL>Wall Of Agros</font> и охоться на <font color=LEVEL>Canyon Antelope, Canyon Antelope Slave</font>.<br>Well, the fact is... <font color="LEVEL">It is necessary to write down the spells to erase the seal. For instance, it is a parchment</font>.<br>Как добудишь кожу — сразу возвращайся ко мне!Please go to Wall of Argos, and take a small amount of skin of the antelope. It only has to hunt <font color="LEVEL">Canyon Antelope</font> and <font color="LEVEL">Canyon Antelope Slave</font>. These skins are dressed, it becomes the substitute of the parchment.<br>Oh, that reminds it!<br><font color="LEVEL">Only the leader of the multi-party command channel</font> has to use the scroll to erase the seal. Someone of companions have a scroll. Therefore, it is not at all members that take the skin of Antelope. Did you understand?Отлично, иди в <font color=LEVEL>Wall Of Agros</font> и охоться на <font color=LEVEL>Canyon Antelope, Canyon Antelope Slave</font>.<br>Well, the fact is... <font color="LEVEL">It is necessary to write down the spells to erase the seal. For instance, it is a parchment</font>.<br>Как добудишь кожу — сразу возвращайся ко мне!Please go to Wall of Argos, and take a small amount of skin of the antelope. It only has to hunt <font color="LEVEL">Canyon Antelope</font> and <font color="LEVEL">Canyon Antelope Slave</font>. These skins are dressed, it becomes the substitute of the parchment.<br>Oh, that reminds it!<br><font color="LEVEL">Only the leader of the multi-party command channel</font> has to use the scroll to erase the seal. Someone of companions have a scroll. Therefore, it is not at all members that take the skin of Antelope. Did you understand?Спасибо ^_^<br>Then... well-made. The spell will be written in this.<br>Как я и обещал, получайте свою награду....<font color="LEVEL">Light brushes off the dark, and begins to shine on the concealed gate. The blocked barrier will be put out, and the way to the fact be opened</font>...<br>Completed it. Then, please visit <font color="LEVEL">Frintezza Teleporter</font> near the imperial tomb entrance with your companion. It should be able to meet Frintezza if it does so...<br>(A minimum of four parties may enter; five parties at most can enter. These parties must be organized through a command channel and the command channel leader must possess Frintezza's Magic Force Field Removal Scroll.)Привет путник.<br>Welcome. After that, It asked Wigoth after that and the seal was investigated. It seems to be still correct in that song. The seal that Frintezza made from this can be erased. The chance to approach him came.<br>Не мог бы ты помочь мне?And, Could you help put Frintezza to bed? As I told to you before, he cannot be completely defeated by power of us now. However, I think that it can obstruct the thing that he recovers power. In repeating it...<br><br><a action="bypass -h Quest 654_JourneytoaSettlement problema.htm">Yes, I help you.</a><a action="bypass -h Quest 654_JourneyToSettlement problema.htm">"А?что случилось?"</a>Моим двойником было вызвано великое зло, которое защищено специальным полем, через которое нельзя пройти!<br>Well, Thank you.<br>Но есть один способ пройти поле, для этого нужен <font color=LEVEL>Frintezza's Magic Force Field Removal Scroll</font><br>Then, I should prepare it so that you and your companion may release the seal. Why the companion?, will you fight against him alone surely? At least, you should gather the companion more than <font color="LEVEL">4 parties</font>. Do not make light of Frintezza that obtains the power of the demon. And, It cannot invade more than <font color="LEVEL">5 parties</font>. Because the place where he is is very small. Therefore, there are no means other than going by <font color="LEVEL">4 or 5 parties</font>.<br>Я могу помочь тебе с ним, но если ты одолжишь мне услугу, мне нужно <font color=LEVEL>Antelope Skin</font><br>The scroll that writes a spell to erase the seal temporarily is necessary so that you and your companion may invade. Of course, It is not difficult to make the scroll. Because which you clarified the password before. However...<br><a action="bypass -h Quest 654_JourneyToSettlement ok.htm">"Где мне достать эту ерунду?"</a><a action="bypass -h Quest 654_JourneytoaSettlement ok.htm">However...?</a>Ух, я уже заждался.<br>Thank you. Then, dress the skin. Pulled out the hair, scrape, thin and smooth. Can write down the spell, please.<br>Раздобыл кожу?<a action="bypass -h Quest 654_JourneytoaSettlement prines.htm">Dress the skin.</a><br><a action="bypass -h Quest 654_JourneyToSettlement prines.htm">"А то."</a>{{}{{{{{{{{addItem("Pickup", target, null, true);addItem("Pickup", target, null, true);//Like L2OFF Auto-Equip arrows if player has a bow and player picks up arrows.final L2EtcItem etcItem = (L2EtcItem) target.getItem();if(target.getItem() != null && target.getItem().getItemType() == L2EtcItemType.ARROW)if (etcItem != null)checkAndEquipArrows();{final L2EtcItemType itemType = etcItem.getItemType();if (itemType == L2EtcItemType.ARROW){checkAndEquipArrows();}}{{public final static long LEVEL[] = { -1L, // level 0 (unreachable){{{{{{if(player.getExp() >= _requiredExp)// Like L2OFF you can't delevel during skill enchantlong expAfter = player.getExp() - _requiredExp;if(player.getExp() >= _requiredExp && expAfter >= Experience.LEVEL[player.getLevel()]){{{{