Search found 43 matches

by eraldo
Tue Nov 03, 2009 11:44 pm
Forum: Scripts & Packages
Topic: Avalon Profile
Replies: 0
Views: 3937

Avalon Profile

Since I do not have enough time right now...
I want to give others a chance to use what I did already do...
If you change things please feel free to post your version as well.
Have fun and give feedback please!

Greetings from Austria,
Eraldo
Screenshot of the profile in action
Screenshot of the profile in action
by eraldo
Tue Sep 22, 2009 11:17 am
Forum: Help Forum
Topic: git pull fails
Replies: 1
Views: 2826

git pull fails

when I do "git pull" I get: "fatal: The remote end hung up unexpectedly"
I have tried to pull one of my other projects and that worked fine...
Is this due to the change of mudlet repo name? *confused*
what do I have to change in ".git/config" ?
by eraldo
Mon Sep 21, 2009 10:35 pm
Forum: Mudlet Development
Topic: Mudlet roadmap >> global feature/request list
Replies: 0
Views: 3450

Mudlet roadmap >> global feature/request list

Mudlet roadmap global feature / request list I thought it would be a good idea to have a global mudlet todo list. Why: everyone can see what feature(s)?( requests)? there (were|are|will be) one could check who is working on what and find requests that no one is working on each (feature|request) can...
by eraldo
Mon Sep 21, 2009 9:47 pm
Forum: General Forum
Topic: bug: mudlet freezing for short period
Replies: 3
Views: 4483

Re: bug: mudlet freezing for short period

I had similar problems... and found that restarting mozilla and mudlet does the trick for quite some time :)
I would like to upgrade to more RAM but my motherboard does not support it and I decided to wait some more.
Not that I care much but I still wanted you to know.
by eraldo
Mon Sep 21, 2009 9:27 pm
Forum: Help Forum
Topic: list functions
Replies: 11
Views: 9466

Re: Confused by simple list

How cool to know that print() will print to the console :)
by eraldo
Mon Sep 21, 2009 9:15 pm
Forum: Help Forum
Topic: basic alias question
Replies: 3
Views: 3775

topic suggestion

How do you know that the problem is simple if you don't know what the problem is? ^^ Well... I do know what you mean... but I would still recommend putting something like: 'alias error for garrote' 'alias for garrote' even 'alias error' tells me more than 'A very simple question.' plus others can fi...
by eraldo
Sat Sep 12, 2009 8:37 pm
Forum: Help Forum
Topic: Howto: Implement Help System?
Replies: 2
Views: 3253

Re: Howto: Implement Help System?

Great idea Heiko!
by eraldo
Wed Sep 09, 2009 1:11 am
Forum: Help Forum
Topic: Howto: Implement Help System?
Replies: 2
Views: 3253

Howto: Implement Help System?

I want to make a help system for my profile... It should work something like this: /help >> get general help /help <topic> >> get help text related to this topic I thought I could do it like this: - make a table with all the help texts: help = {} help.<topic> = [[some "help text" here]] .....
by eraldo
Sun Sep 06, 2009 2:55 am
Forum: Help Forum
Topic: Highlight Trigger code
Replies: 1
Views: 2824

Highlight Trigger code

What code would correspond to the behavior of the color trigger? I want to have it in oder to change the colors by script. I tried this: selectString( matches[2], 1 ) fg( "red" ) deselect() For a pattern like this: ^I have (\w+) in my pocket$ that would work... But with this: ^I have (\w+)...
by eraldo
Sat Aug 29, 2009 11:24 pm
Forum: Scripts & Packages
Topic: Howto: play sound under Linux
Replies: 5
Views: 5583

Re: Howto: play sound under Linux

Used Audacious...
works great!
Thank you!