Added: a brand-new default dashboard template.
You can now add multiple game/login server builds.
Full support for running both PTS & L2J servers simultaneously, with switching between them.
Payment systems: added OmegaPay and Pally (new PayPal-style API).
Account history now stores everything: donations, items delivered to characters, referrals, transfers between game accounts, and coin transfers to another master account.
Personal Promo Code System: you can create a promo code and assign it to a user or promoter. When donating, a player can enter this promo code to receive bonus coins, and the promo code owner also receives a bonus — all fully configurable in the admin panel.
Look demo site: demo
MoMoProxy has updated more static residential proxies for USA location, anyone interested in can view: https://momoproxy.com/static-residential-proxies
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