Fixed an NPC error in lutie quest file (scrap " left behind.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11799 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
b0ea3f6d70
commit
c58bc08624
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/11/25
|
2007/11/25
|
||||||
|
* Fixed an NPC error in lutie quest file (scrap " left behind.) [l0ne_W0lf]
|
||||||
* Changed item names to item IDs on some scripts. [Samuray22]
|
* Changed item names to item IDs on some scripts. [Samuray22]
|
||||||
2007/11/24
|
2007/11/24
|
||||||
* Rescripted Soul Linker Quest to Aegis 10.3 Standars. [Samuray22]
|
* Rescripted Soul Linker Quest to Aegis 10.3 Standars. [Samuray22]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= TonyMan & Samuray22
|
//= TonyMan & Samuray22
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.3a
|
//= 1.3b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -14,6 +14,7 @@
|
|||||||
//= 1.2 Fixed Chef Hat items [Lupus]
|
//= 1.2 Fixed Chef Hat items [Lupus]
|
||||||
//= 1.3 Update NPC to the Official One. [Samuray22]
|
//= 1.3 Update NPC to the Official One. [Samuray22]
|
||||||
//= 1.3a Changed item names to item IDs. [Samuray22]
|
//= 1.3a Changed item names to item IDs. [Samuray22]
|
||||||
|
//= 1.3b Removed a scrap " left in a delitem. [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
xmas,117,295,3 script Vending Machine Man 704,{
|
xmas,117,295,3 script Vending Machine Man 704,{
|
||||||
@ -227,7 +228,7 @@ xmas,115,297,3 script Vending Machine 111,{
|
|||||||
next;
|
next;
|
||||||
delitem 2213, 1; //Kitty Band
|
delitem 2213, 1; //Kitty Band
|
||||||
delitem 1036, 20; //Dragon Scale
|
delitem 1036, 20; //Dragon Scale
|
||||||
delitem 7012", 200; //Tough Scalelike Stem
|
delitem 7012, 200; //Tough Scalelike Stem
|
||||||
delitem 7065, 300; //Sea-Otter Fur
|
delitem 7065, 300; //Sea-Otter Fur
|
||||||
getitem 5033, 1; //Raccoon Hat
|
getitem 5033, 1; //Raccoon Hat
|
||||||
callfunc "Vending Machine","finish";
|
callfunc "Vending Machine","finish";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user