Search found 159 matches

by Delrayne
Sat Jan 26, 2013 5:40 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 261568

Re: Vyzor, UI Manager for Mudlet [Beta?]

The very first post of this thread has the download link.
by Delrayne
Sat Jan 26, 2013 5:39 am
Forum: Help Forum
Topic: Trigger getting the best of me :(
Replies: 1
Views: 2048

Trigger getting the best of me :(

ok, I have two multi-line triggers that I want to trigger off of. Trigger One: You stare at Isabella, giving her the evil eye. Her curseward has failed! You stare at Isabella, giving her the evil eye. Trigger Two: You stare at Isabella, giving her the evil eye. You stare at Isabella, giving her the ...
by Delrayne
Sat Jan 26, 2013 1:50 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 261568

Re: Vyzor, UI Manager for Mudlet [Beta?]

That is pretty awesome, Akaya. Well done.
by Delrayne
Sat Jan 26, 2013 1:47 am
Forum: Help Forum
Topic: Afflicting script error
Replies: 13
Views: 7818

Re: Afflicting script error

if I afflict my target with an aff, I add the venom name instead of the affliction name to make tracking easier. Though I suppose you could just add in another for loop to check what venom gives that aff. Was just easier for me to use the venom names rather than the aff names.
by Delrayne
Sat Jan 26, 2013 1:38 am
Forum: Help Forum
Topic: Afflicting script error
Replies: 13
Views: 7818

Re: Afflicting script error

What I did for a situation similar to this: affs1 = affs1 or {"anorexia", "asthma", "slickness"} function pickAfflictions() --loop through affs 1 and check it against the target afflictions. for k, v in ipairs (affs1) do if (not table.contains(target.afflictions, k) the...
by Delrayne
Sun Jan 20, 2013 7:43 am
Forum: Help Forum
Topic: Kill counter - help needed
Replies: 13
Views: 7324

Re: Kill counter - help needed

math.floor() should help with that.
by Delrayne
Sat Jan 19, 2013 6:12 am
Forum: General Forum
Topic: Mudlet & screenreaders
Replies: 40
Views: 61585

Re: Mudlet & screenreaders

Can't remember if it's been posted in this thread or not, but vip mud is what a blind player uses on Imperian. If you all want to check it out as far improving Mudlet's screen reading functionality.
by Delrayne
Tue Jan 08, 2013 1:10 am
Forum: Help Forum
Topic: How not to echo the command you have given?
Replies: 4
Views: 3224

Re: How not to echo the command you have given?

Doesn't send have an echo true/false optional setting. Something akin to send("this stuff", false) for no echo send("this stuff", true) for an echo?
by Delrayne
Thu Jan 03, 2013 2:39 am
Forum: Help Forum
Topic: about CreateMapImageLabel
Replies: 11
Views: 6762

Re: about CreateMapImageLabel

All I know is that it worked for me../shrug
by Delrayne
Thu Jan 03, 2013 1:14 am
Forum: Help Forum
Topic: about CreateMapImageLabel
Replies: 11
Views: 6762

Re: about CreateMapImageLabel

Ah yes, Ubuntu user here.