* Fixed a Little Typo Error in Breeder NPC (Custom).
-Thanks to ~AnnieRuru~. * Fixed a little typo error in Prontera Guide (Extra RGB Values). -Thanks to Brainstorm. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11456 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
a9d1a039fb
commit
0690c75453
@ -1,5 +1,10 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2007/10/13
|
||||||
|
* Fixed a Little Typo Error in Breeder NPC (Custom). [Samuray22]
|
||||||
|
-Thanks to ~AnnieRuru~.
|
||||||
|
* Fixed a little typo error in Prontera Guide (Extra RGB Values). [Samuray22]
|
||||||
|
-Thanks to Brainstorm.
|
||||||
2007/10/12
|
2007/10/12
|
||||||
* Fixed some bugs in the Socket Enchant NPC [Playtester]
|
* Fixed some bugs in the Socket Enchant NPC [Playtester]
|
||||||
2007/10/11
|
2007/10/11
|
||||||
|
@ -3,15 +3,17 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= eAthena Team
|
//= eAthena Team
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.3a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 1.0 Final +
|
//= eAthena 1.0 Final +
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= A Free PecoPeco and Falcon Breeder
|
//= A Free PecoPeco and Falcon Breeder
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//FIXED checkriding/cart/falcon funcs [Lupus]
|
//= 1.1 FIXED checkriding/cart/falcon funcs [Lupus]
|
||||||
//Added Rebirth/Advanced Class support [Mass Zero]
|
//= 1.2 Added Rebirth/Advanced Class support [Mass Zero]
|
||||||
//Simplified the checks of job [Silentdragon]
|
//= 1.3 Simplified the checks of job [Silentdragon]
|
||||||
|
//= 1.3a Fixed a Typo Error. [Samuray22]
|
||||||
|
// -Thanks to ~AnnieRuru~.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -26,13 +28,12 @@ L_Menu:
|
|||||||
|
|
||||||
L_Cart:
|
L_Cart:
|
||||||
if((BaseClass == Job_Merchant || BaseJob == Job_SuperNovice) && checkcart() == 0) goto L_Cart_Ok;
|
if((BaseClass == Job_Merchant || BaseJob == Job_SuperNovice) && checkcart() == 0) goto L_Cart_Ok;
|
||||||
if(getskilllv(39)<1) goto L_Need_Skill;
|
|
||||||
|
|
||||||
mes "[Universal Rental Npc]";
|
mes "[Universal Rental Npc]";
|
||||||
mes "Sorry " + strcharinfo(0) + ", but I only rent carts to people with the Merchant job root, who have enough skills to handle a cart.";
|
mes "Sorry " + strcharinfo(0) + ", but I only rent carts to people with the Merchant job root, who have enough skills to handle a cart.";
|
||||||
close;
|
close;
|
||||||
|
|
||||||
L_Cart_Ok:
|
L_Cart_Ok:
|
||||||
|
if(getskilllv(39)<1) goto L_Need_Skill;
|
||||||
setcart;
|
setcart;
|
||||||
goto L_Quit2;
|
goto L_Quit2;
|
||||||
|
|
||||||
|
@ -18,8 +18,10 @@
|
|||||||
//= 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]
|
//= 1.6a Fixed some errors with the loop. [Samuray22]
|
||||||
// -Thanks to $ephiroth.
|
// -Thanks to $ephiroth.
|
||||||
|
//= 1.6b Fixed a Problem with Unnecesary RGB Values. [Samuray22]
|
||||||
|
// -Thanks to Brainstorm.
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
prontera,154,187,4 script Guide#prt::PrtGuide 105,{
|
prontera,154,187,4 script Guide#prt::PrtGuide 105,{
|
||||||
@ -28,7 +30,7 @@ prontera,154,187,4 script Guide#prt::PrtGuide 105,{
|
|||||||
mes "Welcome to Prontera,";
|
mes "Welcome to Prontera,";
|
||||||
mes "the beautiful capital of the";
|
mes "the beautiful capital of the";
|
||||||
mes "Rune-Midgarts Kingdom. If";
|
mes "Rune-Midgarts Kingdom. If";
|
||||||
mes "you have questions or need^FFFFFF33333^000000 help finding something in the^FFFFFFco^000000 city, don't hesitate to ask.";
|
mes "you have questions or need help finding something in the city, don't hesitate to ask.";
|
||||||
set .@loop1,1;
|
set .@loop1,1;
|
||||||
while (.@loop1) {
|
while (.@loop1) {
|
||||||
next;
|
next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user