Search found 49 matches

by Sivan
Sun Feb 13, 2011 5:04 pm
Forum: Help Forum
Topic: List of items to process with a delay
Replies: 4
Views: 3030

Re: List of items to process with a delay

Thanks Vadi, that works great.
by Sivan
Sun Feb 13, 2011 4:31 pm
Forum: Help Forum
Topic: List of items to process with a delay
Replies: 4
Views: 3030

Re: List of items to process with a delay

Vadi wrote:A for loop with tempTimers would do the trick.
Could you give a detailed example of how I would do this? I don't know LUA so am not sure how to write it up.
by Sivan
Sun Feb 13, 2011 4:19 pm
Forum: Help Forum
Topic: List of items to process with a delay
Replies: 4
Views: 3030

List of items to process with a delay

How would I do the following? I have a list of objects I want to use a command on, such as, "ostat 611" and then put a delay after each ostat since I have about 40 items I want to do this with. Ideally the vnums would be in a list so when I need to remove a vnum I can do so easily.

Thanks!
by Sivan
Thu Jul 22, 2010 1:14 am
Forum: General Forum
Topic: Error with Mudlet update
Replies: 8
Views: 6185

Re: Error with Mudlet update

Thanks for the help.
by Sivan
Thu Jul 22, 2010 1:13 am
Forum: General Forum
Topic: Error with Mudlet update
Replies: 8
Views: 6185

Re: Error with Mudlet update

I got it fixed. I had to unmark a previously selected file that was marked for install, then remove Mudlet and lrexlib1 and then re-install Mudlet.
by Sivan
Thu Jul 22, 2010 1:04 am
Forum: General Forum
Topic: Error with Mudlet update
Replies: 8
Views: 6185

Re: Error with Mudlet update

Well, I did what you suggested, and on the re-install I still got an error.

E: /var/cache/apt/archives/liblua5.1-rex-pcre0_2.4.0-1_i386.deb: trying to overwrite '/usr/lib/lua/5.1/rex_pcre.so', which is also in package lrexlib1 0
by Sivan
Thu Jul 22, 2010 12:25 am
Forum: General Forum
Topic: Error with Mudlet update
Replies: 8
Views: 6185

Re: Error with Mudlet update

Vadi wrote::oops:

Removing lrexlib1 will allow Mudlet to update. Meanwhile, I'll push another update that specifies lrexlib1 as a conflict, so it should be automatically removed if you want to update.
When I try and remove lrexlib1 it says Mudlet will also be removed.
by Sivan
Wed Jul 21, 2010 11:19 pm
Forum: General Forum
Topic: Error with Mudlet update
Replies: 8
Views: 6185

Error with Mudlet update

Was there an update pushed out for Mudlet? I am using Ubuntu 10.04 and got a message that there was an update, but when I try and install it, I get the following error. E: /var/cache/apt/archives/liblua5.1-rex-pcre0_2.4.0-1_i386.deb: trying to overwrite '/usr/lib/lua/5.1/rex_pcre.so', which is also ...
by Sivan
Thu Jun 24, 2010 10:22 pm
Forum: Help Forum
Topic: Casting spell with a variable?
Replies: 2
Views: 2218

Re: Casting spell with a variable?

Thanks!

It works great.
by Sivan
Thu Jun 24, 2010 5:34 pm
Forum: Help Forum
Topic: Casting spell with a variable?
Replies: 2
Views: 2218

Casting spell with a variable?

I would like to be able to use an alias to cast an identify spell, and also "mark" the item so others can see what it is. The command is as follows: c "improved identify" shield mark. The shield is the item to be identified, and mark places what the item is in a look description ...