Difference between revisions of "Dewata Legend Quest"

From JellyRO Wiki
Jump to: navigation, search
(Created page with "1. Go to Dewata field (dew_fild01 60,273) and a dialog will pop out. You will hear the 2 people talking about their inability to produce the Jaty Crown, which only a noble per...")
 
(will clean up as well, once i confirm i can get more satay)
Line 1: Line 1:
 +
DEWATA DUNGEON ENTRANCE QUEST
 +
 +
MINIMUM REQUIREMENTS:
 +
* base level 60
 +
* 15 cfeathers
 +
 
1. Go to Dewata field (dew_fild01 60,273) and a dialog will pop out. You will hear the 2 people talking about their inability to produce the Jaty Crown, which only a noble person can create.
 
1. Go to Dewata field (dew_fild01 60,273) and a dialog will pop out. You will hear the 2 people talking about their inability to produce the Jaty Crown, which only a noble person can create.
 +
* dew_fild01,57,274,0    script  #hideout_legend 111,6,6,{
 +
* if (BaseLevel > 59 && dew_legend < 1) { set dew_legend,1;
  
 
2. After listening to the conversation, enter the portal ahead.
 
2. After listening to the conversation, enter the portal ahead.
 +
* not necessary
  
 
3. Talk to Sage Kasyapa and tell him you overheard the story of the crown. Offer to help him and he suggests you speak with the tribal leader, Paiko.
 
3. Talk to Sage Kasyapa and tell him you overheard the story of the crown. Offer to help him and he suggests you speak with the tribal leader, Paiko.
 +
* dew_in01,22,48,3        script  Sage Kasyapa#dew        541,{
 +
* else if (dew_legend == 1) { set dew_legend,2;
  
 
4. Talk to Paiko and tell him that you overheard the story by accident.
 
4. Talk to Paiko and tell him that you overheard the story by accident.
 +
* dew_in01,15,49,4        script  Tribal Chief Paiko#dew  540,{
 +
* if(select("I overheard the story by accident:I have nothing to say.") == 2) { close; } set dew_legend,3;
  
 
5. After the conversation with them, move just a few cells south from Paiko (somewhere near the fireplace and portal) and a dialog will pop-out. You will overhear them again talking about how you can help them create the Jaty Crown.
 
5. After the conversation with them, move just a few cells south from Paiko (somewhere near the fireplace and portal) and a dialog will pop-out. You will overhear them again talking about how you can help them create the Jaty Crown.
 +
* dew_in01,15,33,0        script  #hidein_legend  111,5,5,{
 +
* if (dew_legend == 3) { set dew_legend,4;
  
 
6. Return to Paiko. Offer him to help making the Jaty Crown. Speak to Sage Kasyapa and he will ask you to gather 15 Cendrawasih Feathers.
 
6. Return to Paiko. Offer him to help making the Jaty Crown. Speak to Sage Kasyapa and he will ask you to gather 15 Cendrawasih Feathers.
 +
* dew_in01,15,49,4        script  Tribal Chief Paiko#dew  540,{
 +
* else if (dew_legend == 4) { if(select("Ok, I will help:I am sorry, I cannot help now.") == 2) { close; } set dew_legend,5;
 +
* not necessary to talk to kas?
  
7. After collecting the feathers, talk to Sage Kasyapa and he will give you a Shining Cendrawasih Feather as certification.Note: At this point, you can start the Traditional Weapon Quest and access Krakatau Volcano.
 
  
8. Talk to Paiko, and he will ask you to deliver food to specific people. He will give you 2 Satays for each person. You need to return to Paiko after each delivery. Listed below are the people you need to deliver to in order.
+
7. After collecting the feathers, talk to Sage Kasyapa and he will give you a Shining Cendrawasih Feather as certification.
 +
Note: At this point, you can start the Traditional Weapon Quest and access Krakatau Volcano.
 +
* dew_in01,15,49,4        script  Tribal Chief Paiko#dew  540,{
 +
* else if (dew_legend == 5) { if (countitem(6405) < 15) { close; } set dew_legend,6; delitem 6405,15; //Cendrawasih_F
 +
* lose 15 cfeather
 +
* dew_in01,15,49,4        script  Tribal Chief Paiko#dew  540,{
 +
* else if (dew_legend == 6) { set dew_legend,7;
 +
* dew_in01,22,48,3        script  Sage Kasyapa#dew        541,{
 +
* else if (dew_legend == 7) { set dew_legend,8; getitem 6406,1; //Cendrawasih_SF
 +
* shiny feather get
 +
* kkt open ( gatekeeper checks if (dew_legend < 8) )
 +
* traditional weapon quest open?
  
Tribal Soldier (dew_fild01 78, 288)
+
8. Talk to Paiko, and he will ask you to deliver food to specific people. He will give you 2 Satays for each person. You need to return to Paiko after each delivery. Listed below are the people you need to deliver to in order.
 
+
** Tribal Soldier (dew_fild01 78, 288)
Tribal Manager (dew_fild01 185, 300)
+
** Tribal Manager (dew_fild01 185, 300)
 
+
** Krakatau Gatekeeper (dewata 235, 56)
Krakatau Gatekeeper (dewata 235, 56)
+
** Borobudur Temple Guard (dewata 78, 192)
  
Borobudur Temple Guard (dewata 78, 192)
+
* must be done in order.
 +
* more satay can be bought. ?? check on this
  
 
9. After delivering satay to the temple guard. Return to Paiko and he will reward you with a Jaty Crown and 5 Satay.
 
9. After delivering satay to the temple guard. Return to Paiko and he will reward you with a Jaty Crown and 5 Satay.
 +
* dew_in01,15,49,4        script  Tribal Chief Paiko#dew  540,{
 +
* else if (dew_legend == 16) {
 +
set dew_legend,17;478                 getitem 18520,1; //Jaty_C479                 getitem 11533,5; //Satay
 +
* quest complete

Revision as of 00:02, 23 September 2013

DEWATA DUNGEON ENTRANCE QUEST

MINIMUM REQUIREMENTS:

  • base level 60
  • 15 cfeathers

1. Go to Dewata field (dew_fild01 60,273) and a dialog will pop out. You will hear the 2 people talking about their inability to produce the Jaty Crown, which only a noble person can create.

  • dew_fild01,57,274,0 script #hideout_legend 111,6,6,{
  • if (BaseLevel > 59 && dew_legend < 1) { set dew_legend,1;

2. After listening to the conversation, enter the portal ahead.

  • not necessary

3. Talk to Sage Kasyapa and tell him you overheard the story of the crown. Offer to help him and he suggests you speak with the tribal leader, Paiko.

  • dew_in01,22,48,3 script Sage Kasyapa#dew 541,{
  • else if (dew_legend == 1) { set dew_legend,2;

4. Talk to Paiko and tell him that you overheard the story by accident.

  • dew_in01,15,49,4 script Tribal Chief Paiko#dew 540,{
  • if(select("I overheard the story by accident:I have nothing to say.") == 2) { close; } set dew_legend,3;

5. After the conversation with them, move just a few cells south from Paiko (somewhere near the fireplace and portal) and a dialog will pop-out. You will overhear them again talking about how you can help them create the Jaty Crown.

  • dew_in01,15,33,0 script #hidein_legend 111,5,5,{
  • if (dew_legend == 3) { set dew_legend,4;

6. Return to Paiko. Offer him to help making the Jaty Crown. Speak to Sage Kasyapa and he will ask you to gather 15 Cendrawasih Feathers.

  • dew_in01,15,49,4 script Tribal Chief Paiko#dew 540,{
  • else if (dew_legend == 4) { if(select("Ok, I will help:I am sorry, I cannot help now.") == 2) { close; } set dew_legend,5;
  • not necessary to talk to kas?


7. After collecting the feathers, talk to Sage Kasyapa and he will give you a Shining Cendrawasih Feather as certification. Note: At this point, you can start the Traditional Weapon Quest and access Krakatau Volcano.

  • dew_in01,15,49,4 script Tribal Chief Paiko#dew 540,{
  • else if (dew_legend == 5) { if (countitem(6405) < 15) { close; } set dew_legend,6; delitem 6405,15; //Cendrawasih_F
  • lose 15 cfeather
  • dew_in01,15,49,4 script Tribal Chief Paiko#dew 540,{
  • else if (dew_legend == 6) { set dew_legend,7;
  • dew_in01,22,48,3 script Sage Kasyapa#dew 541,{
  • else if (dew_legend == 7) { set dew_legend,8; getitem 6406,1; //Cendrawasih_SF
  • shiny feather get
  • kkt open ( gatekeeper checks if (dew_legend < 8) )
  • traditional weapon quest open?

8. Talk to Paiko, and he will ask you to deliver food to specific people. He will give you 2 Satays for each person. You need to return to Paiko after each delivery. Listed below are the people you need to deliver to in order.

    • Tribal Soldier (dew_fild01 78, 288)
    • Tribal Manager (dew_fild01 185, 300)
    • Krakatau Gatekeeper (dewata 235, 56)
    • Borobudur Temple Guard (dewata 78, 192)
  • must be done in order.
  • more satay can be bought. ?? check on this

9. After delivering satay to the temple guard. Return to Paiko and he will reward you with a Jaty Crown and 5 Satay.

  • dew_in01,15,49,4 script Tribal Chief Paiko#dew 540,{
  • else if (dew_legend == 16) {

set dew_legend,17;478 getitem 18520,1; //Jaty_C479 getitem 11533,5; //Satay

  • quest complete