Search found 11 matches

by Janalon
Thu Aug 13, 2009 5:13 pm
Forum: Help Forum
Topic: Defining prompt line values
Replies: 5
Views: 5132

Re: Defining prompt line values

I continued your logic and defined the rest of the balance lines where: if matches[7] ~= nil then momentum=matches[7] else momentum=0 end pstats=matches[8] if string.find(matches[8], "e") then bals.equilibrium=1 else bals.equilibrium=0 end if string.find(matches[8], "x") then bal...
by Janalon
Thu Aug 13, 2009 5:32 am
Forum: Help Forum
Topic: Defining prompt line values
Replies: 5
Views: 5132

Re: Defining prompt line values

AWESOME! I love the way you explained the whole thing. You are so logical and clear in your description. Anyway, this prompt line accompanies a Score trigger. Three multi-line perl regex: Health : \d+/(\d+)\s+Endurance : \d+/(\d+) Mana : \d+/(\d+)\s+Willpower : \d+/(\d+) Ego : \d+/(\d+)\s+Mindset : ...
by Janalon
Thu Aug 13, 2009 12:47 am
Forum: Help Forum
Topic: Defining prompt line values
Replies: 5
Views: 5132

Defining prompt line values

My current prompt line looks like: 5568h, 3396m, 3654e, 10p, 22760en, 15020w esSilrx- where: h = current health m = current mana e = current ego p = current power en = current endurance w = current willpower and all of those letters stand for various other balances and such. SO... I want to define v...
by Janalon
Thu Aug 13, 2009 12:37 am
Forum: Help Forum
Topic: LUA to set targets
Replies: 4
Views: 4416

Re: LUA to set targets

Thanks! I added some foreground shading to the echo... so now setting my PVP target looks like: pvptar = matches[2] fg ("white") echo ("Enemy target has been set to ") fg ("red") echo ("" .. matches[2] .. "") fg ("white") echo (".\n&qu...
by Janalon
Tue Aug 11, 2009 2:35 am
Forum: Help Forum
Topic: LUA to set targets
Replies: 4
Views: 4416

Re: LUA to set targets

Awesome. Incredibly helpful and easy to understand. To clarify... what if I had two targets such as stealth rush mark west where mark = pvptar and west = dirtar.

would that be expressed as:

send ("stealth rush " .. pvptar .. " " .. dirtar .. "")
by Janalon
Mon Aug 10, 2009 3:57 pm
Forum: Help Forum
Topic: LUA to set targets
Replies: 4
Views: 4416

LUA to set targets

I currently play a character on IRE's Lusternia mud. That mud has an alias AND target system where I can settarget tar rat where &tar will substitute for rat. and alias pp kata perform &tar kick1 kick2 kick3 kick4 where I enter "pp" + return to perform a four kick combo on that def...
by Janalon
Thu Aug 06, 2009 2:24 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Print out all named colors
Replies: 10
Views: 19190

Re: Print out all named colors

Thanks, I was actually looking for this list.
by Janalon
Tue Jun 30, 2009 2:59 pm
Forum: Scripts & Packages
Topic: Vadi Sipper for Achaea
Replies: 25
Views: 28454

Re: Vadi Sipper for Achaea

Beautiful, Mudlet worked like a charm to IMPORT this script. I could not believe how easy it was! Now, I have several questions regarding the Sipper script. I play on Lusternia and know that all the mentions of moss will need to be changed over to sparkleberry . Could this be as easy as to open the ...
by Janalon
Thu May 21, 2009 11:22 am
Forum: General Forum
Topic: MAC Version
Replies: 30
Views: 21541

Re: MAC Version

Downloaded and installed Mudlet from the given source. Running it on a Intel Core Duo MacBook running Mac OS X 10.5.7 Installation appeared successful. However, launching the app immediately crashes, giving this error message. I cut and pasted the info in it's entirety. [private information removed]...
by Janalon
Mon May 18, 2009 8:53 pm
Forum: General Forum
Topic: MAC Version
Replies: 30
Views: 21541

Re: MAC Version

Hrmm, still nothing. I was hoping some Mac Mudlet-happy person would compiled and shared by now.