Fixed Bugs/Typos in quests_louyang.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12456 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
6354a63b65
commit
e8c4c3e67c
@ -1,5 +1,7 @@
|
||||
Date Added
|
||||
======
|
||||
2008/04/01
|
||||
* Fixed Bugs/Typos in quests_louyang.txt [Paradox924X]
|
||||
2008/03/27
|
||||
* Fixed typos and misplaced names in valkyrie.txt and 2006_headgear.txt [Lupus]
|
||||
2008/03/25
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= Evera and The eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.8
|
||||
//= 1.9
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0
|
||||
//===== Description: =========================================
|
||||
@ -28,7 +28,8 @@
|
||||
//= quest progress from the old scripts.
|
||||
//= 1.7 Added missing checkweights. And corrected [L0ne_W0lf]
|
||||
//= a typo in Poison King quest.
|
||||
//= 1.8 Bug fixes. (bugreport:1025 bugreport:1062) [L0ne_Wplf]
|
||||
//= 1.8 Bug fixes. (bugreport:1025 bugreport:1062) [L0ne_W0lf]
|
||||
//= 1.9 Bug fixes/Typos. [Paradox924X]
|
||||
//============================================================
|
||||
|
||||
// Soup Quest
|
||||
@ -374,7 +375,7 @@ OnTouch:
|
||||
mes "^3131FFYou have failed^000000";
|
||||
mes "^3131FFto steal the pot.^000000";
|
||||
set ch_tre,1;
|
||||
warp "lou_yang",280,161;
|
||||
warp "louyang",280,161;
|
||||
close;
|
||||
}
|
||||
}
|
||||
@ -389,7 +390,7 @@ OnTouch:
|
||||
mes "^3131FFYou have failed^000000";
|
||||
mes "^3131FFto steal the pot.^000000";
|
||||
set ch_tre,1;
|
||||
warp "lou_yang",280,161;
|
||||
warp "louyang",280,161;
|
||||
close;
|
||||
}
|
||||
}
|
||||
@ -404,7 +405,7 @@ OnTouch:
|
||||
mes "^3131FFYou have failed^000000";
|
||||
mes "^3131FFto steal the pot.^000000";
|
||||
set ch_tre,1;
|
||||
warp "lou_yang",280,161;
|
||||
warp "louyang",280,161;
|
||||
close;
|
||||
}
|
||||
}
|
||||
@ -423,7 +424,7 @@ OnTouch:
|
||||
mes "^3131FFYou have failed^000000";
|
||||
mes "^3131FFto steal the pot.^000000";
|
||||
set ch_tre,1;
|
||||
warp "lou_yang",280,161;
|
||||
warp "louyang",280,161;
|
||||
close;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user