A Blueprint written in Mananese.
No Monsters drop this item.
You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.
Open raw JSONID | 7470 |
aegisName ❔ | AncientBlueprint |
Script to execute when the item is used/equipped.
if (!CRAFTQUEST) {
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");