This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
janiko
When i kill mob without party it shows me this error, check in image
any idea why i ahve this error?
@Override public String onKill(L2Npc npc, L2PcInstance player, boolean isPet) { L2PcInstance partyMember = getRandomPartyMember(player, "1"); QuestState st = partyMember.getQuestState(getName()); // Line 130 if(st == null) { return null; } int npcId = npc.getNpcId(); if(st.getInt("cond") == 1) { if(npcId == Lavasaurus_Alpha) { st.giveItems(Lavasaurus_Alpha_Fragment, 1); st.playSound(SOUND_MIDDLE); st.set("cond", "2"); } } return null; }Uploaded with ImageShack.us
3 answers to this question
Recommended Posts