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.
 
You could try this (untested):
Code:
trigger lose_effect, Adobe Adze Subscription, ashq visit_url("inventory.php?itemid=11513&action=adobesubscribe");
 
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.
 
Apparently you will need this command instead:
ASP.net:
ashq visit_url("inventory.php?pwd="+my_hash()+"&itemid=11513&action=adobesubscribe",false);
 
Apparently you will need this command instead:
ASP.net:
ashq visit_url("inventory.php?pwd="+my_hash()+"&itemid=11513&action=adobesubscribe",false);
I know this response is VERY late, and I apologize for briefly necro'ing this thread, but thank you very much. It works exactly the way I want. :)
 
I know this response is VERY late, and I apologize for briefly necro'ing this thread, but thank you very much. It works exactly the way I want. :)
Oh thank you very much for this reply, I only got my Ayam 2 days ago anyway 😁
Do I need a line for every piece of outfit with its own item id with this command?
 
Back
Top