Jump to content
  • 0

[Help]Item obtain by Quest


Question

Posted

Hey!

I would like to obtain item after monster kill by Quest (you know with sound), such as pouches in the sub-class quest, but i don't want start a Quest at NPC, I want kill a monster and I want obtain item. Can you help me with soruce cod of that quest?

 

Thanks a lot,

Best Regards

12 answers to this question

Recommended Posts

  • 0
Posted

I coded it using notepad, so may contain typos (and be sure package name match where you are gona place it)

 

package custom.obtainitemfrommob;

import com.l2jserver.gameserver.model.actor.L2Npc;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
import com.l2jserver.gameserver.model.quest.Quest;
import com.l2jserver.gameserver.model.quest.QuestState;

public final class ObtainItemFromMob extends Quest {
private static final String qn = "ObtainItemFromMob";

private static final int ITEM_ID = 0; //Item given on mob death
private static final long ITEM_COUNT = 1L; //A-beep-t given (1 by default)
private static final int[] MOBS = {00000,00001} // Mobs ids separated by ,

public ObtainItemFromMob(int questId, String name, String dscr) {
	super(questId, name, dscr);
	for(int i : MOBS)
		addKillId(i);
}

@Override
public String onKill(L2Npc npc, L2PcInstance killer, boolean isPet) {
	QuestState st = killer.getQuestState(qn);
	if(st == null)
		st = newQuestState(killer);

	killer.addItem(qn,ITEM_ID,ITEM_COUNT,npc,true);
	st.playSound("Itemsound.quest_itemget");
	return null;
}

public static void main(String...args) {
	new ObtainItemFromMob(-1,qn,"");
}
}

  • 0
Posted

So I paste it into __int__.py in custom\ObtainItemFromMob

 

And I had this error:

 

Traceback (innermost last):
  (no code object) at line 0
SyntaxError: ('invalid syntax', ('__init__.py', 1, 9, 'package custom.obtainitemfrommob;'))

  • 0
Posted

You shouldn't make script from nothing to a ppl who obviously can't make the diff between a java and a python file. They learn nothing and they will continue to ask the same things over and over.

 

I won't do the stuff with fish and fishpole, you probably know it :P. Spoon-feeding is bad.

 

I say that, I say nothing. I got fortunately nothing versus to help newbies... Guess you got my point.

 

Long time we didn't see you :P.

 

PS : he probably didn't see the npc range.

  • 0
Posted

I don't even know why you go on agressive side, as I was talking to BiggBoss. I used "newbie" (synonym of rookie) to name you, not even "noob" (synonym of "lazy bitch").

 

I let thread opened, probably you didn't make it work. On the script you have to change itemid, mobs ids, and amou.nt.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • AN ALGORITHM FLAGGED HER PHOTO – SHE SPENT NEARLY SIX MONTHS IN CUSTODY  A fake military ID surfaced in a bank fraud case. Facial recognition returned a social media photo of a 50-year-old Tennessee woman as a possible lead. She was arrested.  She spent almost six months in custody, though bank records placed her more than 1,200 miles from the crimes when they happened. She is now seeking $10 million from the city of Fargo and a detective. The lawsuit is still pending.  The system suggested a face. Humans were supposed to establish whether it belonged to the person behind the crime. The cost of getting that wrong was far more than a rejection screen.  Has verification linked you to someone else’s details or locked your account? Don’t keep uploading documents blindly. Message us – we’ll help identify the issue and prepare evidence for an appeal. › TG: @mustang_service_ms ( https:// t.me/ mustang_service_ms ) › Channel: Mustang Service ( https:// t.me/ +JPpJCETg-xM1NjNl ) #drawing #id #photoshop #mistake #news
    • please send normal link not  premium one  
    • First of all, let us get one thing straight. Nobody is forcing you or anyone else on this forum to deal with Kara or buy anything from him. Every single user here has a keyboard and access to the search bar. MaxCheaters has years of archives. All anyone has to do is type "Kara" into the search box, read the history, and make their own informed decision. It takes five seconds to do your own due diligence before opening your wallet.   Second, throwing random insults around and calling me an ass licker just because I do not join your personal witch hunt shows how weak your argument actually is. Staying objective or not taking your side does not mean backing a scammer. Throwing a tantrum and attacking everyone in sight does not make you a hero, it just makes you look desperate for attention.   You are sitting here dragging developers, clients, and forum staff through the mud, crying about admins and calling the forum dead, yet you are still here posting rage posts. If clients lost reputation or money, that is on them and their own business choices. Trying to pin other peoples decisions on me or anyone else who does not agree with you is plain stupid.   Bottom line, the search button exists for a reason. If you want to warn people, post your proof, state the facts, and let adults decide for themselves. But keep my name out of your toxic drama, because making personal attacks on me is not going to fix your problems.
    • 🔥 L2PRIDE — WE ARE LIVE! 🔥 The wait is finally over. L2Pride Interlude C6 officially opened today, September 25th, 2026 at 16:00 GMT+2! If you’ve been waiting for a stable, long-term Interlude server with the old-school feeling you love, but with fresh content and a few new twists — this is your time to join. ⚔️ Classic C6 Experience 🔥 New Content 🏰 Massive PvP & Sieges 💎 Balanced & Competitive Gameplay 🛡️ Built for a long-term community No shortcuts. No pay-to-win nonsense. No server that disappears after a few weeks. Just Lineage 2, the way you remember it. L2Pride is now LIVE. Come build your legacy. ⚔️🔥 DISCORD: https://discord.gg/JVdpESC5Ry
    • 🔥 Daily restock across all tools! Get your favorite AI subscriptions at unbeatable prices.
  • Topics

×
×
  • Create New...

Important Information

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..