Search found 10 matches

by bashere
28 Feb 2018 01:07
Forum: Game - Technical
Topic: Web UI trigger/alias backups?
Replies: 1
Views: 2129

Web UI trigger/alias backups?

Hi,

Is there a way to make a local backup of your triggers and aliases off the Web UI?
by bashere
21 Feb 2018 22:08
Forum: Game - Technical
Topic: Web UI: change weapon alias
Replies: 0
Views: 1994

Web UI: change weapon alias

/* alias 'cw' . -- or whatever you want.. Summary: Used to change weapons while wearing a shield. I noticed I was spending too much time removing my shield in order to switch to a right-handed weapon, then un-wielding my left-handed weapon, so I could wear my shield on the left arm. This alias will ...
by bashere
17 Feb 2018 07:26
Forum: Web Client General Discussion
Topic: Genesis Webclient
Replies: 8
Views: 11758

Re: Genesis Webclient

I've written a bunch for the Web UI as well. Thanks for sharing. I use this one for my kill alias. Provides random emotes and war cries to help spice up my Merc/Pirate character: act = [ "mspit", "mnarrow", ]; cries = [ "tsnarl Have a face full o' me boot ye jelly boned thum...
by bashere
22 Nov 2017 00:11
Forum: Web Client General Discussion
Topic: Tracking kills?
Replies: 2
Views: 3850

Re: Tracking kills?

Google Analytics tagging might work.. Just searching ideas atm.
by bashere
21 Nov 2017 23:50
Forum: Web Client General Discussion
Topic: Tracking kills?
Replies: 2
Views: 3850

Tracking kills?

Using webui or perhaps in-game means, is there a way to keep running stats on total kills, kills by race, species, etc.?
by bashere
16 Nov 2017 19:05
Forum: Game - General
Topic: Passing down in the Ghastly Keep
Replies: 8
Views: 2968

Re: Passing down in the Ghastly Keep

My first time down there last night. Just as an example, I think I needed 30 kills before I could go down to level 2.
by bashere
15 Nov 2017 00:12
Forum: Game - Technical
Topic: herb fatigue alias
Replies: 0
Views: 1385

herb fatigue alias

/* Description: random fatigue herb array alias. Basically, I wanted some way to grab a mana herb quickly without searching through my container. Alias Command: fatigue Script Type: Javascript Synopsis: Usage: will randomly attempt to get one of the herbs defined in the fatigue array. I'll spam the ...
by bashere
15 Nov 2017 00:11
Forum: Game - Technical
Topic: herb mana alias
Replies: 0
Views: 1219

herb mana alias

/* Description: random mana herb array alias. Basically, I wanted some way to grab a mana herb quickly without searching through my container. Alias Command: mana Script Type: Javascript Synopsis: Usage: will randomly attempt to get one of the herbs defined in the mana array. I'll spam the command u...
by bashere
15 Nov 2017 00:09
Forum: Game - Technical
Topic: herb health alias
Replies: 0
Views: 1616

herb health alias

/* Description: random healing herb array alias. Basically, I wanted some way to grab a healing herb quickly without searching through my container. Alias Command: health Script Type: Javascript Synopsis: Usage: will randomly attempt to get one of the herbs defined in the healing array. I'll spam th...
by bashere
14 Nov 2017 23:37
Forum: Game - Technical
Topic: Kill all <target> <2-100> alias
Replies: 0
Views: 1224

Kill all <target> <2-100> alias

For the Web Ui. Enjoy! /* Description: Script to kill up to 100 targets. The alias requires at least one argument, kill <human> or within single quotes 'dark elf', 'blue goblin', etc. The second argument is used to kill a certain range of targets such as, kill 'dark elf' 5, will attack the first 5 d...