Results 1 to 4 of 4

Thread: Lich Char.stance behavior wonky

  1. #1

    Default Lich Char.stance behavior wonky

    The behavior of the Char.stance variable in Lich seems to be odd. It often reports that I am in offensive stance when in fact I am in defensive stance. Here is a little excerpt of a log illustrating what's happening. I have the script that I am debugging set to echo a line which contains the current value of Char.stance every my character is attacked:

    >stance for
    You are now in a forward stance.
    >
    A mongrel kobold swings a handaxe at you!
    With blinding speed, you dodge the attack!
    >
    [calcdodge: 3.0 25 -54 forward evade]
    >
    A mongrel kobold swings a handaxe at you!
    You barely dodge the attack!
    >
    [calcdodge: 3.0 25 -54 forward evade]
    >stance neu
    You are now in a neutral stance.
    >
    A mongrel kobold swings a handaxe at you!
    AS: +73 vs DS: +225 with AvD: +41 + d100 roll: +25 = -86
    A clean miss.
    >
    [calcdodge: 3.0 25 -54 neutral not]
    >stance guar
    You are now in a guarded stance.
    >
    A mongrel kobold looks a little dubious about her situation.
    >
    A mongrel kobold heads east.
    >
    A mongrel kobold swings a handaxe at you!
    With blinding speed, you dodge the attack!
    >
    [calcdodge: 3.0 25 -54 guarded evade]
    >stance def
    You are now in a defensive stance.
    >
    A mongrel kobold looks a little dubious about her situation.
    >
    A mongrel kobold just arrived.
    >
    A mongrel kobold swings a handaxe at you!
    AS: +73 vs DS: +265 with AvD: +41 + d100 roll: +67 = -84
    A clean miss.
    >
    [calcdodge: 3.0 25 -54 offensive not]
    >
    A mongrel kobold swings a handaxe at you!
    You dodge just in the nick of time!
    >
    [calcdodge: 3.0 25 -54 offensive evade]
    A mongrel kobold swings a handaxe at you!
    AS: +73 vs DS: +265 with AvD: +41 + d100 roll: +97 = -54
    A clean miss.
    >
    [calcdodge: 3.0 25 -54 offensive not]
    See, it's reporting it properly when I'm in stances other than defensive, but when I'm in defensive stance, the value of Char.stance seems to be equal to 'offensive'.

    Anbody else notice this? Any thoughts/advice/corrections? Is this a bizarre artifact of the way infomonitor.lic works?

  2. #2
    Join Date
    Jul 2003
    Location
    St. Louis, MO
    Posts
    4,271

    Default

    Mine seemed to be working fine. I'm running v3.55 on the Wizard.
    Quote Originally Posted by Patrick McGoohan
    I am not a number, I am a free man!

  3. #3

    Default

    Quote Originally Posted by BigWorm View Post
    Mine seemed to be working fine. I'm running v3.55 on the Wizard.
    Hmm. I'm running 3.50 with SF. Maybe I should suck it up and install the dev release.

  4. #4

    Default

    Dev release works great. Only thing I've seen is if you try to imbed Lich commands into a WSE script, doesn't work.

    You can still just make any WSE script into a lich script with quotes, commas, and Parens though.
    Discord: Valendr0s#6885

Similar Threads

  1. Replies: 1
    Last Post: 07-06-2014, 08:48 PM
  2. Lich error? My main char is broken!
    By Beguiler in forum The Lich Project
    Replies: 2
    Last Post: 02-13-2014, 11:33 AM
  3. Lich -- Wonky Script
    By Danical in forum Scripting Discussion
    Replies: 4
    Last Post: 02-14-2007, 06:46 PM
  4. Boards acting WONKY when reading/posting
    By Gan in forum Bug Reports
    Replies: 11
    Last Post: 06-01-2006, 07:03 PM
  5. Searching seems wonky.
    By Wezas in forum Bug Reports
    Replies: 18
    Last Post: 03-16-2006, 06:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •