Talk:Torn Page from "Tyrian Pact Survival Handbook"
Format Change[edit]
Converted the first section to Vendor Table. There is a lot of overlap between the Torn Pages item and the 3rd item from the Pact Survival Handbook. Separ (talk) 12:13, 23 November 2015 (UTC)
Vendor Table[edit]
I think the Vendor Table is great for this page, but the karma cost I don't think is necessary...but that might be a restriction of the vendor table, sorry, I'm not sure, I just started with editing the wiki. Trevard (talk) 03:29, 25 November 2015 (UTC)
- Thanks for pointing that out. I think the editor that put it in was hoping to show the TP prices. Unfortunately, we do treat vendors and containers as two different things (hence the two different templates). I'll remove the vendors for the moment, but someone with a bit more finesse may add the TP later. G R E E N E R 03:42, 25 November 2015 (UTC)
Feedback 2017/08/11[edit]
Warning: Players buying a "Torn Page from "Tyrian Pact Survival Handbook"" have the risk getting a duplicate Account bound recipe that they can do nothing with. You should at least be able to get a refund from the vendor.
Thanks![edit]
Thanks for those corrections, Ventriloquist! I like 'em! Daddicus (talk) 18:28, 23 September 2018 (UTC)
- :) —Ventriloquist 18:54, 23 September 2018 (UTC)
Rare? recipe[edit]
The line entry for this shows it as rare, and the text says "Double-click to receive a rare crafting recipe." But, the page shows recipes of all rarities besides basic. Is this an anomaly in the wording in the game, or an issue with this page? Daddicus (talk) 02:13, 23 January 2019 (UTC)
- It's probably an issue with the in-game wording. They mean rare as in the dictionary definition, not as in Rare. --Imry ☎ 02:17, 23 January 2019 (UTC)
Using Old Template?[edit]
The API-Template shows a character selection, while recipes are unlocked for every character. Ancient77 (talk) 01:50, 24 January 2025 (UTC)
- The widget is designed to include the option to check recipes by character due to discovery recipes. Whilst we could add a parameter to the widget to hide the character select box, I don't see much value in doing so. -Chieftain Alex
21:29, 28 April 2025 (UTC)
- Had a further look, could be done fairly simply by adding the "hide" class to the dropdown + button, and perhaps a class to the div control. JS would be something like
// Show character dropdown buttons if required
if ( $('#recipecontrol').attr('data-characterecipes') ) {
if ( $('#recipecontrol').attr('data-characterecipes') !=='hide' ) {
$('#'+widgetControls+' hide').removeClass('hide');
}
} else {
$('#'+widgetControls+' hide').removeClass('hide');
}
- However it makes a bit of a muddle and is easier to leave it be. -Chieftain Alex
21:49, 28 April 2025 (UTC)
- However it makes a bit of a muddle and is easier to leave it be. -Chieftain Alex
API filter error[edit]
I tried using the API filtering it claims that I don't have the recipe for Watchwork Mechanism when I do. Might be a problem in ID numbers. SarielV
12:50, 28 April 2025 (UTC)
- It can be the case that you came across the bug that is noted in Recipe: Watchwork Mechanism page, as the ID in the API seems to be matching with the one listed in the infobox. ฅ𓂃𓏧♡ vyѕɴɑιтε ᨐᵉᵒʷฅ (тɑʟκ) 13:00, 28 April 2025 (UTC)
- Now that's a weird one. Thanks :) SarielV
14:10, 28 April 2025 (UTC)
- Now that's a weird one. Thanks :) SarielV
Missing recipe[edit]
There is no "Celestial Pearl Conch" in the list ... is there a reason for this ?
Just seems a long time for it to have been simply overlooked ... no idea how to fiddle it in tho.