Powered by Jitbit .Net Forum free trial version.

HomeFallen London » The Bazaar

This is the place to discuss playing the game. Find tips, debate the best places to find certain items and share advice.

Extension request: Favourite Items Messages in this topic - RSS

Erika
Erika
Posts: 528

9/20/2016
I was wondering if someone could manage something like this? If it sweetens the pot any, I have a Starveling Cat or seven I can throw your way (or Surprise Packages/First City Coins if that's your thing).
[spoiler][/spoiler]
edited by Erika on 9/20/2016

--
Where the sun is hot, the moon is beautiful, and mysterious lights pass overhead while we all pretend to sleep.
                           Going on a fate expedition? I'm collecting data! Help me?
               "Bottles of Oblivion" drunk in the name of content: 57
              Catboxes (send more!) opened in the name of science: 1093
                    Fancy a friend?
+3 link
Vincent Asmund
Vincent Asmund
Posts: 314

9/20/2016
This would be pretty cool.

--

Vincent Åsmund
, an ex-Author searching to return to his former glory.

Konstantin Sorokin, a newcomer to the Neath with revolutionary tendencies.
+1 link
Skinnyman
Skinnyman
Posts: 2133

9/21/2016
Oh, yes, that's pretty easy to achieve! Hard coded, user input or even contextual menu input (right click, add this item to "Whatever" category.
EDIT: Here's a fast one (Brass, Jade and Glim to Favourites). It'll run even if you don't have them.
EDIT #2: Some tweaking.
EDIT #3: Yay, had 10 free minutes and added more conditions and beatifications.
Open your console (F12), paste this code and run it. You must be in Myself tab for it to do something.

var list = [387, 377, 378];
var trim = '<h3>Favourites</h3><ul class="you_icon cf">';
var exists = 0;
for(var j = 0; j < list.length; j++) {
var item = $('#infoBarQImage' + list[j]);
if(item.length > 0) {
exists ++;
trim += item.closest('li')[0].outerHTML;
if(item.closest('li').siblings('li:not(.empty-icon)').length - 1) {
if(item.closest('li').siblings('li.empty-icon').length == 5) {
item.closest('li').siblings('li.empty-icon').remove();
} else {
item.closest('ul').append('<li class="empty-icon"></li>');
}
item.closest('li').remove();
} else {
item.closest('ul').prev('h3').remove()
item.closest('ul').remove();
}
}
}
if(exists){
for(var i = 0; i < Math.abs((exists - 1)%6 - 5); i++) {
trim += '<li class="empty-icon"></li>'
}
trim +='</ul>';
$('p.explanation').after(trim);
}
edited by Skinnyman on 9/21/2016

--
ESs items and quality requirements sheet. Please check if there are errors or if something is missing
Achievement list if you're feeling bored!
I am accepting Plant battles, Neath's Mysteries card, Starveling Cats and boxed cats.
No suppers, no second chances gain and no need to cure my menaces!
+1 link
WinterIV
WinterIV
Posts: 68

9/21/2016
Wait wait wait. No one is asking the real questions here. Like how do you have 459 confident smiles? Or why you have that many screaming maps?
+1 link
Inchoatl
Inchoatl
Posts: 45

9/22/2016
WinterIV wrote:
Wait wait wait. No one is asking the real questions here. Like how do you have 459 confident smiles? Or why you have that many screaming maps?

I'm fairly new to Fallen London myself, but if I haven't misinterpreted some of the conversations I've come across, second chance items used to be uncapped. I think the cap went into effect sometime around 2014?

--
Oh you lament the state of my immortal soul, but I shall have a life, a life as has not been seen or forgotten by the Neath in an age!
+1 link
Optimatum
Optimatum
Posts: 3666

9/22/2016
Second chances were indeed uncapped for a long while; they're still uncapped from the Mysterious Benefactor end card and iirc from Christmas Cards. I suspect the three Screaming Map items are really one Screaming Map and one of each half.

--
Optimatum, a ruthless and merciful gentleman. No plant battles, Affluent Photographer requests, or healing offers; all other social actions welcome.

Want a sip of Cider? Just say hi!

PM me for information enigmatic or Fated. Though the forum please, not FL itself.
+1 link
Art Shrival
Art Shrival
Posts: 51

9/22/2016
You can also exceed the second chances cap by receiving them from friends through The Gift of Admiration option on the Give a Gift! opportunity card.

But back to the main topic: I would love to have an extension for this. Being able to micromanage my inventory is my dream.
And since coding is work, I would be willing to offer Surprise Packages / First City Coins as well.
edited by Art Shrival on 9/24/2016
+1 link




Powered by Jitbit Forum 8.0.2.0 © 2006-2013 Jitbit Software