What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[EXtensions] Request

papagal

Member
Joined
Dec 11, 2014
Messages
68
Reaction score
0
Can you guys please add the new harbinger currencies to the individual currency stashing options, so we don't have to edit settings.cs every release :)

It helps prevent the currency tab filling up if we're able to dump the new currencies to another tab.

Thanks!
 
I second this. Please update with the harbinger shards/currencies.
 
I have not been able to get Individual stashing to work at all. I added the new shards myself, ie:

Code:
                new TogglableStashingRule(CurrencyNames.Annulment, "1"),
                new TogglableStashingRule(CurrencyNames.Binding, "1"),
                new TogglableStashingRule(CurrencyNames.Horizon, "1"),
                new TogglableStashingRule(CurrencyNames.Harbinger, "1"),
                new TogglableStashingRule(CurrencyNames.Engineer, "1"),
                new TogglableStashingRule(CurrencyNames.Ancient, "1"),
                new TogglableStashingRule(CurrencyNames.TransmutationShard, "1"),
                new TogglableStashingRule(CurrencyNames.AlterationShard, "1"),
                new TogglableStashingRule(CurrencyNames.AlchemyShard, "1"),
                new TogglableStashingRule(CurrencyNames.AnnulmentShard, "1"),
                new TogglableStashingRule(CurrencyNames.BindingShard, "1"),
                new TogglableStashingRule(CurrencyNames.HorizonShard, "1"),
                new TogglableStashingRule(CurrencyNames.HarbingerShard, "1"),
                new TogglableStashingRule(CurrencyNames.EngineerShard, "1"),
                new TogglableStashingRule(CurrencyNames.AncientShard, "1"),
                new TogglableStashingRule(CurrencyNames.RegalShard, "1"),
                new TogglableStashingRule(CurrencyNames.ChaosShard, "1"),
                new TogglableStashingRule(CurrencyNames.ExaltedShard, "1"),
                new TogglableStashingRule(CurrencyNames.MirrorShard, "1"),

I then enable the individual currency stashing

Ws6kXVB0Sn21B1uI6hZ0cw.png


But even after these changes, it still slams all currencies wherever the fuck it wants :(

Am i missing a step?
 
Next version will use improved full tab check system. For premium tabs bot will mark individual controls as full, not the whole tab. That should solve harbinger currency problem at it's own.
I will also add currency stashing options for new currency.
 
Back
Top