Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: Healing scripts not working.

  1. Default

    Quote Originally Posted by Gnomad View Post
    I hate you sometimes.
    ~@~The Alliance of High Elven Society's GSWiki Page~@~
    ~@~Support the Alliance: Check Out Our Endowment Shop~@~
    ~@~Ensorcelling Services - Enchanting Services - Sheath Making~@~
    ~@~COMING SOON: Forging Services - Cobbling Services - Fletching Services~@~

  2. #22
    Join Date
    Apr 2012
    Location
    ON A BOAT, MOTHERF--
    Posts
    2,700

    Default

    Quote Originally Posted by MzFit Toy View Post
    Drafix took a look at my account, but couldn't figure it out, but he had me disable the dialog and inventory flags before I log off. When I log back on, everything is fine, I just have to remember to turn on the dialog and inventory flags again, and turn them off before I log out, or I will end up having this issue again. It also happens on disconnects 80% of the time, because I didn't have a chance to turn off the flags.
    I'll give that a shot, and Uberbar.
    Wyrom: Crux already died for our sins.
    SEND[Kenstrom] Behold Dark Cruxophim, Blood Reaver and Weaver of Shadows, eater of Rooks, corruptor of orphans, flayer of flesh...but won't read a letter from some dying woman's diary, haha.
    Thadston says, "Stand down Baron, and your men. Or I swear to Koar, Liabo, Lornon, Cruxophim, I will release your daughter and watch her die right here."
    Stormyrain evenly asks, "Did you just make Cruxophim a god?"
    --Order of the Shadow--
    --carrion.kissing.chaos--

  3. #23
    Join Date
    Apr 2012
    Location
    ON A BOAT, MOTHERF--
    Posts
    2,700

    Default

    Hey, I tried those things and it seems to be working! *fingers crossed*
    Wyrom: Crux already died for our sins.
    SEND[Kenstrom] Behold Dark Cruxophim, Blood Reaver and Weaver of Shadows, eater of Rooks, corruptor of orphans, flayer of flesh...but won't read a letter from some dying woman's diary, haha.
    Thadston says, "Stand down Baron, and your men. Or I swear to Koar, Liabo, Lornon, Cruxophim, I will release your daughter and watch her die right here."
    Stormyrain evenly asks, "Did you just make Cruxophim a god?"
    --Order of the Shadow--
    --carrion.kissing.chaos--

  4. #24

    Default

    Any new healing scripts that DO NOT use lich out there? Something they did to 'fix' empaths is screwing up my script
    Freedom... is the ability to challenge yourself far beyond the constraints of traditional rule and order. We draw strength from our passions... we're driven by desire... even hatred can be a worthy ally when used against an enemy... and yet, we are told to turn our backs on these things... the very feelings, emotions... that make us all... human.

  5. #25

    Default

    Quote Originally Posted by MotleyCrew View Post
    Any new healing scripts that DO NOT use lich out there? Something they did to 'fix' empaths is screwing up my script
    I'm using a wound-transfer script that was broken with the recent empath updates (messaging, specifically), and had to go in the other day to replace the 'You meditate' that it was hooking/waiting for, with some of the new messaging.
    ~Crazy Cat Lady, Player of Cylnthia~

  6. #26

    Default

    I guess I'll have to go do some healing and see what the new messaging is. I *think* I got this script here, I am not a script builder myself for anything complicated. It will heal 1 wound but then hang. This is the script I was using:

    goto appraise
    appraise2:
    wait
    appraise:
    put appraise %2
    match head severe head
    match head lacerations about the head
    match right.eye a blinded right eye
    match left.eye a blinded left eye
    match right.eye a swollen right eye
    match left.eye a swollen left eye
    match neck bleeding from the neck
    match neck moderate bleeding
    match chest chest
    match abdomen abdominal
    match nerve case
    match back back
    match left.hand left hand
    match right.arm right arm
    match left.arm left arm
    match right.hand right hand
    match right.leg right leg
    match left.leg left leg
    match right.eye right eye
    match left.eye left eye
    match head the head
    match neck neck
    match blood1 a quick
    match exit what
    match transfer ...wait
    matchwait

    left.eye:
    save left.eye
    counter set 1105
    goto transfer

    right.eye:
    save right.eye
    counter set 1105
    goto transfer

    chest:
    save chest
    counter set 1105
    goto transfer

    abdomen:
    save abdomen
    counter set 1105
    goto transfer

    back:
    save back
    counter set 1105
    goto transfer

    head:
    save head
    counter set 1104
    goto transfer

    neck:
    save neck
    counter set 1104
    goto transfer

    nerve:
    save nerve
    counter set 1103
    goto transfer

    left.leg:
    save left.leg
    counter set 1102
    goto transfer

    right.leg:
    save right.leg
    counter set 1102
    goto transfer

    left.arm:
    save left.arm
    counter set 1102
    goto transfer

    right.arm:
    save right.arm
    counter set 1102
    goto transfer

    left.hand:
    save left.hand
    counter set 1102
    goto transfer

    right.hand:
    save right.hand
    counter set 1102
    goto transfer

    transfer:
    put tran %2 %s
    match transfer As you probe the wound,
    match heal You must heal your
    match exit Transfer from whom?
    match appraise2 is transferred to you.
    match demeanor doesn't look like
    match appraise Nothing happens.
    match transfer ...wait
    matchwait

    healwait:
    pause 2
    heal:
    put prep %c
    match healcure Your spell is ready.
    match healwait sec
    match healrelease You must RELEASE
    matchwait
    healcure:
    put cure %s
    goto %s
    healrelease:
    put release
    goto heal

    demeanor:
    put whisper %2 You'll have to change your demeanor to neutral or higher if you want to be healed.
    pause 10
    goto %s

    blood1:
    counter set %1
    counter subtract
    save %c
    counter subtract
    checkblood1:
    put con
    match fullblood Health Points Left: %1
    match okay Health Points Left: %s
    match okay Health Points Left: %c
    match blood2 Health Points left:
    match checkblood1 Sorry, you may only type
    matchwait

    blood2:
    counter subtract
    save %c
    counter subtract
    checkblood2:
    put con
    match okay Health Points Left: %s
    match okay Health Points Left: %c
    match blood3 Health Points left:
    match checkblood2 Sorry, you may only type
    matchwait

    blood3:
    counter subtract
    save %c
    counter subtract
    checkblood3:
    put con
    match okay Health Points Left: %s
    match okay Health Points Left: %c
    match blood4 Health Points left:
    match checkblood3 Sorry, you may only type
    matchwait

    blood4:
    counter subtract
    save %c
    counter subtract
    checkblood4:
    put con
    match okay Health Points Left: %s
    match okay Health Points Left: %c
    match blood5 Health Points left:
    match checkblood4 Sorry, you may only type
    matchwait

    blood5:
    counter subtract
    save %c
    counter subtract
    checkblood5:
    put con
    match okay Health Points Left: %s
    match okay Health Points Left: %c
    match restore Health Points left:
    match checkblood5 Sorry, you may only type
    matchwait

    restorewait:
    pause 2
    restore:
    put prep 1101
    match restorecure Your spell is ready.
    match restorewait sec
    match restorerel You must RELEASE
    restorecure:
    put cure
    pause 3
    goto blood1
    restorerel:
    put release
    goto restore

    fullblood:
    put tran %2
    match restoredone You take all
    match restore You take some
    match exit Transfer from whom?
    match exit Nothing happens.
    matchwait

    okay:
    put tran %2
    match restoredone You take all
    match restore You take some
    match restoredone Transfer from whom?
    match restoredone Nothing happens.
    matchwait

    restoredonewait:
    pause 2
    restoredone:
    put prep 1101
    match restoredonecure Your spell is ready.
    match restoredonewait sec
    match restoredonerel You must RELEASE
    matchwait
    restoredonecure:
    put cure
    put con
    match exit Health Points Left: %1
    match restoredonewait Health Points Left:
    matchwait
    restoredonerel:
    put release
    goto restoredone

    exit:
    exit
    Last edited by MotleyCrew; 12-16-2017 at 02:47 PM.
    Freedom... is the ability to challenge yourself far beyond the constraints of traditional rule and order. We draw strength from our passions... we're driven by desire... even hatred can be a worthy ally when used against an enemy... and yet, we are told to turn our backs on these things... the very feelings, emotions... that make us all... human.

  7. Default Give this a try...

    Give this a try. Only changed the MATCH for transferring wounds. I'm not an empath so let me know if anything goes wonky (like if it doesn't work for certain wounds):

    goto appraise
    appraise2:
    wait
    appraise:
    put appraise %2
    match head severe head
    match head lacerations about the head
    match right.eye a blinded right eye
    match left.eye a blinded left eye
    match right.eye a swollen right eye
    match left.eye a swollen left eye
    match neck bleeding from the neck
    match neck moderate bleeding
    match chest chest
    match abdomen abdominal
    match nerve case
    match back back
    match left.hand left hand
    match right.arm right arm
    match left.arm left arm
    match right.hand right hand
    match right.leg right leg
    match left.leg left leg
    match right.eye right eye
    match left.eye left eye
    match head the head
    match neck neck
    match blood1 a quick
    match exit what
    match transfer ...wait
    matchwait

    left.eye:
    save left.eye
    counter set 1105
    goto transfer

    right.eye:
    save right.eye
    counter set 1105
    goto transfer

    chest:
    save chest
    counter set 1105
    goto transfer

    abdomen:
    save abdomen
    counter set 1105
    goto transfer

    back:
    save back
    counter set 1105
    goto transfer

    head:
    save head
    counter set 1104
    goto transfer

    neck:
    save neck
    counter set 1104
    goto transfer

    nerve:
    save nerve
    counter set 1103
    goto transfer

    left.leg:
    save left.leg
    counter set 1102
    goto transfer

    right.leg:
    save right.leg
    counter set 1102
    goto transfer

    left.arm:
    save left.arm
    counter set 1102
    goto transfer

    right.arm:
    save right.arm
    counter set 1102
    goto transfer

    left.hand:
    save left.hand
    counter set 1102
    goto transfer

    right.hand:
    save right.hand
    counter set 1102
    goto transfer

    transfer:
    put tran %2 %s
    match transfer As you probe the wound,
    match heal You must heal your
    match exit Transfer from whom?
    match appraise2 forming on you
    match demeanor doesn't look like
    match appraise Nothing happens.
    match transfer ...wait
    matchwait

    healwait:
    pause 2
    heal:
    put prep %c
    match healcure Your spell is ready.
    match healwait sec
    match healrelease You must RELEASE
    matchwait
    healcure:
    put cure %s
    goto %s
    healrelease:
    put release
    goto heal

    demeanor:
    put whisper %2 You'll have to change your demeanor to neutral or higher if you want to be healed.
    pause 10
    goto %s

    blood1:
    counter set %1
    counter subtract
    save %c
    counter subtract
    checkblood1:
    put con
    match fullblood Health Points Left: %1
    match okay Health Points Left: %s
    match okay Health Points Left: %c
    match blood2 Health Points left:
    match checkblood1 Sorry, you may only type
    matchwait

    blood2:
    counter subtract
    save %c
    counter subtract
    checkblood2:
    put con
    match okay Health Points Left: %s
    match okay Health Points Left: %c
    match blood3 Health Points left:
    match checkblood2 Sorry, you may only type
    matchwait

    blood3:
    counter subtract
    save %c
    counter subtract
    checkblood3:
    put con
    match okay Health Points Left: %s
    match okay Health Points Left: %c
    match blood4 Health Points left:
    match checkblood3 Sorry, you may only type
    matchwait

    blood4:
    counter subtract
    save %c
    counter subtract
    checkblood4:
    put con
    match okay Health Points Left: %s
    match okay Health Points Left: %c
    match blood5 Health Points left:
    match checkblood4 Sorry, you may only type
    matchwait

    blood5:
    counter subtract
    save %c
    counter subtract
    checkblood5:
    put con
    match okay Health Points Left: %s
    match okay Health Points Left: %c
    match restore Health Points left:
    match checkblood5 Sorry, you may only type
    matchwait

    restorewait:
    pause 2
    restore:
    put prep 1101
    match restorecure Your spell is ready.
    match restorewait sec
    match restorerel You must RELEASE
    restorecure:
    put cure
    pause 3
    goto blood1
    restorerel:
    put release
    goto restore

    fullblood:
    put tran %2
    match restoredone You take all
    match restore You take some
    match exit Transfer from whom?
    match exit Nothing happens.
    matchwait

    okay:
    put tran %2
    match restoredone You take all
    match restore You take some
    match restoredone Transfer from whom?
    match restoredone Nothing happens.
    matchwait

    restoredonewait:
    pause 2
    restoredone:
    put prep 1101
    match restoredonecure Your spell is ready.
    match restoredonewait sec
    match restoredonerel You must RELEASE
    matchwait
    restoredonecure:
    put cure
    put con
    match exit Health Points Left: %1
    match restoredonewait Health Points Left:
    matchwait
    restoredonerel:
    put release
    goto restoredone

    exit:
    exit
    Xealot says, "Oh im gonna cut your leg off."
    Revon deeply says, "Do it."
    Revon nods to Xealot.
    Xealot says, "I will."
    Xealot says, "I am, dont doubt me."

    Xealot swings a deadly black glaes greatsword at Revely!
    Left hip pulped, severing the leg.
    Revely screams and falls to the ground grasping her mangled left leg!
    * Revely just bit the dust!

    Xealot says, "Holy crap."
    Xealot stands up.
    Lord Xealot just went north.

  8. #28

    Default

    We figured it out but, I will try this some time and let you know. Thank you!
    Freedom... is the ability to challenge yourself far beyond the constraints of traditional rule and order. We draw strength from our passions... we're driven by desire... even hatred can be a worthy ally when used against an enemy... and yet, we are told to turn our backs on these things... the very feelings, emotions... that make us all... human.

Similar Threads

  1. bigshot scripts not working?
    By LeftBench in forum The Lich Project
    Replies: 0
    Last Post: 02-04-2017, 08:38 PM
  2. Replies: 24
    Last Post: 02-18-2006, 05:57 PM
  3. Automated healing scripts?
    By kranfer in forum Scripting Discussion
    Replies: 13
    Last Post: 05-13-2005, 07:38 PM
  4. Replies: 1
    Last Post: 12-05-2003, 06:37 PM
  5. Healing Scripts and the like
    By Chyrain in forum Mechanics Complaints
    Replies: 16
    Last Post: 07-30-2003, 08:06 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
  •