In Search Of The Nest
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 37
- Joined: Mon Aug 08, 2011 9:38 am
In Search Of The Nest
Have problem with that quest.
When i go to dead scout : scout's corpse
He don't give me quest item. Can Someone help?
Thanks.
When i go to dead scout : scout's corpse
He don't give me quest item. Can Someone help?
Thanks.
- Dumpster
- Posts: 254
- Joined: Thu Nov 04, 2010 5:15 am
- Location: U.S.A
Re: In Search Of The Nest
you seem to be missing a check of some type. are you meeting these?
and these?
Code: Select all
if st.getPlayer().getLevel() >= 81 and npcId == Pierce and (st.getQuestItemsCount(Golden_Badge_Recruit) > 0 or st.getQuestItemsCount(Golden_Badge_Soldier) > 0) :
Code: Select all
if event == "Memo" and cond == 1 :
Makes no claim to know anything about anything.
-
- Posts: 37
- Joined: Mon Aug 08, 2011 9:38 am
Re: In Search Of The Nest
Yes i seen that in the folder of the quest , but i think there nothing missing 

- Dumpster
- Posts: 254
- Joined: Thu Nov 04, 2010 5:15 am
- Location: U.S.A
Re: In Search Of The Nest
tested on a H5 server works correctly as long as you have the required items and conditions
Makes no claim to know anything about anything.
-
- Posts: 37
- Joined: Mon Aug 08, 2011 9:38 am
Re: In Search Of The Nest
I fix it but in nest dont drop fangs
and how i can change this to another monsters :
Here are ID of nest monsters :
22617
22620
22621
22625
22624
22630
22629
and how i can change this to another monsters :
Code: Select all
#MONSTERSMONSTERS = range(22105,22112)+range(22113,22120)+[22121]
22617
22620
22621
22625
22624
22630
22629
- Dumpster
- Posts: 254
- Joined: Thu Nov 04, 2010 5:15 am
- Location: U.S.A
Re: In Search Of The Nest
only Queen Shyeed (Raid Boss) drops fang
Makes no claim to know anything about anything.
-
- Posts: 37
- Joined: Mon Aug 08, 2011 9:38 am
Re: In Search Of The Nest
how to add to drop to this monsters ?
22617
22620
22621
22625
22624
22630
22629
22617
22620
22621
22625
22624
22630
22629
-
- Posts: 23
- Joined: Mon Jun 13, 2011 11:32 am
Re: In Search Of The Nest
Put these IDs on the script and thats all.n1k3 wrote:how to add to drop to this monsters ?
22617
22620
22621
22625
22624
22630
22629
The drop will be appliead authomatic.
-
- Posts: 37
- Joined: Mon Aug 08, 2011 9:38 am
Re: In Search Of The Nest
Like this ?
MONSTERS = 22617;22620;22621;22625;22624;22630;22629
MONSTERS = 22617;22620;22621;22625;22624;22630;22629
- Dumpster
- Posts: 254
- Joined: Thu Nov 04, 2010 5:15 am
- Location: U.S.A
Re: In Search Of The Nest
Have you looked threw other quest to ex-amen their structure? have you made any attempts to implement this yourself? the structure of most quest are in most case self explanatory. try to implement changes and if you get stuck then ask for help.
Makes no claim to know anything about anything.