diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 15:46:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 15:46:34 -0300 |
commit | 294a754287c54a57d6ef509b80e2a076a47df6c6 (patch) | |
tree | 547a8769b1fe4d6895ed275bb72e97cf95d7501a | |
parent | e87ac5953610c90b45c3c25086b61e84d3b2be7b (diff) | |
download | serverdata-294a754287c54a57d6ef509b80e2a076a47df6c6.tar.gz serverdata-294a754287c54a57d6ef509b80e2a076a47df6c6.tar.bz2 serverdata-294a754287c54a57d6ef509b80e2a076a47df6c6.tar.xz serverdata-294a754287c54a57d6ef509b80e2a076a47df6c6.zip |
Savior Blueprint
-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 |