* Fixed some loop errors in the guides.
-Thanks to $ephiroth. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11021 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
025a1b5120
commit
ede8d32780
@ -1,6 +1,8 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/08/15
|
2007/08/15
|
||||||
|
* Fixed some loop errors in the guides. [Samuray22]
|
||||||
|
-Thanks to $ephiroth.
|
||||||
* Fixed 'Job_Professer' typo in mage jobchange quest [ultramage]
|
* Fixed 'Job_Professer' typo in mage jobchange quest [ultramage]
|
||||||
* Rev. 11016 Corrected a few bugs in the Acolyte Job Quest. (Crashy) [L0ne_W0lf]
|
* Rev. 11016 Corrected a few bugs in the Acolyte Job Quest. (Crashy) [L0ne_W0lf]
|
||||||
2007/08/14
|
2007/08/14
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88; L0ne_W0lf
|
//= kobra_k88; L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.5
|
//= 1.5a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -17,6 +17,8 @@
|
|||||||
//= to Muad_Dib
|
//= to Muad_Dib
|
||||||
//= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
|
//= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
|
||||||
//= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
//= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
||||||
|
//= 1.5 Fixed some errors with the loop[Samuray22]
|
||||||
|
// -Thanks to $ephiroth.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
alberta,23,238,4 script Guide#alb::AlbGuide 105,{
|
alberta,23,238,4 script Guide#alb::AlbGuide 105,{
|
||||||
@ -46,7 +48,9 @@ alberta,23,238,4 script Guide#alb::AlbGuide 105,{
|
|||||||
}
|
}
|
||||||
set .@loop2,1;
|
set .@loop2,1;
|
||||||
while (.@loop2) {
|
while (.@loop2) {
|
||||||
next;
|
if (.@wait_button_chk == 0) set .@wait_button_chk,1;
|
||||||
|
else next;
|
||||||
|
|
||||||
switch(select("^FF0000Merchant Guild^000000:Weapon Shop:Tool Shop:Inn:Forge:Cancel")) {
|
switch(select("^FF0000Merchant Guild^000000:Weapon Shop:Tool Shop:Inn:Forge:Cancel")) {
|
||||||
case 1:
|
case 1:
|
||||||
mes "[Alberta Guide]";
|
mes "[Alberta Guide]";
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88; L0ne_W0lf
|
//= kobra_k88; L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.4
|
//= 1.4a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -15,7 +15,9 @@
|
|||||||
//= 1.2 Optimized, updated common guide names [Lupus]
|
//= 1.2 Optimized, updated common guide names [Lupus]
|
||||||
//= 1.2a Small note that the BS guild moved to Einbroch [Poki#3]
|
//= 1.2a Small note that the BS guild moved to Einbroch [Poki#3]
|
||||||
//= 1.3 Removed Duplicates [Silent]
|
//= 1.3 Removed Duplicates [Silent]
|
||||||
//= 1.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
//= 1.4a Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
||||||
|
//= 1.4 Fixed some errors with the loop[Samuray22]
|
||||||
|
// -Thanks to $ephiroth.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
geffen,203,116,0 script Guide#gef::GefGuide 705,{
|
geffen,203,116,0 script Guide#gef::GefGuide 705,{
|
||||||
@ -39,11 +41,14 @@ geffen,203,116,0 script Guide#gef::GefGuide 705,{
|
|||||||
mes "Would you like me";
|
mes "Would you like me";
|
||||||
mes "to mark locations";
|
mes "to mark locations";
|
||||||
mes "on your Mini-Map?";
|
mes "on your Mini-Map?";
|
||||||
|
next;
|
||||||
if (select("Yes:No") == 1) set .@compass_check,1;
|
if (select("Yes:No") == 1) set .@compass_check,1;
|
||||||
}
|
}
|
||||||
set .@loop2,1;
|
set .@loop2,1;
|
||||||
while (.@loop2) {
|
while (.@loop2) {
|
||||||
next;
|
if (.@wait_button_chk == 0) set .@wait_button_chk,1;
|
||||||
|
else next;
|
||||||
|
// next;
|
||||||
switch(select("^FF0000Magic Acedemy^000000:Forge Shop:Weapon Shop:Tool Shop:Pub:Inn:Geffen Tower:Cancel")) {
|
switch(select("^FF0000Magic Acedemy^000000:Forge Shop:Weapon Shop:Tool Shop:Pub:Inn:Geffen Tower:Cancel")) {
|
||||||
case 1:
|
case 1:
|
||||||
mes "[Geffen Guide]";
|
mes "[Geffen Guide]";
|
||||||
@ -114,6 +119,7 @@ geffen,203,116,0 script Guide#gef::GefGuide 705,{
|
|||||||
mes "location marks displayed";
|
mes "location marks displayed";
|
||||||
mes "on your Mini-Map.";
|
mes "on your Mini-Map.";
|
||||||
set .@loop2,0;
|
set .@loop2,0;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88; L0ne_W0lf
|
//= kobra_k88; L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.5
|
//= 1.5a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -16,6 +16,8 @@
|
|||||||
//= to Muad_Dib
|
//= to Muad_Dib
|
||||||
//= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
|
//= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
|
||||||
//= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
//= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
||||||
|
//= 1.5a Fixed some errors with the loop[Samuray22]
|
||||||
|
// -Thanks to $ephiroth.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
izlude,121,87,6 script Guide#iz 105,{
|
izlude,121,87,6 script Guide#iz 105,{
|
||||||
@ -44,7 +46,9 @@ izlude,121,87,6 script Guide#iz 105,{
|
|||||||
}
|
}
|
||||||
set .@loop2,1;
|
set .@loop2,1;
|
||||||
while(.@loop2) {
|
while(.@loop2) {
|
||||||
next;
|
if (.@wait_button_chk == 0) set .@wait_button_chk,1;
|
||||||
|
else next;
|
||||||
|
|
||||||
switch(select("^FF0000Swordman Association^000000:Swordman Hall:Arena:Izlude Marina:Weapon Shop:Tool Shop:Cancel")) {
|
switch(select("^FF0000Swordman Association^000000:Swordman Hall:Arena:Izlude Marina:Weapon Shop:Tool Shop:Cancel")) {
|
||||||
case 1:
|
case 1:
|
||||||
mes "[Izlude Guide]";
|
mes "[Izlude Guide]";
|
||||||
@ -105,6 +109,7 @@ izlude,121,87,6 script Guide#iz 105,{
|
|||||||
mes "location marks displayed";
|
mes "location marks displayed";
|
||||||
mes "on your Mini-Map.";
|
mes "on your Mini-Map.";
|
||||||
set .@loop2,0;
|
set .@loop2,0;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -147,10 +152,11 @@ izlude,121,87,6 script Guide#iz 105,{
|
|||||||
mes "free to come to me";
|
mes "free to come to me";
|
||||||
mes "if you ever feel lost";
|
mes "if you ever feel lost";
|
||||||
mes "around Izlude, alright?";
|
mes "around Izlude, alright?";
|
||||||
|
close2;
|
||||||
set .@loop1,0;
|
set .@loop1,0;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
close2;
|
|
||||||
cutin "prt_soldier",255;
|
cutin "prt_soldier",255;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88; L0ne_W0lf
|
//= kobra_k88; L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.4
|
//= 1.4a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -15,6 +15,8 @@
|
|||||||
//= 1.2 Optimized, updated common guide names [Lupus]
|
//= 1.2 Optimized, updated common guide names [Lupus]
|
||||||
//= 1.3 Removed Duplicates [Silent]
|
//= 1.3 Removed Duplicates [Silent]
|
||||||
//= 1.4 rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
//= 1.4 rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
||||||
|
//= 1.4a Fixed some errors with the loop[Samuray22]
|
||||||
|
// -Thanks to $ephiroth.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
morocc,153,286,6 script Guide#moc::MocGuide 707,{
|
morocc,153,286,6 script Guide#moc::MocGuide 707,{
|
||||||
@ -44,7 +46,9 @@ morocc,153,286,6 script Guide#moc::MocGuide 707,{
|
|||||||
}
|
}
|
||||||
set .@loop2,1;
|
set .@loop2,1;
|
||||||
while(.@loop2) {
|
while(.@loop2) {
|
||||||
next;
|
if (.@wait_button_chk == 0) set .@wait_button_chk,1;
|
||||||
|
else next;
|
||||||
|
|
||||||
switch(select("^FF0000Thief Guild^000000:Weapon Shop:Inn:Pub:Mercenary Guild:Forge:Cancel")) {
|
switch(select("^FF0000Thief Guild^000000:Weapon Shop:Inn:Pub:Mercenary Guild:Forge:Cancel")) {
|
||||||
case 1:
|
case 1:
|
||||||
mes "[Morroc Guide]";
|
mes "[Morroc Guide]";
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88; L0ne_W0lf
|
//= kobra_k88; L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.6
|
//= 1.6a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -18,6 +18,8 @@
|
|||||||
//= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
|
//= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
|
||||||
//= 1.5 Removed Duplicates [Silent]
|
//= 1.5 Removed Duplicates [Silent]
|
||||||
//= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
//= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
||||||
|
//= 1.6a Fixed some errors with the loop[Samuray22]
|
||||||
|
// -Thanks to $ephiroth.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
prontera,154,187,4 script Guide#prt::PrtGuide 105,{
|
prontera,154,187,4 script Guide#prt::PrtGuide 105,{
|
||||||
@ -45,7 +47,9 @@ prontera,154,187,4 script Guide#prt::PrtGuide 105,{
|
|||||||
}
|
}
|
||||||
set .@loop2,1;
|
set .@loop2,1;
|
||||||
while (.@loop2) {
|
while (.@loop2) {
|
||||||
next;
|
if (.@wait_button_chk == 0) set .@wait_button_chk,1;
|
||||||
|
else next;
|
||||||
|
|
||||||
switch(select("Swordman Association:^0000FFSanctuary^000000:Prontera Chivalry:Weapon Shop:Tool Shop:Inn:Trading Post:Pub:Library:Job Agency:Prontera Castle:City Hall:Cancel")) {
|
switch(select("Swordman Association:^0000FFSanctuary^000000:Prontera Chivalry:Weapon Shop:Tool Shop:Inn:Trading Post:Pub:Library:Job Agency:Prontera Castle:City Hall:Cancel")) {
|
||||||
case 1:
|
case 1:
|
||||||
mes "[Prontera Guide]";
|
mes "[Prontera Guide]";
|
||||||
@ -168,6 +172,7 @@ prontera,154,187,4 script Guide#prt::PrtGuide 105,{
|
|||||||
mes "location marks displayed";
|
mes "location marks displayed";
|
||||||
mes "on your Mini-Map.";
|
mes "on your Mini-Map.";
|
||||||
set .@loop2,0;
|
set .@loop2,0;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.2
|
//= 1.2a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -14,7 +14,10 @@
|
|||||||
//= 1.1 Change the while loops a bit. [L0ne_W0lf]
|
//= 1.1 Change the while loops a bit. [L0ne_W0lf]
|
||||||
//= 1.2 Deleted an Unnecessary "next;" [Samuray22]
|
//= 1.2 Deleted an Unnecessary "next;" [Samuray22]
|
||||||
// -Thanks to $ephiroth.
|
// -Thanks to $ephiroth.
|
||||||
|
//= 1.2a Fixed some errors with the loop[Samuray22]
|
||||||
|
// -Thanks to $ephiroth.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
rachel,138,146,5 script Rachel Guide 934,{
|
rachel,138,146,5 script Rachel Guide 934,{
|
||||||
mes "[Rachel Guide]";
|
mes "[Rachel Guide]";
|
||||||
mes "Welcome to the capital of";
|
mes "Welcome to the capital of";
|
||||||
@ -23,8 +26,8 @@ rachel,138,146,5 script Rachel Guide 934,{
|
|||||||
mes "If this is the first time for you";
|
mes "If this is the first time for you";
|
||||||
mes "to use the guide services, why";
|
mes "to use the guide services, why";
|
||||||
mes "don't you check the \"Notice\" menu first?";
|
mes "don't you check the \"Notice\" menu first?";
|
||||||
set .@loop,1;
|
set .@loop1,1;
|
||||||
while(.@loop) {
|
while(.@loop1) {
|
||||||
next;
|
next;
|
||||||
switch(select("Village Guide:Remove Marks from Mini-Map:Notice:Cancel")) {
|
switch(select("Village Guide:Remove Marks from Mini-Map:Notice:Cancel")) {
|
||||||
case 1:
|
case 1:
|
||||||
@ -103,9 +106,11 @@ rachel,138,146,5 script Rachel Guide 934,{
|
|||||||
mes "[Rachel Guide]";
|
mes "[Rachel Guide]";
|
||||||
mes "Hope you have a wonderfull journey";
|
mes "Hope you have a wonderfull journey";
|
||||||
mes "in Arunafeltz.";
|
mes "in Arunafeltz.";
|
||||||
set .@loop,0;
|
close2;
|
||||||
|
set .@loop1,0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
close;
|
close;
|
||||||
|
end;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user