summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-14 22:20:39 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-14 22:20:39 -0300
commit9d60b95d019df3407497347a09f64c22a2b9fd06 (patch)
tree1e976904c91d86c50b7e171101c96db3909582b9 /db
parent3525f18536541a848acee75a275f44b510339566 (diff)
downloadserverdata-9d60b95d019df3407497347a09f64c22a2b9fd06.tar.gz
serverdata-9d60b95d019df3407497347a09f64c22a2b9fd06.tar.bz2
serverdata-9d60b95d019df3407497347a09f64c22a2b9fd06.tar.xz
serverdata-9d60b95d019df3407497347a09f64c22a2b9fd06.zip
Move Ancient Blueprint ID to 7470
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf45
1 files changed, 23 insertions, 22 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 96de61ec9..b10c146c9 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -12708,28 +12708,6 @@ item_db: (
callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_MASTER);
">
},
-{
- Id: 7455
- AegisName: "AncientBlueprint"
- Name: "Ancient Blueprint"
- Type: "IT_USABLE"
- Buy: 0
- Sell: 0
- Weight: 40
- Script: <"
- if (!countitem(RecipeBook)) {
- getitem AncientBlueprint, 1;
- dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook));
- end;
- }
- if (!getskilllv(TMW2_ANCIENTLANGUAGES)) {
- getitem AncientBlueprint, 1;
- dispbottom l("You cannot understand what's written.");
- end;
- }
- callfunc("MakeRandomBlueprint");
- ">
-},
{
Id: 7460
@@ -12860,6 +12838,29 @@ item_db: (
">
},
+{
+ Id: 7470
+ AegisName: "AncientBlueprint"
+ Name: "Ancient Blueprint"
+ Type: "IT_USABLE"
+ Buy: 0
+ Sell: 0
+ Weight: 40
+ Script: <"
+ if (!countitem(RecipeBook)) {
+ getitem AncientBlueprint, 1;
+ dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook));
+ end;
+ }
+ if (!getskilllv(TMW2_ANCIENTLANGUAGES)) {
+ getitem AncientBlueprint, 1;
+ dispbottom l("You cannot understand what's written.");
+ end;
+ }
+ callfunc("MakeRandomBlueprint");
+ ">
+},
+
// Mercenary boxsets and cards
{