Skip to content
Avatar

Lionas

Lionas

About

Username
Lionas
Joined
Visits
4,972
Last Active
Roles
Member, Historian
Points
1,136

Comments

  • So Ziat has seen the light. Can we expect a circle change?
    in Quotes Comment by Lionas February 2013
  • You are wearing:
    "vialbelt179247"          a vialbelt with cavorting woodling carvings
    in I HEART Comment by Lionas February 2013
  • (Quote) That's one option. Generally, you'll want guard clots of different makeup to take advantage of different abilities - a certain number of istani for nonphysical damage and web, a certain number of knights for their higher damage …
    in Clueless Comment by Lionas February 2013
  • (Quote) Correct. You can order them generically (order guard...), but that will fail as soon as you hit one manning siege.
    in Clueless Comment by Lionas February 2013
  • You could move squads of army-type guard-things during the terrible pseudo-war system. They weren't guards, though.

    You can move groups in one prompt using a separator to stack the commands, but you still have to order each one.
    in Clueless Comment by Lionas February 2013
  • (Quote) Selthis won't give me the time of day.

    If there are any suggestions or requests for next week's puzzle, feel free to post/message.
  • (Quote) I prefer to call her Sekhsy.
  • Second place goes to Dicene!

    The puzzle was a regular expression crossword, part of the 2013 MIT mystery hunt. Each place on the grid is restricted by the three regular expressions that point to it. A solution is a filled in grid in which…
  • Susser tells you, "And you can verify it works yourself anyway, so there's no need!"
    You tell Susser, "Yeah, but where am I going to find four children at this time of night?"
    Susser tells you, "Probably the same place you're getting the h…
    in Quotes Comment by Lionas February 2013
  • First winner cashes in. Congratulations to Susser.

    Still 20 credits up for grabs.

    EDIT: Since I've had a lot of complaints (from one very vocal Ahkan), the next puzzle won't give quite as much of a head start to the code-minded…
  • The first puzzle will be a doozie. I was planning to offer a small prize for these, because I'm not flush with credits, but that might be mean.

    First person to send me a forum message with the solution to this puzzle will win 30 credits. …
  • (Quote)
    Couldn't when I initially tested, might have been added. Or I broke something.
    ETA: still bitter Ori and Veri could be, but not boneingot.
  • Since it's now less relevant, here are the OLD (NOT CURRENT) prices for duplication.
    EDIT: Ok, the formatting died a messy death. Give me a minute.
    EDIT2: Ok, still a mess, but it's what you'll get since I'm too lazy to make a clean table<…
  • (Quote) The valid images for armour are:

    Sunburst - the wearer will more effectively strike the vitals of targets
    Firestorm - imbues a suit of armour with fire resistance
    Blizzard - imbues a suit of armour with cold…
  • I'm also running some to bring in the libations comms that were moved into the city comm system and cannot be duped
    in Clueless Comment by Lionas February 2013
  • Still need to finish toxins, but I also have to be up for work in the morning #fwp
    EDIT: And I'm out of sacs and feathers, because I'm #lazy #likeaboss
    EDIT2: And somehow one of my vials bugged out and put sips of Blessing in my vialbelt #…
    in I HEART Comment by Lionas February 2013
  • %SOMETHING is a built-in, either a variable or a function. In the case of %if, it's a function (that takes the place of an operator), and is used for in-line logic checks. #SOMETHING represent keywords (some of which are also functions! CMUD is weir…
  • You don't want #if there, you want to use %if.

    #if (@stance = Gyanis) {kipup\combo lowhook left lowhook left lowhook left %if( in ZMUD Scripting Help Comment by Lionas February 2013
  • (Quote) That's ok, they have the true spirit of Christmas Ironbeard whether you remember them or not.
  • (Quote) Made better by..

    Septus turns to face Gurn, eyes glowing ominously. Two radiant arcs of white lightning dart forth
    from them, enveloping Gurn who screams and slowly dies as he is burned alive.(18:07:43…
    in Quotes Comment by Lionas January 2013
  • For some sets of afflictions (those with the same cure and no third-party cure message), knowing what was healed is impossible. For everything else, there's mastercard.
  • Yeah. @Nevore didn't want to make a new list, so I didn't, and did want randomness, so I did.

    Instead of using #var, use #local. Local variable reference…