Search:

Type: Posts; User: Elerdran

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    2,657

    You know, I was just thinking yesterday that I...

    You know, I was just thinking yesterday that I should finally get around to using a fixstat... I'll buy one for silvers.
  2. MB on 43, please.

    MB on 43, please.
  3. Thread: Imflass claid

    by Elerdran
    Replies
    7
    Views
    1,138

    That's got to be one of the most obscure color...

    That's got to be one of the most obscure color adjectives I've seen.
  4. Thread: Rogue

    by Elerdran
    Replies
    5
    Views
    639

    Try rogue.lic... read the comments with...

    Try rogue.lic... read the comments with ;repository info rogue.lic to see if it's what you want. It's one of Dreaven's many scripts, so it probably will exceed your expectations.
  5. Replies
    8
    Views
    1,177

    Yeah, Dreaven usually knows what I want my...

    Yeah, Dreaven usually knows what I want my scripts to do before I do.
  6. Replies
    8
    Views
    1,177

    If you have a fixed format set of strings where...

    If you have a fixed format set of strings where you ALWAYS want to remove the first and last two characters, one of the simplest ways is string slicing.

    string = string[1..-3]
  7. Replies
    6
    Views
    1,031

    Depending on what your goal is here, having it...

    Depending on what your goal is here, having it draw the skinning blade into the left hand is fine because it will issue the command "skin [target] left" afterwards. That's actually the desired...
  8. Replies
    107
    Views
    11,375

    If you're worried about them messing around on...

    If you're worried about them messing around on lnet like others mentioned, you could set the channels you want to use and then modify the script around line 1331 to handle the tune command...
  9. Replies
    12
    Views
    1,348

    When you say that you've tried a fresh install of...

    When you say that you've tried a fresh install of Lich, do you mean that you deleted ALL of your saved Lich data, or that you just reinstalled on top of the old install?
  10. Replies
    7
    Views
    638

    Compatibility probably doesn't matter in this...

    Compatibility probably doesn't matter in this case... make sure rubyw.exe is set to run as administrator.
  11. Replies
    1
    Views
    379

    I just took a look... unfortunately, it's because...

    I just took a look... unfortunately, it's because the newest version isn't written correctly for that. It works if you have empty boxes in your inventory (if you picked them yourself for example),...
  12. Replies
    1
    Views
    324

    1625 is for paladins only. You're right, the...

    1625 is for paladins only.

    You're right, the wiki isn't clear about breaking warrior weapon bonds. Since the terms are the same, it's hard to tell if some of the posts are talking about paladin...
  13. Replies
    135
    Views
    17,294

    The local text would be a very complicated...

    The local text would be a very complicated problem to get rid off because it's not flagged any differently than any other text you see in your Story window, as far as I know. :(
  14. Replies
    135
    Views
    17,294

    Nope, this would only affect the globally...

    Nope, this would only affect the globally broadcasted stuff that would normally show up in your Arrivals window. Local stuff in the same room isn't affected.

    Edit: For SashaFierce's issue, you...
  15. Replies
    135
    Views
    17,294

    This will probably work to squelch all custom...

    This will probably work to squelch all custom logons. Didn't QA it, so I offer no guarantees!



    arrivals = proc { |server_string|
    if server_string =~ /pushStream id=\"logons\"/
    if...
  16. Replies
    135
    Views
    17,294

    I don't think it would be too hard... off the top...

    I don't think it would be too hard... off the top of my head, you'd just modify all of the lines containing <pushStream id="logons">. The player name will be a link, so you'd swap out the rest of...
  17. As far as I know, all of these are just...

    As far as I know, all of these are just modifications to the messaging you see when using the open cast (flare) version of 111. They replace the default colorful flare messaging. Haven't seen any...
  18. Replies
    3
    Views
    736

    Thanks! That's a great list! Looks like you...

    Thanks! That's a great list! Looks like you were looking for something similar.

    Looking through lich.rbw for variable names is a good idea if there's no other documentation, like one of the...
  19. Replies
    3
    Views
    736

    Lich - "Built-in" Variables?

    Hey everyone. Sorry if this is already posted somewhere, but maybe someone can point me in the right direction... I'm coming back from a long absence and I'm having trouble remembering some of this...
  20. Replies
    135
    Views
    17,294

    I'm back after a long time -- do you have a link...

    I'm back after a long time -- do you have a link to something about those new mechanics?

    Just trying to catch up on things. Didn't see anything about trading that looked new on the wiki.
Results 1 to 20 of 20