* Small bug fix in the Geffen NPCs (end -> next) care of Lesbian.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11376 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
9265a6ed88
commit
07a22ae76c
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/10/06
|
2007/10/06
|
||||||
|
* Rev. 11376 Small bug fix in the Geffen NPCs (end -> next) care of Lesbian. [L0ne_W0lf]
|
||||||
* Rev. 11375 Fixed an error in the Sage job quest, thanks to Cara. [L0ne_W0lf]
|
* Rev. 11375 Fixed an error in the Sage job quest, thanks to Cara. [L0ne_W0lf]
|
||||||
* Removed function F_BlockHigh from Valkyrie.txt
|
* Removed function F_BlockHigh from Valkyrie.txt
|
||||||
* Fixed scripts that used 'stoptimer' instead of 'stopnpctimer' [ultramage]
|
* Fixed scripts that used 'stoptimer' instead of 'stopnpctimer' [ultramage]
|
||||||
|
@ -16,8 +16,9 @@
|
|||||||
//= 1.3 added a Level 4 weapon quest related NPC [MasterOfMuppets]
|
//= 1.3 added a Level 4 weapon quest related NPC [MasterOfMuppets]
|
||||||
//= 1.4 Removed Duplicates [Silent]
|
//= 1.4 Removed Duplicates [Silent]
|
||||||
//= 1.5 Fixed some typos and coordinates [Musashiden]
|
//= 1.5 Fixed some typos and coordinates [Musashiden]
|
||||||
//= 1.51 Fixed a small typo [Evera]
|
//= 1.5a Fixed a small typo [Evera]
|
||||||
//= 1.6 Rescripted to AEgis 10.3 standards. [L0ne_W0lf[
|
//= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
||||||
|
//= 1.6a Small bug fix. (end -> next) care of Lesbian. [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
geffen,59,143,0 script Meera 91,{
|
geffen,59,143,0 script Meera 91,{
|
||||||
@ -219,7 +220,7 @@ OnTouch:
|
|||||||
mes "^333333*Psssst!*";
|
mes "^333333*Psssst!*";
|
||||||
mes "H-Hey you!";
|
mes "H-Hey you!";
|
||||||
mes "You wanna get your hands on some great stuff? Come on over!^000000";
|
mes "You wanna get your hands on some great stuff? Come on over!^000000";
|
||||||
end;
|
next;
|
||||||
mes "[Suspicious Guy]";
|
mes "[Suspicious Guy]";
|
||||||
if (sex)
|
if (sex)
|
||||||
mes "Hey there tough guy. You look smart enough to recognize a bargain when it's right in front of your eyes.";
|
mes "Hey there tough guy. You look smart enough to recognize a bargain when it's right in front of your eyes.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user