@daboross I did submit a ticket via that form, but haven't received any response. I did the ticket on the 11th but no responses and my subscription is still set to renew March 22nd, not April 22nd like I'd expect.
Zifnab
@Zifnab
Posts made by Zifnab
-
RE: Steam Purchase did not give me 30 days CPU subscription
-
Steam Purchase did not give me 30 days CPU subscription
I've had an active subscription since December 22nd, and at that time I purchased the 3-month plan (So it would renew March 22nd-ish).
Recently I decided I wanted to have a private local server to test scripts with, and found out the only way to do that is by having the Steam version of the game... which comes with 30 days of CPU subscription. I went ahead and did that, and linked my account to my steam account... but I haven't received the 30 days of CPU subscription. My subscription still says it will renew in March
-
RE: notifyWhenAttacked doesn't work for walls
Same thing happens when dismantling roads Spams me with attack messages in my email. Although roads don't even have the checkbox in the UI like walls do, and `notifyWhenAttacked(false)` still returns 0 but doesn't do anything.
-
notifyWhenAttacked doesn't work for walls
in my code I have:
Â
  target.notifyWhenAttacked(false)
  creep.dismantle(target)
Â
However, the target is still constantly spamming me with attacked notifications. I even did it in console: `Game.getObjectById("abcdef").notifyWhenAttacked(false)` but I cannot get the attack notifications to stop; and clicking on the wall in question still has the notification checkbox checked.
Â
This appears to only be an issue with constructed walls... These structures don't respect the `notifyWhenAttacked` method even when it returns 0.