Re: [Audyssey] command suggestions for Alteraeon

2016-07-11 Thread dark

Thanks Dentin, that is awesome, and will make life a lot easier.

All the best,

Dark.
- Original Message - 
From: "Dennis Towne" <s...@xirr.com>

To: "Gamers Discussion list" <gamers@audyssey.org>
Sent: Monday, July 11, 2016 3:53 PM
Subject: Re: [Audyssey] command suggestions for Alteraeon



Todo and done keywords added to the quest commands, eg:

quest sloe done
quest kordan todo

-dentin

Alter Aeon MUD
http://www.alteraeon.com

On Sun, Jul 10, 2016 at 7:13 PM, Travis Siegel <tsie...@nfbcal.org> wrote:

Oh, I use the grep command all the time in my aliases.
I have one that shows my experience, and (this is from memory, so it may 
be

off a bit)
but it's something like
level | grep experience

and then I just get  two lines, one showing my current experience, and a
second line mentioning something about experience (don't remember what it
says) but I don't mind.  I could eliminate that line by doing something 
like

level|grep experience|head 1

That would just show me my total experience, and not the other line that 
is

talking about experience, but it doesn't bother me enough to change my
 alias. :)

You can do all kinds of things by stringing commands together and using
grep, head, tail, and various other commands built-in to the alias set of
commands.  One of these days I really need to pull out all of my aliases,
and do a write up on them and get it posted somewhere just to show folks
what's possible, because I don't think folks realize how much information
you can get yourself using the alias built-in commands and massage
capabilities of the mud.


 On Mon, 27 Jun 2016, dark wrote:


Hi john.

Funny, i've never even heard of this command until I wanted a way to 
show

the done quests as I said, hence why i'd like a streight forward way of
doing it.

fair enough if people find the grep thing useful, but maybe I'm just not
good with all this scripting malachy but I really am a bit stuck with 
what

it's for.

i know the principle that it's supposed to be for desplaying info 
without
a specific word or whatever, but again alter is so good with info 
commands I

really haven't needed to.

For example, the other day when I wanted to check if  my cudgel had 
broke

or not by looking at my equipment and not getting the full list, someone
mentioned the "show weapon" command which was exactly the thing.

As I said, if people find the command useful fare enough, I'd just never
even heard of it until i asked about quest display and really can't 
think
when else it'd be needed that aren't  covered by other commands such as 
as

eqsorting for example.

Dark.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the
list,
please send E-mail to gamers-ow...@audyssey.org.



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,

please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,

please send E-mail to gamers-ow...@audyssey.org.




---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] command suggestions for Alteraeon

2016-07-11 Thread Dennis Towne
Todo and done keywords added to the quest commands, eg:

quest sloe done
quest kordan todo

-dentin

Alter Aeon MUD
http://www.alteraeon.com

On Sun, Jul 10, 2016 at 7:13 PM, Travis Siegel  wrote:
> Oh, I use the grep command all the time in my aliases.
> I have one that shows my experience, and (this is from memory, so it may be
> off a bit)
> but it's something like
> level | grep experience
>
> and then I just get  two lines, one showing my current experience, and a
> second line mentioning something about experience (don't remember what it
> says) but I don't mind.  I could eliminate that line by doing something like
> level|grep experience|head 1
>
> That would just show me my total experience, and not the other line that is
> talking about experience, but it doesn't bother me enough to change my
>  alias. :)
>
> You can do all kinds of things by stringing commands together and using
> grep, head, tail, and various other commands built-in to the alias set of
> commands.  One of these days I really need to pull out all of my aliases,
> and do a write up on them and get it posted somewhere just to show folks
> what's possible, because I don't think folks realize how much information
> you can get yourself using the alias built-in commands and massage
> capabilities of the mud.
>
>
>  On Mon, 27 Jun 2016, dark wrote:
>
>> Hi john.
>>
>> Funny, i've never even heard of this command until I wanted a way to show
>> the done quests as I said, hence why i'd like a streight forward way of
>> doing it.
>>
>> fair enough if people find the grep thing useful, but maybe I'm just not
>> good with all this scripting malachy but I really am a bit stuck with what
>> it's for.
>>
>> i know the principle that it's supposed to be for desplaying info without
>> a specific word or whatever, but again alter is so good with info commands I
>> really haven't needed to.
>>
>> For example, the other day when I wanted to check if  my cudgel had broke
>> or not by looking at my equipment and not getting the full list, someone
>> mentioned the "show weapon" command which was exactly the thing.
>>
>> As I said, if people find the command useful fare enough, I'd just never
>> even heard of it until i asked about quest display and really can't think
>> when else it'd be needed that aren't  covered by other commands such as as
>> eqsorting for example.
>>
>> Dark.
>> ---
>> Gamers mailing list __ Gamers@audyssey.org
>> If you want to leave the list, send E-mail to
>> gamers-unsubscr...@audyssey.org.
>> You can make changes or update your subscription via the web, at
>> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
>> All messages are archived and can be searched and read at
>> http://www.mail-archive.com/gamers@audyssey.org.
>> If you have any questions or concerns regarding the management of the
>> list,
>> please send E-mail to gamers-ow...@audyssey.org.
>>
>
> ---
> Gamers mailing list __ Gamers@audyssey.org
> If you want to leave the list, send E-mail to
> gamers-unsubscr...@audyssey.org.
> You can make changes or update your subscription via the web, at
> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
> All messages are archived and can be searched and read at
> http://www.mail-archive.com/gamers@audyssey.org.
> If you have any questions or concerns regarding the management of the list,
> please send E-mail to gamers-ow...@audyssey.org.

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] command suggestions for Alteraeon

2016-07-10 Thread Travis Siegel

Oh, I use the grep command all the time in my aliases.
I have one that shows my experience, and (this is from memory, so it may 
be off a bit)

but it's something like
level | grep experience

and then I just get  two lines, one showing my current experience, and a 
second line mentioning something about experience (don't remember what it 
says) but I don't mind.  I could eliminate that line by doing something 
like

level|grep experience|head 1

That would just show me my total experience, and not the other line that 
is talking about experience, but it doesn't bother me enough to change my

 alias. :)

You can do all kinds of things by stringing commands together and using 
grep, head, tail, and various other commands built-in to the alias set of 
commands.  One of these days I really need to pull out all of my aliases, 
and do a write up on them and get it posted somewhere just to show folks 
what's possible, because I don't think folks realize how much information 
you can get yourself using the alias built-in commands and massage 
capabilities of the mud.


 On Mon, 27 Jun 2016, dark wrote:


Hi john.

Funny, i've never even heard of this command until I wanted a way to show the 
done quests as I said, hence why i'd like a streight forward way of doing it.


fair enough if people find the grep thing useful, but maybe I'm just not good 
with all this scripting malachy but I really am a bit stuck with what it's 
for.


i know the principle that it's supposed to be for desplaying info without a 
specific word or whatever, but again alter is so good with info commands I 
really haven't needed to.


For example, the other day when I wanted to check if  my cudgel had broke or 
not by looking at my equipment and not getting the full list, someone 
mentioned the "show weapon" command which was exactly the thing.


As I said, if people find the command useful fare enough, I'd just never even 
heard of it until i asked about quest display and really can't think when 
else it'd be needed that aren't  covered by other commands such as as 
eqsorting for example.


Dark. 


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] command suggestions for Alteraeon

2016-07-08 Thread dark

Hi Dentin.

A general keyword "todo" filter for quests would be much appreciated. I'm 
loving all the different quests on Arcase, definitely far less of a drag or 
a grind fest than last time, and having to not have to sit through goodness 
knows how many done quests being read before I get to the next one on the 
list would be good indeed.


All the best,

Dark.
- Original Message - 
From: "Dennis Towne" <s...@xirr.com>

To: "Gamers Discussion list" <gamers@audyssey.org>
Sent: Friday, July 08, 2016 2:10 AM
Subject: Re: [Audyssey] command suggestions for Alteraeon



Just now getting caught up on my mail.  The TODO in the quests command
is in uppercase - so if you do "quest arch | grep TODO", it'll work.

I can also look at getting a generic todo keyword added for filtering.

-dentin

Alter Aeon MUD
http://www.alteraeon.com

On Mon, Jun 27, 2016 at 7:31 AM, dark <d...@xgam.org> wrote:

Hi john.

Funny, i've never even heard of this command until I wanted a way to show
the done quests as I said, hence why i'd like a streight forward way of
doing it.

fair enough if people find the grep thing useful, but maybe I'm just not
good with all this scripting malachy but I really am a bit stuck with 
what

it's for.

i know the principle that it's supposed to be for desplaying info without 
a
specific word or whatever, but again alter is so good with info commands 
I

really haven't needed to.

For example, the other day when I wanted to check if  my cudgel had broke 
or

not by looking at my equipment and not getting the full list, someone
mentioned the "show weapon" command which was exactly the thing.

As I said, if people find the command useful fare enough, I'd just never
even heard of it until i asked about quest display and really can't think
when else it'd be needed that aren't  covered by other commands such as 
as

eqsorting for example.

Dark.

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,

please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,

please send E-mail to gamers-ow...@audyssey.org.




---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] command suggestions for Alteraeon

2016-07-07 Thread Dennis Towne
Just now getting caught up on my mail.  The TODO in the quests command
is in uppercase - so if you do "quest arch | grep TODO", it'll work.

I can also look at getting a generic todo keyword added for filtering.

-dentin

Alter Aeon MUD
http://www.alteraeon.com

On Mon, Jun 27, 2016 at 7:31 AM, dark  wrote:
> Hi john.
>
> Funny, i've never even heard of this command until I wanted a way to show
> the done quests as I said, hence why i'd like a streight forward way of
> doing it.
>
> fair enough if people find the grep thing useful, but maybe I'm just not
> good with all this scripting malachy but I really am a bit stuck with what
> it's for.
>
> i know the principle that it's supposed to be for desplaying info without a
> specific word or whatever, but again alter is so good with info commands I
> really haven't needed to.
>
> For example, the other day when I wanted to check if  my cudgel had broke or
> not by looking at my equipment and not getting the full list, someone
> mentioned the "show weapon" command which was exactly the thing.
>
> As I said, if people find the command useful fare enough, I'd just never
> even heard of it until i asked about quest display and really can't think
> when else it'd be needed that aren't  covered by other commands such as as
> eqsorting for example.
>
> Dark.
>
> ---
> Gamers mailing list __ Gamers@audyssey.org
> If you want to leave the list, send E-mail to
> gamers-unsubscr...@audyssey.org.
> You can make changes or update your subscription via the web, at
> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
> All messages are archived and can be searched and read at
> http://www.mail-archive.com/gamers@audyssey.org.
> If you have any questions or concerns regarding the management of the list,
> please send E-mail to gamers-ow...@audyssey.org.

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] command suggestions for Alteraeon

2016-06-27 Thread dark

Hi john.

Funny, i've never even heard of this command until I wanted a way to show 
the done quests as I said, hence why i'd like a streight forward way of 
doing it.


fair enough if people find the grep thing useful, but maybe I'm just not 
good with all this scripting malachy but I really am a bit stuck with what 
it's for.


i know the principle that it's supposed to be for desplaying info without a 
specific word or whatever, but again alter is so good with info commands I 
really haven't needed to.


For example, the other day when I wanted to check if  my cudgel had broke or 
not by looking at my equipment and not getting the full list, someone 
mentioned the "show weapon" command which was exactly the thing.


As I said, if people find the command useful fare enough, I'd just never 
even heard of it until i asked about quest display and really can't think 
when else it'd be needed that aren't  covered by other commands such as as 
eqsorting for example.


Dark. 



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] command suggestions for Alteraeon

2016-06-27 Thread john
Unfortunately, there's really no substitute for grep.
Its one of those commands you should really learn to use, because it has so 
very many uses, in so many different situations.
Personally, I'd say that grep is probably one of the most useful utility 
commands on the mud.
Examples include things like:
at a shop, list all | grep -i soul (displays all soulstones)
leaderboard  2000 | grep -i  (finds a person's position on a 
leaderboard, and displays only their name)
clan storage list | grep piece of wood | wc (tells me how many deanimated 
wood woads are left in the clan storage locker)
l in  | grep heal | wc (I was using this last night in place of 
count to tell how many heal scrolls I'd successfully created)

The uses of grep are so varied and many that I'm actually having trouble 
coming up with specific examples.
If you're struggling with it, I'd highly recommend going over the helpfile 
with a fine-toothed comb, because it's most certainly time well spent.

--
From: "dark" <d...@xgam.org>
Sent: Sunday, June 26, 2016 21:39
To: "Gamers Discussion list" <gamers@audyssey.org>
Subject: Re: [Audyssey] command suggestions for Alteraeon

Thanks John.

I thought I did check the punctuation on the grep thing, but it still never
worked. Maybe I put a space or a dash in the wrong place or something.
AGain, this is why I would be very happy with a  streight forward, logical
command, such as quest Arcase todo"

or questtodo arcase or something like that, since it's a command I use a
lot.

All the best,

Dark.
- Original Message - 
From: "john" <jpcarnemo...@gmail.com>
To: "Gamers Discussion list" <gamers@audyssey.org>
Sent: Monday, June 27, 2016 2:11 AM
Subject: Re: [Audyssey] command suggestions for Alteraeon


> You may have your punctuation set to a low level and be missing things.
> The
> command is:
> quest Kordan | (bar - shift backslash) grep -i (dash i) todo
>
> --
> From: "dark" <d...@xgam.org>
> Sent: Sunday, June 26, 2016 10:32
> To: "Gamers Discussion list" <gamers@audyssey.org>
> Subject: Re: [Audyssey] command suggestions for Alteraeon
>
> Hi John.
>
> For some reason it never works for me, maybe it's all the punctuation,
> hence
> why it'd be nice if there was just a streight forward command such as
> quest
> location todo, actually I'm a little confused why there isn't given that
> there is a way to see what quests you've done :D.
>
> All the best,
>
> Dark.
> - Original Message - 
> From: "john" <jpcarnemo...@gmail.com>
> To: "Gamers Discussion list" <gamers@audyssey.org>
> Sent: Sunday, June 26, 2016 3:04 PM
> Subject: Re: [Audyssey] command suggestions for Alteraeon
>
>
>> As for quests, the command you're looking for is:
>> quest  | grep -i todo
>> for example:
>> quest kordan | grep -i todo
>> See the helpfiles for grep and possibly wc for more info.
>>
>> --
>> From: "dark" <d...@xgam.org>
>> Sent: Sunday, June 26, 2016 9:58
>> To: <Gamers@audyssey.org>
>> Subject: [Audyssey] command suggestions for Alteraeon
>>
>> Hi.
>>
>> I've had a lot of fun playing alter recently, doing quests on arcase
>> (finding those ships in the archipelligo was a pest), however there are
>> two
>> things i was wondering if Dentin could consider adding.
>>
>> The first, is a way to review what quests on arcase I've yet to do? when
>> I
>> use "quests arcase" I get a huge! list with some done and some not. I
>> know there is some sort of scripting workaround, but I never got that one
>> to
>> work, so something like "quests arcase todo" (or slo, kordan or anywhere
>> else for that matter), would be really nice if possible.
>>
>> The second is an odd request.
>>
>> I generally don't like brief description mode since I enjoy the
>> atmosphere
>> of the game and reading about what is where, however there are occasions
>> I
>> want a quick brief view, for example when I'm looking for something or
>> trying to see whether there is a given object there (like the ships or
>> those
>> earth totems in the tainted forest).
>> Yes, I know I could just toggle brief on and off, but generally i want
>> the
>> full descriptions rather more often thatn the brief mode.
>> One thing I've seen in some games was a glance command. This affectively
>> gave a brief description, ie, just room title, objects and who's there,
>> but
>> without having the brief 

Re: [Audyssey] command suggestions for Alteraeon

2016-06-26 Thread dark

Thanks John.

I thought I did check the punctuation on the grep thing, but it still never 
worked. Maybe I put a space or a dash in the wrong place or something. 
AGain, this is why I would be very happy with a  streight forward, logical 
command, such as quest Arcase todo"


or questtodo arcase or something like that, since it's a command I use a 
lot.


All the best,

Dark.
- Original Message - 
From: "john" <jpcarnemo...@gmail.com>

To: "Gamers Discussion list" <gamers@audyssey.org>
Sent: Monday, June 27, 2016 2:11 AM
Subject: Re: [Audyssey] command suggestions for Alteraeon


You may have your punctuation set to a low level and be missing things. 
The

command is:
quest Kordan | (bar - shift backslash) grep -i (dash i) todo

--
From: "dark" <d...@xgam.org>
Sent: Sunday, June 26, 2016 10:32
To: "Gamers Discussion list" <gamers@audyssey.org>
Subject: Re: [Audyssey] command suggestions for Alteraeon

Hi John.

For some reason it never works for me, maybe it's all the punctuation, 
hence
why it'd be nice if there was just a streight forward command such as 
quest

location todo, actually I'm a little confused why there isn't given that
there is a way to see what quests you've done :D.

All the best,

Dark.
- Original Message - 
From: "john" <jpcarnemo...@gmail.com>

To: "Gamers Discussion list" <gamers@audyssey.org>
Sent: Sunday, June 26, 2016 3:04 PM
Subject: Re: [Audyssey] command suggestions for Alteraeon



As for quests, the command you're looking for is:
quest  | grep -i todo
for example:
quest kordan | grep -i todo
See the helpfiles for grep and possibly wc for more info.

--
From: "dark" <d...@xgam.org>
Sent: Sunday, June 26, 2016 9:58
To: <Gamers@audyssey.org>
Subject: [Audyssey] command suggestions for Alteraeon

Hi.

I've had a lot of fun playing alter recently, doing quests on arcase
(finding those ships in the archipelligo was a pest), however there are
two
things i was wondering if Dentin could consider adding.

The first, is a way to review what quests on arcase I've yet to do? when 
I

use "quests arcase" I get a huge! list with some done and some not. I
know there is some sort of scripting workaround, but I never got that one
to
work, so something like "quests arcase todo" (or slo, kordan or anywhere
else for that matter), would be really nice if possible.

The second is an odd request.

I generally don't like brief description mode since I enjoy the 
atmosphere
of the game and reading about what is where, however there are occasions 
I

want a quick brief view, for example when I'm looking for something or
trying to see whether there is a given object there (like the ships or
those
earth totems in the tainted forest).
Yes, I know I could just toggle brief on and off, but generally i want 
the

full descriptions rather more often thatn the brief mode.
One thing I've seen in some games was a glance command. This affectively
gave a brief description, ie, just room title, objects and who's there,
but
without having the brief mode on, rather like the way the look command
gives
the long description in brief mode.

As I aid, I'm probably more unusual in wanting the brief description less
often than the verbose one, but there are times it'd be useful, and I
assume
it wouldn't be a hard fix to add the glance command or something similar.

If everyone things this is a dreadful idea, fare enough, though I admit 
in

some muds like six dragons I found I used it quite a lot.

Really enjoying the game.

All the best,

DArk.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the
list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the
list,
please send E-mail to gamers-ow...@audyssey.org.




---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived 

Re: [Audyssey] command suggestions for Alteraeon

2016-06-26 Thread john
You may have your punctuation set to a low level and be missing things. The 
command is:
quest Kordan | (bar - shift backslash) grep -i (dash i) todo

--
From: "dark" <d...@xgam.org>
Sent: Sunday, June 26, 2016 10:32
To: "Gamers Discussion list" <gamers@audyssey.org>
Subject: Re: [Audyssey] command suggestions for Alteraeon

Hi John.

For some reason it never works for me, maybe it's all the punctuation, hence
why it'd be nice if there was just a streight forward command such as quest
location todo, actually I'm a little confused why there isn't given that
there is a way to see what quests you've done :D.

All the best,

Dark.
- Original Message - 
From: "john" <jpcarnemo...@gmail.com>
To: "Gamers Discussion list" <gamers@audyssey.org>
Sent: Sunday, June 26, 2016 3:04 PM
Subject: Re: [Audyssey] command suggestions for Alteraeon


> As for quests, the command you're looking for is:
> quest  | grep -i todo
> for example:
> quest kordan | grep -i todo
> See the helpfiles for grep and possibly wc for more info.
>
> --
> From: "dark" <d...@xgam.org>
> Sent: Sunday, June 26, 2016 9:58
> To: <Gamers@audyssey.org>
> Subject: [Audyssey] command suggestions for Alteraeon
>
> Hi.
>
> I've had a lot of fun playing alter recently, doing quests on arcase
> (finding those ships in the archipelligo was a pest), however there are
> two
> things i was wondering if Dentin could consider adding.
>
> The first, is a way to review what quests on arcase I've yet to do? when I
> use "quests arcase" I get a huge! list with some done and some not. I
> know there is some sort of scripting workaround, but I never got that one
> to
> work, so something like "quests arcase todo" (or slo, kordan or anywhere
> else for that matter), would be really nice if possible.
>
> The second is an odd request.
>
> I generally don't like brief description mode since I enjoy the atmosphere
> of the game and reading about what is where, however there are occasions I
> want a quick brief view, for example when I'm looking for something or
> trying to see whether there is a given object there (like the ships or
> those
> earth totems in the tainted forest).
> Yes, I know I could just toggle brief on and off, but generally i want the
> full descriptions rather more often thatn the brief mode.
> One thing I've seen in some games was a glance command. This affectively
> gave a brief description, ie, just room title, objects and who's there,
> but
> without having the brief mode on, rather like the way the look command
> gives
> the long description in brief mode.
>
> As I aid, I'm probably more unusual in wanting the brief description less
> often than the verbose one, but there are times it'd be useful, and I
> assume
> it wouldn't be a hard fix to add the glance command or something similar.
>
> If everyone things this is a dreadful idea, fare enough, though I admit in
> some muds like six dragons I found I used it quite a lot.
>
> Really enjoying the game.
>
> All the best,
>
> DArk.
> ---
> Gamers mailing list __ Gamers@audyssey.org
> If you want to leave the list, send E-mail to
> gamers-unsubscr...@audyssey.org.
> You can make changes or update your subscription via the web, at
> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
> All messages are archived and can be searched and read at
> http://www.mail-archive.com/gamers@audyssey.org.
> If you have any questions or concerns regarding the management of the
> list,
> please send E-mail to gamers-ow...@audyssey.org.
>
>
> ---
> Gamers mailing list __ Gamers@audyssey.org
> If you want to leave the list, send E-mail to
> gamers-unsubscr...@audyssey.org.
> You can make changes or update your subscription via the web, at
> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
> All messages are archived and can be searched and read at
> http://www.mail-archive.com/gamers@audyssey.org.
> If you have any questions or concerns regarding the management of the
> list,
> please send E-mail to gamers-ow...@audyssey.org.
>


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org. 


---
Gamers mailing list __ Gamers@audyssey.o

Re: [Audyssey] command suggestions for Alteraeon

2016-06-26 Thread dark

Hi.

That makes sense, though with agro mobs I just usually hit escape to shut 
the speech up when I get to a new location and wait to see if my minians 
jump on anything before reading the long description.  I actually like long 
descriptions when walking around, otherwise I'd pretty much have to type 
look in every single room with a none agro mob which could get tiresome.


The glance command is more what I'd like when looking for none agro mobs or 
objects, or just wanting a reminder of who is in a room when i've just done 
something else but don't want the full long description again.


All the best,

Dark.
- Original Message - 
From: "valiant8086" <valiant8...@gmail.com>

To: "Gamers Discussion list" <gamers@audyssey.org>
Sent: Sunday, June 26, 2016 3:16 PM
Subject: Re: [Audyssey] command suggestions for Alteraeon



Hi.


When you turn brief on, using the look command on alter doesn't give you 
the long version. To do that, you leave brief mode turned off, and turn on 
autobrief. That way, when you walk, you get to skip long description so 
you can determine quickly if you might have blundered into a character who 
may or may not be aggressive for instance, and if you want the long 
description you just type l, and you'll get the long version. That's what 
I do. Generally speaking, when walking, in my opinion it's best not to 
have to listen to the long desc before you get to hear who' or what is in 
the room with you, so I would recommend using autobrief.




Cheers, Aaron Spears, general Partner - Valiant Galaxy Associates 
Developing "very good audiogames" for the blind community 
http://valiantGalaxy.com Sent with Thunderbird 38.5.0 portable

On 6/26/2016 9:58 AM, dark wrote:

Hi.

I've had a lot of fun playing alter recently, doing quests on arcase 
(finding those ships in the archipelligo was a pest), however there are 
two things i was wondering if Dentin could consider adding.


The first, is a way to review what quests on arcase I've yet to do? when 
I use "quests arcase" I get a huge! list with some done and some not. 
I know there is some sort of scripting workaround, but I never got that 
one to work, so something like "quests arcase todo" (or slo, kordan or 
anywhere else for that matter), would be really nice if possible.


The second is an odd request.

I generally don't like brief description mode since I enjoy the 
atmosphere of the game and reading about what is where, however there are 
occasions I want a quick brief view, for example when I'm looking for 
something or trying to see whether there is a given object there (like 
the ships or those earth totems in the tainted forest).
Yes, I know I could just toggle brief on and off, but generally i want 
the full descriptions rather more often thatn the brief mode.
One thing I've seen in some games was a glance command. This affectively 
gave a brief description, ie, just room title, objects and who's there, 
but without having the brief mode on, rather like the way the look 
command gives the long description in brief mode.


As I aid, I'm probably more unusual in wanting the brief description less 
often than the verbose one, but there are times it'd be useful, and I 
assume it wouldn't be a hard fix to add the glance command or something 
similar.


If everyone things this is a dreadful idea, fare enough, though I admit 
in some muds like six dragons I found I used it quite a lot.


Really enjoying the game.

All the best,

DArk.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,

please send E-mail to gamers-ow...@audyssey.org.



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,

please send E-mail to gamers-ow...@audyssey.org.




---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] command suggestions for Alteraeon

2016-06-26 Thread dark

Hi John.

For some reason it never works for me, maybe it's all the punctuation, hence 
why it'd be nice if there was just a streight forward command such as quest 
location todo, actually I'm a little confused why there isn't given that 
there is a way to see what quests you've done :D.


All the best,

Dark.
- Original Message - 
From: "john" <jpcarnemo...@gmail.com>

To: "Gamers Discussion list" <gamers@audyssey.org>
Sent: Sunday, June 26, 2016 3:04 PM
Subject: Re: [Audyssey] command suggestions for Alteraeon



As for quests, the command you're looking for is:
quest  | grep -i todo
for example:
quest kordan | grep -i todo
See the helpfiles for grep and possibly wc for more info.

--
From: "dark" <d...@xgam.org>
Sent: Sunday, June 26, 2016 9:58
To: <Gamers@audyssey.org>
Subject: [Audyssey] command suggestions for Alteraeon

Hi.

I've had a lot of fun playing alter recently, doing quests on arcase
(finding those ships in the archipelligo was a pest), however there are 
two

things i was wondering if Dentin could consider adding.

The first, is a way to review what quests on arcase I've yet to do? when I
use "quests arcase" I get a huge! list with some done and some not. I
know there is some sort of scripting workaround, but I never got that one 
to

work, so something like "quests arcase todo" (or slo, kordan or anywhere
else for that matter), would be really nice if possible.

The second is an odd request.

I generally don't like brief description mode since I enjoy the atmosphere
of the game and reading about what is where, however there are occasions I
want a quick brief view, for example when I'm looking for something or
trying to see whether there is a given object there (like the ships or 
those

earth totems in the tainted forest).
Yes, I know I could just toggle brief on and off, but generally i want the
full descriptions rather more often thatn the brief mode.
One thing I've seen in some games was a glance command. This affectively
gave a brief description, ie, just room title, objects and who's there, 
but
without having the brief mode on, rather like the way the look command 
gives

the long description in brief mode.

As I aid, I'm probably more unusual in wanting the brief description less
often than the verbose one, but there are times it'd be useful, and I 
assume

it wouldn't be a hard fix to add the glance command or something similar.

If everyone things this is a dreadful idea, fare enough, though I admit in
some muds like six dragons I found I used it quite a lot.

Really enjoying the game.

All the best,

DArk.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,

please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,

please send E-mail to gamers-ow...@audyssey.org.




---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] command suggestions for Alteraeon

2016-06-26 Thread valiant8086

Hi.


When you turn brief on, using the look command on alter doesn't give you 
the long version. To do that, you leave brief mode turned off, and turn 
on autobrief. That way, when you walk, you get to skip long description 
so you can determine quickly if you might have blundered into a 
character who may or may not be aggressive for instance, and if you want 
the long description you just type l, and you'll get the long version. 
That's what I do. Generally speaking, when walking, in my opinion it's 
best not to have to listen to the long desc before you get to hear who' 
or what is in the room with you, so I would recommend using autobrief.




Cheers, Aaron Spears, general Partner - Valiant Galaxy Associates 
Developing "very good audiogames" for the blind community 
http://valiantGalaxy.com Sent with Thunderbird 38.5.0 portable

On 6/26/2016 9:58 AM, dark wrote:

Hi.

I've had a lot of fun playing alter recently, doing quests on arcase (finding 
those ships in the archipelligo was a pest), however there are two things i was 
wondering if Dentin could consider adding.

The first, is a way to review what quests on arcase I've yet to do? when I use "quests 
arcase" I get a huge! list with some done and some not. I know there is some sort of 
scripting workaround, but I never got that one to work, so something like "quests arcase 
todo" (or slo, kordan or anywhere else for that matter), would be really nice if possible.

The second is an odd request.

I generally don't like brief description mode since I enjoy the atmosphere of 
the game and reading about what is where, however there are occasions I want a 
quick brief view, for example when I'm looking for something or trying to see 
whether there is a given object there (like the ships or those earth totems in 
the tainted forest).
Yes, I know I could just toggle brief on and off, but generally i want the full 
descriptions rather more often thatn the brief mode.
One thing I've seen in some games was a glance command. This affectively gave a 
brief description, ie, just room title, objects and who's there, but without 
having the brief mode on, rather like the way the look command gives the long 
description in brief mode.

As I aid, I'm probably more unusual in wanting the brief description less often 
than the verbose one, but there are times it'd be useful, and I assume it 
wouldn't be a hard fix to add the glance command or something similar.

If everyone things this is a dreadful idea, fare enough, though I admit in some 
muds like six dragons I found I used it quite a lot.

Really enjoying the game.

All the best,

DArk.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] command suggestions for Alteraeon

2016-06-26 Thread john
As for quests, the command you're looking for is:
quest  | grep -i todo
for example:
quest kordan | grep -i todo
See the helpfiles for grep and possibly wc for more info.

--
From: "dark" <d...@xgam.org>
Sent: Sunday, June 26, 2016 9:58
To: <Gamers@audyssey.org>
Subject: [Audyssey] command suggestions for Alteraeon

Hi.

I've had a lot of fun playing alter recently, doing quests on arcase 
(finding those ships in the archipelligo was a pest), however there are two 
things i was wondering if Dentin could consider adding.

The first, is a way to review what quests on arcase I've yet to do? when I 
use "quests arcase" I get a huge! list with some done and some not. I 
know there is some sort of scripting workaround, but I never got that one to 
work, so something like "quests arcase todo" (or slo, kordan or anywhere 
else for that matter), would be really nice if possible.

The second is an odd request.

I generally don't like brief description mode since I enjoy the atmosphere 
of the game and reading about what is where, however there are occasions I 
want a quick brief view, for example when I'm looking for something or 
trying to see whether there is a given object there (like the ships or those 
earth totems in the tainted forest).
Yes, I know I could just toggle brief on and off, but generally i want the 
full descriptions rather more often thatn the brief mode.
One thing I've seen in some games was a glance command. This affectively 
gave a brief description, ie, just room title, objects and who's there, but 
without having the brief mode on, rather like the way the look command gives 
the long description in brief mode.

As I aid, I'm probably more unusual in wanting the brief description less 
often than the verbose one, but there are times it'd be useful, and I assume 
it wouldn't be a hard fix to add the glance command or something similar.

If everyone things this is a dreadful idea, fare enough, though I admit in 
some muds like six dragons I found I used it quite a lot.

Really enjoying the game.

All the best,

DArk.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org. 


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] command suggestions for Alteraeon

2016-06-26 Thread dark
Hi. 

I've had a lot of fun playing alter recently, doing quests on arcase (finding 
those ships in the archipelligo was a pest), however there are two things i was 
wondering if Dentin could consider adding. 

The first, is a way to review what quests on arcase I've yet to do? when I use 
"quests arcase" I get a huge! list with some done and some not. I know 
there is some sort of scripting workaround, but I never got that one to work, 
so something like "quests arcase todo" (or slo, kordan or anywhere else for 
that matter), would be really nice if possible. 

The second is an odd request. 

I generally don't like brief description mode since I enjoy the atmosphere of 
the game and reading about what is where, however there are occasions I want a 
quick brief view, for example when I'm looking for something or trying to see 
whether there is a given object there (like the ships or those earth totems in 
the tainted forest). 
Yes, I know I could just toggle brief on and off, but generally i want the full 
descriptions rather more often thatn the brief mode. 
One thing I've seen in some games was a glance command. This affectively gave a 
brief description, ie, just room title, objects and who's there, but without 
having the brief mode on, rather like the way the look command gives the long 
description in brief mode. 

As I aid, I'm probably more unusual in wanting the brief description less often 
than the verbose one, but there are times it'd be useful, and I assume it 
wouldn't be a hard fix to add the glance command or something similar. 

If everyone things this is a dreadful idea, fare enough, though I admit in some 
muds like six dragons I found I used it quite a lot. 

Really enjoying the game.

All the best, 

DArk.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.