In Search Of The Nest

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

In Search Of The Nest

Post by n1k3 »

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.
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

Re: In Search Of The Nest

Post by n1k3 »

UP :/ Help please
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: In Search Of The Nest

Post by Dumpster »

you seem to be missing a check of some type. are you meeting 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) :
and these?

Code: Select all

 if event == "Memo" and cond == 1 : 
Makes no claim to know anything about anything.
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

Re: In Search Of The Nest

Post by n1k3 »

Yes i seen that in the folder of the quest , but i think there nothing missing :?
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: In Search Of The Nest

Post by Dumpster »

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.
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

Re: In Search Of The Nest

Post by n1k3 »

I fix it but in nest dont drop fangs
and how i can change this to another monsters :

Code: Select all

#MONSTERSMONSTERS = range(22105,22112)+range(22113,22120)+[22121]
Here are ID of nest monsters :

22617
22620
22621
22625
22624
22630
22629
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: In Search Of The Nest

Post by Dumpster »

only Queen Shyeed (Raid Boss) drops fang
Makes no claim to know anything about anything.
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

Re: In Search Of The Nest

Post by n1k3 »

how to add to drop to this monsters ?
22617
22620
22621
22625
22624
22630
22629
FFs
Posts: 23
Joined: Mon Jun 13, 2011 11:32 am

Re: In Search Of The Nest

Post by FFs »

n1k3 wrote:how to add to drop to this monsters ?
22617
22620
22621
22625
22624
22630
22629
Put these IDs on the script and thats all.
The drop will be appliead authomatic.
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

Re: In Search Of The Nest

Post by n1k3 »

Like this ?
MONSTERS = 22617;22620;22621;22625;22624;22630;22629
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

Re: In Search Of The Nest

Post by n1k3 »

up
n1k3
Posts: 37
Joined: Mon Aug 08, 2011 9:38 am

Re: In Search Of The Nest

Post by n1k3 »

Please Help
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: In Search Of The Nest

Post by Dumpster »

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