Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12816 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
06f9538ece
commit
30472721f6
@ -1,6 +1,9 @@
|
||||
Date Added
|
||||
======
|
||||
|
||||
2008/06/13
|
||||
* Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674 [Brainstorm]
|
||||
|
||||
2008/06/08
|
||||
* Fixed 4 bugs: blacksmith.txt. Added a garbage variable to F_ClearGarbage [Lupus]
|
||||
* Fixed one of Einbroch (east) kafras not displaying a name, bugreport:857
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= kobra_k88; L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.5a
|
||||
//= 1.5b
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//===== Description: =========================================
|
||||
@ -26,6 +26,7 @@
|
||||
//= 1.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
|
||||
//= 1.5 Rescripted Headgear Quests 1 to Aegis 10.3 Standards. [Samuray22]
|
||||
//= 1.5a Fixed a bad countitem. (bugreport:840) [Samuray22]
|
||||
//= 1.5b Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674 [Brainstorm]
|
||||
//============================================================
|
||||
|
||||
// Headgear Quests 1
|
||||
@ -51,9 +52,9 @@ comodo,228,159,4 script Hair Ornament Girl 700,{
|
||||
case 2:
|
||||
callsub L_select,2,2233,1,746,20,0,0,5034; //Bulb Band (1) = Circlet (1) + Glass Bead (20)
|
||||
case 3:
|
||||
callsub L_select,3,1099,1499,0,0,0,0,5049; //Stripe Band (1) = Worn Out Prison Uniform (1500)
|
||||
callsub L_select,3,1099,1500,0,0,0,0,5049; //Stripe Band (1) = Worn Out Prison Uniform (1500)
|
||||
case 4:
|
||||
callsub L_select,4,2211,1,978,1,7003,299,5052; //Blue hair band (1) = Bandana (1) + Cobaltblue Dyestuffs (1) + Anolian Skin (300)
|
||||
callsub L_select,4,2211,1,978,1,7003,300,5052; //Blue hair band (1) = Bandana (1) + Cobaltblue Dyestuffs (1) + Anolian Skin (300)
|
||||
}
|
||||
L_select:
|
||||
mes "[Hair Ornament Girl]";
|
||||
|
Loading…
x
Reference in New Issue
Block a user