- Mar 1, 2005
- 72
- 1
- 34
lo peeps , well im havin probs with my crafts lady npc as she wont giv out the items when needed , you giv the correct items and she says "you have not given the correct items" and then closes the dialogue,
im pretty novice with npc scripts so could anyone please either tell me what to remove/add , or post one tht works , thankyou . heres the script
; ===================================
; Market Def NPC File : Crafting-0
;
; -----------------------------------
; Name: CraftsLady
; Job:
; Map No: 0
; Pos X 319
; Pos Y 276
; File name: *removed*
; Comment:
;================================================= =
;
;Settings
(@makegemlist)
%100
+5
+6
+43
+37
[@main]
#SAY
Choose the item you want to make.\ \
<Food item/@makefood> <Potion/@makepotion>\
<Gem item/@makegem> <Other item/@makeitem>\
<Exclusive for making/@makeetc> <Stuff item/@makestuff>\
<Ask/@ask> the lady more information about crafting\
[@makefood]
Choose the food you want to cook.\ \
<Previous screen/@main>
[@makepotion]
Choose the potion you want to create.\ \
<Previous screen/@main>
[@makegem]
You can succeed to make a gem most of the times,\
but it could also fail... so be careful.\
Choose the gem you want to craft.\ \
<Previous screen/@main>
[@makeitem]
Choose the item you want to make.\ \
<Previous screen/@main>
[@makeetc]
Choose the item you want to craft.\ \
<Previous screen/@main>
[@makestuff]
What item do you want to make?\ \
<Previous screen/@main>
[@ask]
#SAY
I am craft lady, specialized in the creation of new items.\
I have been sent here to check the living conditions of people.\
Unfortunately, it seems that many people are still suffering from\
poverty. So, I would like to help them with my making skills.\
If you also want anything to be made, you may as well ask me.\ \
<Previous screen/@main>
[@infoDumpling]
To craft this item you will need:\
1x Meat\
1x Ginseng\
1x (HP)DrugLarge\
<Main/@main>
[@infoBeefDumpling]
To craft this item you will need:\
1x Jerk\
1x Ginseng\
1x Sunpotion\
<Main/@main>
[@infoChickenDumplng]
To craft this item you will need:\
1x Chicken\
1x Ginseng\
1x Sunpotion\
<Main/@main>
[@infoEggDumpling]
To craft this item you will need:\
1x SkystingerEgg\
1x Ginseng\
1x Sunpotion\
<Main/@main>
[@infoBoneDumpling]
To craft this item you will need:\
1x Bone\
1x Ginseng\
1x Sunpotion\
<Main/@main>
[@infoHerbalTea]
To craft this item you will need:\
1x CannibalFruit\
3x CannibalLeaf\
1x Sunpotion\
<Main/@main>
[@infoMeatSoup]
To craft this item you will need:\
1x Meat\
1x Ginseng\
1x StaminaAidDrug\
<Main/@main>
[@infoZerkSoup]
To craft this item you will need:\
1x Jerk\
1x Ginseng\
1x MagicAidDrug\
<Main/@main>
[@infoChickenBroth]
To craft this item you will need:\
1x Chicken\
1x Ginseng\
1x ImpactDrug\
<Main/@main>
[@infoEggBroth]
To craft this item you will need:\
1x SkystingerEgg\
1x Ginseng\
1x MagicDrug\
<Main/@main>
[@infoBoneBroth]
To craft this item you will need:\
1x Bone\
1x Ginseng\
1x SpiritDrug\
<Main/@main>
[@infoCannibalFruitTea]
To craft this item you will need:\
1x BugLeg\
3x CannibalFruit\
1x SunPotion(M)\
<Main/@main>
[@info(HP)DrugXL]
To craft this item you will need:\
1x (HP)DrugLarge\
2x CannibalLeaf\
1x EbonyFruit\
<Main/@main>
[@info(MP)DrugXL]
To craft this item you will need:\
1x (MP)DrugLarge\
1x CannibalFruit\
1x Mushroom\
<Main/@main>
[@info(HP)DrugBundleXL]
To craft this item you will need:\
1x (HP)DrugBundle\
12x CannibalLeaf\
6x EbonyFruit\
<Main/@main>
[@info(MP)DrugBundleXL]
To craft this item you will need:\
1x (MP)DrugBundle\
6x CannibalFruit\
6x Mushroom\
<Main/@main>
[@infoBraveryGem]
To craft this item you will need:\
1x Platinum Purity 12+\
1x Nephrite Purity 12+\
1x Any Accessory\
1x Any Stone\
<Main/@main>
[@infoMagicGem]
To craft this item you will need:\
1x Platinum Purity 12+\
1x Nephrite Purity 12+\
1x Any Accessory\
1x Any Stone\
<Main/@main>
[@infoSoulGem]
To craft this item you will need:\
1x Platinum Purity 12+\
1x Nephrite Purity 12+\
1x Any Accessory\
1x Any Stone\
<Main/@main>
[@infoProtectionGem]
To craft this item you will need:\
1x GoldOre Purity 12+\
1x BlackIronOre Purity 12+\
1x Any Accessory\
1x Any Stone\
<Main/@main>
[@info@infoEvilSlayerGem]
To craft this item you will need:\
1x GoldOre Purity 12+\
1x BlackIronOre Purity 12+\
1x Any Accessory\
1x Any Stone\
<Main/@main>
[@infoDurabilityGem]
To craft this item you will need:\
1x GoldOre Purity 12+\
1x BlackIronOre Purity 12+\
1x Any Stone\
<Main/@main>
[@infoStormGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x WindMarble\
1x Any Stone\
<Main/@main>
[@infoAgilityGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x EvasionMarble\
1x Any Stone\
<Main/@main>
[@infoAccuracyGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x FocusMarble\
1x Any Stone\
<Main/@main>
[@infoPoisonGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x PoisonMarble\
1x Any Stone\
<Main/@main>
[@infoFreezingGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x IceMarble\
1x Any Stone\
<Main/@main>
[@infoDisillusionGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x WillMarble\
1x Any Stone\
<Main/@main>
[@infoEnduranceGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x AntidoteMarble\
1x Any Stone\
<Main/@main>
[@infoPeddlerTorch]
To craft this item you will need:\
1x RedThread\
1x Bone\
1x Candle\
1x RepairOil\
<Main/@main>
[@infoSewingGoods]
To craft this item you will need:\
3x WhiteThread\
1x LargeBone\
2x IronOre\
<Main/@main>
[@infoBoneHammer]
To craft this item you will need:\
3x BlackThread\
1x LargeBone\
2x CopperOre\
<Main/@main>
[@infoString]
To craft this item you will need:\
3x WhiteThread\
3x RedThread\
3x BlackThread\
im pretty novice with npc scripts so could anyone please either tell me what to remove/add , or post one tht works , thankyou . heres the script
; ===================================
; Market Def NPC File : Crafting-0
;
; -----------------------------------
; Name: CraftsLady
; Job:
; Map No: 0
; Pos X 319
; Pos Y 276
; File name: *removed*
; Comment:
;================================================= =
;
;Settings
(@makegemlist)
%100
+5
+6
+43
+37
[@main]
#SAY
Choose the item you want to make.\ \
<Food item/@makefood> <Potion/@makepotion>\
<Gem item/@makegem> <Other item/@makeitem>\
<Exclusive for making/@makeetc> <Stuff item/@makestuff>\
<Ask/@ask> the lady more information about crafting\
[@makefood]
Choose the food you want to cook.\ \
<Previous screen/@main>
[@makepotion]
Choose the potion you want to create.\ \
<Previous screen/@main>
[@makegem]
You can succeed to make a gem most of the times,\
but it could also fail... so be careful.\
Choose the gem you want to craft.\ \
<Previous screen/@main>
[@makeitem]
Choose the item you want to make.\ \
<Previous screen/@main>
[@makeetc]
Choose the item you want to craft.\ \
<Previous screen/@main>
[@makestuff]
What item do you want to make?\ \
<Previous screen/@main>
[@ask]
#SAY
I am craft lady, specialized in the creation of new items.\
I have been sent here to check the living conditions of people.\
Unfortunately, it seems that many people are still suffering from\
poverty. So, I would like to help them with my making skills.\
If you also want anything to be made, you may as well ask me.\ \
<Previous screen/@main>
[@infoDumpling]
To craft this item you will need:\
1x Meat\
1x Ginseng\
1x (HP)DrugLarge\
<Main/@main>
[@infoBeefDumpling]
To craft this item you will need:\
1x Jerk\
1x Ginseng\
1x Sunpotion\
<Main/@main>
[@infoChickenDumplng]
To craft this item you will need:\
1x Chicken\
1x Ginseng\
1x Sunpotion\
<Main/@main>
[@infoEggDumpling]
To craft this item you will need:\
1x SkystingerEgg\
1x Ginseng\
1x Sunpotion\
<Main/@main>
[@infoBoneDumpling]
To craft this item you will need:\
1x Bone\
1x Ginseng\
1x Sunpotion\
<Main/@main>
[@infoHerbalTea]
To craft this item you will need:\
1x CannibalFruit\
3x CannibalLeaf\
1x Sunpotion\
<Main/@main>
[@infoMeatSoup]
To craft this item you will need:\
1x Meat\
1x Ginseng\
1x StaminaAidDrug\
<Main/@main>
[@infoZerkSoup]
To craft this item you will need:\
1x Jerk\
1x Ginseng\
1x MagicAidDrug\
<Main/@main>
[@infoChickenBroth]
To craft this item you will need:\
1x Chicken\
1x Ginseng\
1x ImpactDrug\
<Main/@main>
[@infoEggBroth]
To craft this item you will need:\
1x SkystingerEgg\
1x Ginseng\
1x MagicDrug\
<Main/@main>
[@infoBoneBroth]
To craft this item you will need:\
1x Bone\
1x Ginseng\
1x SpiritDrug\
<Main/@main>
[@infoCannibalFruitTea]
To craft this item you will need:\
1x BugLeg\
3x CannibalFruit\
1x SunPotion(M)\
<Main/@main>
[@info(HP)DrugXL]
To craft this item you will need:\
1x (HP)DrugLarge\
2x CannibalLeaf\
1x EbonyFruit\
<Main/@main>
[@info(MP)DrugXL]
To craft this item you will need:\
1x (MP)DrugLarge\
1x CannibalFruit\
1x Mushroom\
<Main/@main>
[@info(HP)DrugBundleXL]
To craft this item you will need:\
1x (HP)DrugBundle\
12x CannibalLeaf\
6x EbonyFruit\
<Main/@main>
[@info(MP)DrugBundleXL]
To craft this item you will need:\
1x (MP)DrugBundle\
6x CannibalFruit\
6x Mushroom\
<Main/@main>
[@infoBraveryGem]
To craft this item you will need:\
1x Platinum Purity 12+\
1x Nephrite Purity 12+\
1x Any Accessory\
1x Any Stone\
<Main/@main>
[@infoMagicGem]
To craft this item you will need:\
1x Platinum Purity 12+\
1x Nephrite Purity 12+\
1x Any Accessory\
1x Any Stone\
<Main/@main>
[@infoSoulGem]
To craft this item you will need:\
1x Platinum Purity 12+\
1x Nephrite Purity 12+\
1x Any Accessory\
1x Any Stone\
<Main/@main>
[@infoProtectionGem]
To craft this item you will need:\
1x GoldOre Purity 12+\
1x BlackIronOre Purity 12+\
1x Any Accessory\
1x Any Stone\
<Main/@main>
[@info@infoEvilSlayerGem]
To craft this item you will need:\
1x GoldOre Purity 12+\
1x BlackIronOre Purity 12+\
1x Any Accessory\
1x Any Stone\
<Main/@main>
[@infoDurabilityGem]
To craft this item you will need:\
1x GoldOre Purity 12+\
1x BlackIronOre Purity 12+\
1x Any Stone\
<Main/@main>
[@infoStormGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x WindMarble\
1x Any Stone\
<Main/@main>
[@infoAgilityGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x EvasionMarble\
1x Any Stone\
<Main/@main>
[@infoAccuracyGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x FocusMarble\
1x Any Stone\
<Main/@main>
[@infoPoisonGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x PoisonMarble\
1x Any Stone\
<Main/@main>
[@infoFreezingGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x IceMarble\
1x Any Stone\
<Main/@main>
[@infoDisillusionGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x WillMarble\
1x Any Stone\
<Main/@main>
[@infoEnduranceGem]
To craft this item you will need:\
1x Platinum Purity 15+\
1x GoldOre Purity 15+\
5x AntidoteMarble\
1x Any Stone\
<Main/@main>
[@infoPeddlerTorch]
To craft this item you will need:\
1x RedThread\
1x Bone\
1x Candle\
1x RepairOil\
<Main/@main>
[@infoSewingGoods]
To craft this item you will need:\
3x WhiteThread\
1x LargeBone\
2x IronOre\
<Main/@main>
[@infoBoneHammer]
To craft this item you will need:\
3x BlackThread\
1x LargeBone\
2x CopperOre\
<Main/@main>
[@infoString]
To craft this item you will need:\
3x WhiteThread\
3x RedThread\
3x BlackThread\
