Command to upkeep Adobe Armor Subscription buffs?

Cratmang(hetti)

New member
Title. :p
I was wondering if there's a command to automatically upkeep your Adobe Adze/Ayam/Abacus/etc. subscription buffs, so that I can set them up as part of a Mood.
 

ckb

Minion
Staff member
You could try this (untested):
Code:
trigger lose_effect, Adobe Adze Subscription, ashq visit_url("inventory.php?itemid=11513&action=adobesubscribe");
 

Cratmang(hetti)

New member
This doesn't seem to work. :/
I tried feeding it straight into the graphical CLI to test it. I force-executed it as a mood. I copy-pasted the url for the subscribe link... nothing short of clicking the actual link appears to have any effect.
 

ckb

Minion
Staff member
Apparently you will need this command instead:
ASP.net:
ashq visit_url("inventory.php?pwd="+my_hash()+"&itemid=11513&action=adobesubscribe",false);
 
Top