Page 1 of 1

In Search Of The Nest

Posted: Sun Aug 21, 2011 8:12 am
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.

Re: In Search Of The Nest

Posted: Mon Aug 22, 2011 5:35 am
by n1k3
UP :/ Help please

Re: In Search Of The Nest

Posted: Mon Aug 22, 2011 5:49 am
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 : 

Re: In Search Of The Nest

Posted: Mon Aug 22, 2011 5:59 am
by n1k3
Yes i seen that in the folder of the quest , but i think there nothing missing :?

Re: In Search Of The Nest

Posted: Mon Aug 22, 2011 6:18 am
by Dumpster
tested on a H5 server works correctly as long as you have the required items and conditions

Re: In Search Of The Nest

Posted: Sat Aug 27, 2011 10:32 am
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

Re: In Search Of The Nest

Posted: Sat Aug 27, 2011 3:14 pm
by Dumpster
only Queen Shyeed (Raid Boss) drops fang

Re: In Search Of The Nest

Posted: Sat Aug 27, 2011 4:47 pm
by n1k3
how to add to drop to this monsters ?
22617
22620
22621
22625
22624
22630
22629

Re: In Search Of The Nest

Posted: Sat Aug 27, 2011 11:34 pm
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.

Re: In Search Of The Nest

Posted: Sun Aug 28, 2011 6:58 am
by n1k3
Like this ?
MONSTERS = 22617;22620;22621;22625;22624;22630;22629

Re: In Search Of The Nest

Posted: Sun Aug 28, 2011 9:57 am
by n1k3
up

Re: In Search Of The Nest

Posted: Mon Aug 29, 2011 6:01 pm
by n1k3
Please Help

Re: In Search Of The Nest

Posted: Tue Aug 30, 2011 5:16 am
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.