Skip to content
Avatar

Dicene

Dicene

About

Username
Dicene
Joined
Visits
2,165
Last Active
Roles
Member
Points
713

Comments

  • Super simple QoL change(my favorite kind). When relearning from a player, could we get the player's name added to the message?

    ie, change:
    You have relearned Pioneering to the Virtuoso skill rank.
    You h…
  • if target.race:("Dryad") then
      axe.decapitate = true
    else
      axe.decapitate = false
    end
    in I HEART Comment by Dicene January 2015
  • (Quote) Get some! =D
    in I HEART Comment by Dicene January 2015
  • From Mudlet Mapper? It's cause (I think) most normal echo things aren't parsed by triggers.
  • Considering that the inking process is already quicker than the starburst cooldown, it's not like there is extra functionality added. You can already ink fast enough to keep them going, if you can live long enough. Literally the only thing I can thi…
  • Taking another idea from Aetolia:

    A Set of Tattoo Stamps - 3 tokens (or 100C if not a token ware)
    - The holder of this artifact will find that any tattoo they ink upon themselves or another person will be completed ins…
  • Any chance we could toggle showing belief gain on sacrificing? Just a simple message like this would make parsing belief of individual corpses a lot simpler, since you wouldn't have to check belieflog\more\more\more\more\more and gag the whole thing…
  • Even though I am a big fan of using QUEUE, just predicting aura, and slowing enough to QUEUE after a cure I know will hit right before my attack, I think adding an IFEQBAL(maybe find a more eloquent command name) would be a big help to a lot of peop…
  • I'd love to see health and mana reserves in gmcp.Char.Vitals =D
  • (Quote) That's what I'm doing now. But since I can't separator those commands, if I use it while bashing a queued command can fire between the config separator off and config separator // lines, causing the queued command to fail(since …
  • As far as the thonours issue, I checked os.clock() repeatedly between each line of code. The issue was with me saving the file to the harddrive every time I updated the players table. Removed it and check take an average of 0.003s after ping instead…
  • First thing: Anyone made use of the db functions at all? I'm rather unfamiliar with sql, but my players table is sitting at 2300 entries right now and even though reading from the table is quick, writing to the table from a Truehonours has beco…
  • I use \ because I actively insert the separator into a lot of handtyped commands and having it something so easy to use(one key, no modifier like shift required) saves a lot of little segments of time. I would switch, but I've got 2 years of muscle …
  • I would love to have some sort of command or token that disables separator until the end of the command.

    I've set up rt to do ("config separator off;rt matches[2];config separator " .. sep) but since you can't use separator for …
  • EMOTETEST please. So many interesting emotes to test. Zerbert? What could that even be? But I don't want to have to leave a room and emote on myself to test.
  • Feel like this is on topic. Could smudge commands find their way to HELP RUNELORE and maybe have a syntax help thing show up on just SMUDGE? I've found the actual syntax once, but I can't find it anywhere now that I actually want to use it. =/
    <…
  • Also, just entering PATH shows the syntax for PATH GROUP as well.
  • The syntax is a little funky. An example: "behaviour volcanic type ranger_advanced test"


  • A couple QoL GMCP things that are present in Aetolia that I think we could make great use of(especially with a potential wield delay looming ahead):

    gmcp.Char.Vitals.wield_left = "flail330159"
    gmcp.Char.Vitals.mounted …
  • Be careful how you select though. If I accidentally select in the timestamp instead of over the actual text, or in a different miniconsole and move into the primary one, Mudlet tends to crash on me. Also, it adds newlines when you copy/paste multipl…
  • Try:

    timer1 = tempTimer(1, function () trackerAdd(matches[3], "shadowplant-" .. herb) end)
    and
    timer2 = tempTimer(4, function () trackerRemove(matches[3], "shadowplant-" .. herb) end)
  • I think it'd be really great to indicate which wave an area is currently at in SURVEY. Along with that, if the area has a long timer before it starts from the beginning like Khous does, you might have a vague indication of how long that area will re…
  • @Iniar Yeah. Owl tat up all the time.
  • You have slain Zenigra. (solo)
    You gain 1,162,922 experience. You need 29,823,462 more for level 108.

    You have slain Cravous. (solo)
    You gain 322,376 experience. You need 25,706,724 more for l…
  • Finally fixed my broken Mudlet Mapper alertness trigger after it got blanked out by Mudlet.

    image
    in Quotes Comment by Dicene December 2014