Jump to content
  • 0

Ancient God Quest (can i Request something like this)


Renji Abarai

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   0
  • Joined:  03/29/13
  • Last Seen:  

Ancient God Quest:

(Can you make it to me ONE NPC Only???)

 

You must bring him the following:

 

300 Hand of God

200 Wings of Red Bat

50 Horseshoe

10 Young Twig

10 Agate

 

1st Requirements.

300 Star Crumb

300 Star Dust

300 Witched Starsand

500 Rune of Darkness

1 Moonlight Dagger

10 Turquoise

10 Citrin

 

 

2nd Requirements:


500 Fin

500 Gill

100 Mystic Frozen

10 Biotite

1 Trident[3]

10 Ice Scale

 

 

3rd Requirements:


666 Rune of Darkness

666 Evil Horn

666 Little Evil Wing

666 Little Evil Horn

10 Will of Red Darkness

10 Gemstone

10 Bone Piece Armor

1 Ancient Cape

 

 

4th Requirements:


100 Flame Heart

100 Burning Heart

10 Tiger Footskin

10 Phologopite

10 Matchstick

 

 

5th Requirements:


300 Rouge

300 Reins

300 Witherless Rose

300 Heart of Mermaid

10 Pocket Watch

 

 

6th Requirements:


500 Fine Sand

300 Earth Converters

100 Stone Fragment

10 Talon of Griffon

 

 

7th Requirements:


500 Armor Piece of Dullahan

500 Destroyed Armor

300 Broken Sword

10 Shining Spear Blade

10 Piece of Shield

 

 

Last Requirements:


5 Emblem of Sun God

5 Snow Crystal

5 Ripple

5 Billow

5 Breath of Spirit

5 Omen of Tempest

50 Tribal Solidarity

 

After completing this quest, the NPC will RANDOMLY give you one item from the possible rewards list.

Example 
Donate Item 1

Donate Item 2

Donate Item 3

Donate Item 4

Edited by Renji Abarai
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

This should do it. I don't think I missed anything. But in case there are errors, just post a response here. I'm heading out so I might not get to it right away, but hopefully someone else can fix it for me in my absence.

prontera,180,150,4	script	Ancient God Quest	123,{
	//ItemID,Amt,ItemID2,Amt2,etc,etc,...
	setarray .@0[0],1009,300,7006,200,944,50,7018,10,7291,10;
	setarray .@1[0],1000,300,1001,300,1061,300,7511,500,1234,1,7294,10,7295,10;
	setarray .@2[0],951,500,956,500,995,100,7297,10,1461,1,7562,10;
	setarray .@3[0],7511,666,923,666,1038,666,1039,666,7566,10,7300,10,7450,10,2507,1;
	setarray .@4[0],994,100,7097,100,1030,10,7290,10,7035,10;
	setarray .@5[0],739,300,1064,300,748,300,950,300,7513,10;
	setarray .@6[0],7043,500,12116,300,7067,100,7048,10;
	setarray .@7[0],7210,500,7069,500,7110,300,7109,10,7108,10;
	setarray .@8[0],7086,5,7088,5,7090,5,7091,5,7087,5,7089,5,658,50;
	//Custom ID,CustomID,CustomID,etc,...
	setarray .@9[0],00000,00000,00000,00000;
	if(ancientquest==9){mes "You already did this quest."; close;}
		mes "Bring me the following:";
		for(set .@i,0; .@i<getarraysize(getd(".@"+ ancientquest +"")); set .@i,.@i+2)
		{mes "["+ getd(".@"+ ancientquest +"["+(.@i+1)+"]") +"]x "+ getitemname( getd(".@"+ ancientquest +"["+ .@i +"]") ) +"";}
		if(switch(select("Turn in.:I'll be back.")) == 2){close;}
		for(set .@j,0; .@j<getarraysize(getd(".@"+ ancientquest +"")); set .@j,.@j+2)
			{if(countitem( getd(".@"+ ancientquest +"["+ .@j +"]") ) < getd(".@"+ ancientquest +"["+ (.@j+1) +"]") )
				{mes "Not enough: "+ getitemname( getd(".@"+ ancientquest +"["+ .@j +"]") )+" ^FF0000"+ countitem( getd(".@"+ ancientquest +"["+ .@j +"]") ) +"/"+ getd(".@"+ ancienquest +"["+ (.@j+1) +"]") +""; close;}
			}//End For(set .@j)
		set ancientquest,ancientquest+1;
		for(set .@l,0; .@l<getarraysize(getd(".@"+ ancientquest +"")); set .@l,.@l+2)
			{delitem( getd(".@"+ ancientquest +"["+ .@l +"]"), getd(".@"+ ancientquest +"["+ (.@l+1) +"]") );}
		if(ancienquest == 9){getitem( .@9[rand( getarraysize(.@9) )],1); mes "Quest Complete."; close;}
		next;
		mes "You have completed the task. Now I have another one for you. Should you choose to accept it, speak to me again.";
		close;
}
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...