Page 1 of 1

Can't save trigger in web client?

Posted: 15 Jul 2017 22:26
by kelrhys
I can't seem to find any other complaints on this, so I wonder if I am missing something obvious, but here goes:

I connect using the web client in Chrome browser on windows 10. I can create aliases fine, but when I try to create a trigger the save button does not work:

-Login in with my character
-Click Settings -> Triggers -> Add new trigger
-type trigger name (eg: loot)
-type command (eg: get all from corpse)
-Click Save

Nothing happens, the button highlights blue, but that's it. I tried on a brand new windows PC and in Microsoft Edge browser as well, but same issue. Note that all other fields are left at default, including the pre-populated Pattern of "You killed"

Anyone know what is going on? Do I need a different Javascript setting or updated Java version or something?

Thank you!

Re: Can't save trigger in web client?

Posted: 15 Jul 2017 22:38
by Sibbedidenn
I will try to help and the only thing I can think of doing is telling you how I do it.

-Trigger Name
[grind all]

-Trigger Type
[Text][Regexp][GMCP] [CASE SENSITIVE]

-Pattern
[You killed]

-Script Type
[Commands][Javascript]
1| get all from corpse


So this is a mock up of my data entry when I set up a trigger (same as your loot trigger), a very basic one to make grinding easier. I hope it helps. haha

Legend:
Red is the selected Script type, Trigger type.

I have used Chrome as well and it gave me no problem. I wish you luck.

Re: Can't save trigger in web client?

Posted: 16 Jul 2017 04:29
by kelrhys
I took a look at the console in my web browser, and found that there is an error. I attached a screenshot. Apparently it can't access my userdata.json file... ??!!

Re: Can't save trigger in web client? SOLVED

Posted: 03 Aug 2017 18:58
by kelrhys
In case anyone else runs into this (which at least one other person I talked to has), the problem
was using the Pattern field default of value of "You killed" will, for some reason, cause the trigger not to save.
The default value can't be deleted with backspace or delete key, but must simply be overwritten with new text.
It can be exactly the same as the default text, if desired.

Now, onto figuring out how to effectively use the triggers :)

Re: Can't save trigger in web client? SOLVED

Posted: 03 Aug 2017 19:11
by Raelle
kelrhys wrote:In case anyone else runs into this (which at least one other person I talked to has), the problem
was using the Pattern field default of value of "You killed" will, for some reason, cause the trigger not to save.
The default value can't be deleted with backspace or delete key, but must simply be overwritten with new text.
It can be exactly the same as the default text, if desired.
thank you!! I was having the same problem and this did the trick