diff options
-rw-r--r-- | db/re/item_db.conf | 13 | ||||
-rw-r--r-- | npc/items/miscrecipes.txt | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e4c401af6..39ff1c95a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -17768,6 +17768,19 @@ item_db: ( callfunc("TerraniteBlueprint"); "> }, +// 7466 free +{ + Id: 7467 + AegisName: "SaviorBlueprint" + Name: "Ssavior Blueprint" + Type: "IT_USABLE" + Buy: 10000 + Sell: 3000 + Weight: 40 + Script: <" + callfunc("LegendaryBlueprint"); + "> +}, { Id: 7470 diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt index 7af44b2b8..723d6764a 100644 --- a/npc/items/miscrecipes.txt +++ b/npc/items/miscrecipes.txt @@ -71,7 +71,7 @@ function script LegendaryBlueprint { // Maybe you already knew it? if (RECIPES_EQUIPMENT[.@rcp]) { - .@mpot=rand2(200000, 500000); + .@mpot=rand2(40000, 80000); dispbottom l("It was a recipe you already knew... (+ @@ Mobpt)", .@mpot); getexp rand(100000, 200000), rand(10000, 25000); // Give you some Monster Points to use with Intense Beard |