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 /npc/items/miscrecipes.txt | |
parent | e87ac5953610c90b45c3c25086b61e84d3b2be7b (diff) | |
download | serverdata-294a754287c54a57d6ef509b80e2a076a47df6c6.tar.gz serverdata-294a754287c54a57d6ef509b80e2a076a47df6c6.tar.bz2 serverdata-294a754287c54a57d6ef509b80e2a076a47df6c6.tar.xz serverdata-294a754287c54a57d6ef509b80e2a076a47df6c6.zip |
Savior Blueprint
Diffstat (limited to 'npc/items/miscrecipes.txt')
-rw-r--r-- | npc/items/miscrecipes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |