Difference between revisions of "Sapha's Visit Quest"

From JellyRO Wiki
Jump to: navigation, search
(Created page with "SAPHA'S VISIT 1. Expedition Guard Ben or Expedition Guard Maha (mid_camp 222,246) 2. Inside central tent (mid_camp 214,249) Guard Aello 3 Upstairs, right room, Soldier 4....")
 
Line 2: Line 2:
  
 
1. Expedition Guard Ben or Expedition Guard Maha (mid_camp 222,246)
 
1. Expedition Guard Ben or Expedition Guard Maha (mid_camp 222,246)
 +
 +
* actually not necessary?
  
 
2. Inside central tent (mid_camp 214,249) Guard Aello
 
2. Inside central tent (mid_camp 214,249) Guard Aello
 +
* mid_campin,93,114,3 script Guard Aello#ep133_is03 967,{
 +
* if (ep13_ryu > 99 || ep13_start > 99) { if (ep13_3_invite == 0) { set ep13_3_invite, 1;
  
 
3 Upstairs, right room, Soldier  
 
3 Upstairs, right room, Soldier  
 +
* mid_campin,111,120,3 script Soldier#ep133_is04 852,{
 +
* if (ep13_3_invite == 1) { if (select("I have authorization.:Is that so.") == 1) { warp "mid_campin",165,126;
  
 
4. Sapha from Manuk
 
4. Sapha from Manuk
 
+
* mid_campin,168,128,3 script Sapha from Manuk 451,{
 +
* if (isequipped(2782)) { if (ep13_3_invite == 1) { callfunc "eldicastes_c",3;
 +
* case 3: set ep13_3_invite, 2; set ep13_3_secret, 1;
 +
* doha open
 +
 
5. Vyhannus
 
5. Vyhannus
 +
* mid_campin,168,125,3 script Hound#ep133_is06 997,{
 +
* HOUND: else if (ep13_3_invite == 2) { callfunc "eldicastes_c",1;
 +
* SAPHA: else if (ep13_3_invite == 2) { callfunc "eldicastes_c",1;
 +
* case 1: ep13_3_invite, 3;
  
 
6. Vyhannus
 
6. Vyhannus
 +
* HOUND: else if (ep13_3_invite == 3) { callfunc "eldicastes_c",2;
 +
* SAPHA: else if (ep13_3_invite == 3) { callfunc "eldicastes_c",2;
 +
* case 2: set ep13_3_invite, 4;
 +
* scaraba hole open
  
doha's secret order prereq get
+
<s>doha's secret order prereq get</s>
  
 
7. Southeast manuk building (309,142) Guard Captain Avalanche
 
7. Southeast manuk building (309,142) Guard Captain Avalanche
 +
* man_in01,315,52,3 script Guard Captain Avalanche
 +
* if (ep13_3_invite == 4) { set ep13_3_invite, 5;
  
 
8. East manuk, Entrance Manager (321, 182)
 
8. East manuk, Entrance Manager (321, 182)
 +
* manuk,321,182,5 script Entrance Manager#ep133 450,{
 +
* if (!isequipped(2782)) { close;
 +
* if (ep13_3_invite >= 4) { warp "dic_dun01",33,212;
 +
* not necessary
  
access get
+
<s>access get??</s>
  
 
9. El Dicastes Field, Guard
 
9. El Dicastes Field, Guard
 +
- script Guard#ep133_11 492,{
 +
* if (!isequipped(2782)) { close;
 +
* else if (ep13_3_invite == 5) { warp "dicastes01",199,41;
  
 
10. dicastes02 120, 235
 
10. dicastes02 120, 235
 +
* not necessary
  
 
11. Adventure Clerk, recieve diel light
 
11. Adventure Clerk, recieve diel light
 +
* dic_in01,42,264,3 script Adventurer Clerk#ep133 453,{
 +
* if (!isequipped(2782)) {close;
 +
* switch (select("Register as an adventurer.:Talk.:Cancel.")) { case 1: else if (ep13_3_invite == 5) { set ep13_3_invite, 6; getitem 2844,1; //El_Dicastes_Light
 +
* diel light get
  
 
quest complete
 
quest complete
  
 
12. optional, Kareka
 
12. optional, Kareka
 +
* separate article plz
 +
* dic_in01,353,37,5 duplicate(dic_enc#main) Kareka#pa0829 454
 +
* see 7278

Revision as of 22:12, 22 September 2013

SAPHA'S VISIT

1. Expedition Guard Ben or Expedition Guard Maha (mid_camp 222,246)

  • actually not necessary?

2. Inside central tent (mid_camp 214,249) Guard Aello

  • mid_campin,93,114,3 script Guard Aello#ep133_is03 967,{
  • if (ep13_ryu > 99 || ep13_start > 99) { if (ep13_3_invite == 0) { set ep13_3_invite, 1;

3 Upstairs, right room, Soldier

  • mid_campin,111,120,3 script Soldier#ep133_is04 852,{
  • if (ep13_3_invite == 1) { if (select("I have authorization.:Is that so.") == 1) { warp "mid_campin",165,126;

4. Sapha from Manuk

  • mid_campin,168,128,3 script Sapha from Manuk 451,{
  • if (isequipped(2782)) { if (ep13_3_invite == 1) { callfunc "eldicastes_c",3;
  • case 3: set ep13_3_invite, 2; set ep13_3_secret, 1;
  • doha open

5. Vyhannus

  • mid_campin,168,125,3 script Hound#ep133_is06 997,{
  • HOUND: else if (ep13_3_invite == 2) { callfunc "eldicastes_c",1;
  • SAPHA: else if (ep13_3_invite == 2) { callfunc "eldicastes_c",1;
  • case 1: ep13_3_invite, 3;

6. Vyhannus

  • HOUND: else if (ep13_3_invite == 3) { callfunc "eldicastes_c",2;
  • SAPHA: else if (ep13_3_invite == 3) { callfunc "eldicastes_c",2;
  • case 2: set ep13_3_invite, 4;
  • scaraba hole open

doha's secret order prereq get

7. Southeast manuk building (309,142) Guard Captain Avalanche

  • man_in01,315,52,3 script Guard Captain Avalanche
  • if (ep13_3_invite == 4) { set ep13_3_invite, 5;

8. East manuk, Entrance Manager (321, 182)

  • manuk,321,182,5 script Entrance Manager#ep133 450,{
  • if (!isequipped(2782)) { close;
  • if (ep13_3_invite >= 4) { warp "dic_dun01",33,212;
  • not necessary

access get??

9. El Dicastes Field, Guard - script Guard#ep133_11 492,{

  • if (!isequipped(2782)) { close;
  • else if (ep13_3_invite == 5) { warp "dicastes01",199,41;

10. dicastes02 120, 235

  • not necessary

11. Adventure Clerk, recieve diel light

  • dic_in01,42,264,3 script Adventurer Clerk#ep133 453,{
  • if (!isequipped(2782)) {close;
  • switch (select("Register as an adventurer.:Talk.:Cancel.")) { case 1: else if (ep13_3_invite == 5) { set ep13_3_invite, 6; getitem 2844,1; //El_Dicastes_Light
  • diel light get

quest complete

12. optional, Kareka

  • separate article plz
  • dic_in01,353,37,5 duplicate(dic_enc#main) Kareka#pa0829 454
  • see 7278