|
|
#1 |
|
Спонсор Арены
|
[13:22:08] INFO =================================================
[13:22:08] INFO Project Revision: ........ L2s [18003] [13:22:08] INFO Build Revision: .......... 5602 [13:22:08] INFO Update: .................. Epic Tale of Aden: Infinite of Odyssey [13:22:08] INFO Build date: .............. 2015.09.10 00:54 [13:22:08] INFO Compiler version: ........ 1.8.0_60-b27 (Oracle Corporation) [13:22:08] INFO ================================================= http://l2central.info/wiki/Летная_погода Была не верная награда: Код:
else if(st.getQuestItemsCount(Mark) >= 5)
{
htmltext = "32557-14.htm";
if(transform == 1)
st.giveItems(13553, 1);
else if(transform == 2)
st.giveItems(13554, 1);
st.takeAllItems(Mark);
st.giveItems(13857, 1);
st.addExpAndSp(6660000, 1598);
st.exitCurrentQuest(false);
st.playSound(SOUND_FINISH);
}
else if(transform < 1)
htmltext = "32557-07.htm";
else
htmltext = "32557-11.htm";
return htmltext;
__________________
|
|