Kagain and a small bug with scripts
#1 -Mythlacar-
Posted 22 August 2012 - 01:22 PM
Also, the script attack doesn't work, they'll just sit there if they see enemies, not a big problem, but annoying none-the-less.
#2
Posted 22 August 2012 - 01:28 PM
Deactivated account. The user today is known as The Imp.
#3 -Guest-
Posted 22 August 2012 - 01:30 PM
And thank you very much btw
#4
Posted 22 August 2012 - 01:34 PM
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#5 -Guest-
Posted 22 August 2012 - 01:34 PM
#6 -Guest-
Posted 22 August 2012 - 01:35 PM
#7
Posted 22 August 2012 - 01:35 PM
you should liquor multiplying great deal supplment your to office apparel predicated copy may possibly be an go through check out this behave as more busy den has an interest in pc
#8
Posted 28 August 2012 - 06:35 PM
Latest g3fixpack+bgt+g3tweakpack+roguerebalance(fencing only) installed.
#9
Posted 29 August 2012 - 12:23 AM
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#10
Posted 29 August 2012 - 05:53 AM
Party AI is on?
Are you implying I'm retarded?
#11
Posted 29 August 2012 - 06:09 AM
Party AI is on?
Are you implying I'm retarded?
No ? Sometimes the things we miss are the stupidly obvious ones.
#12
Posted 29 August 2012 - 06:38 AM
Party AI is on?
Are you implying I'm retarded?
No ? Sometimes the things we miss are the stupidly obvious ones.
I guess it includes my previous post where I said that other scripts (besides these two) work fine. But I agree.
#13
Posted 30 August 2012 - 02:26 AM
IF AttackedBy([ANYONE],DEFAULT) THEN RESPONSE #100 AttackReevaluate(LastAttackerOf(Myself),30) END IF See(NearestEnemyOf(Myself)) THEN RESPONSE #100 AttackReevaluate(NearestEnemyOf(Myself),30) END
This is the standard attack script. It is not exactly very exciting. However, unless your AGEN.BS has been overwritten or non-existent because another mod changed it, all you should see is your char going to attack enemies that they see.
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#14
Posted 30 August 2012 - 07:28 AM
_b
#15 -Shin-
Posted 22 September 2012 - 01:31 PM
IF
AttackedBy([ANYONE],DEFAULT)
ActionListEmpty()
THEN
RESPONSE #100
AttackReevaluate(LastAttackerOf(Myself),30)
END
IF
See(NearestEnemyOf(Myself))
ActionListEmpty()
THEN
RESPONSE #100
AttackReevaluate(NearestEnemyOf(Myself),30)
END
Could it be the ActionListEmpty() lines that cause problems? At any rate, it will lead to characters using this script becoming completely inactive.
#16
Posted 22 September 2012 - 04:29 PM
If you make the character do anything at all (even moving around), the script blocks won't fire.
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)
#17
Posted 04 December 2012 - 06:59 AM
#18
Posted 07 December 2012 - 03:11 PM
--------------
Retired Modder
Note: I do not respond to profile comments/personal messages in regards to troubleshooting my modifications. Please post on the public forums instead.
Baldur's Gate Trilogy-WeiDU and Mods
Throne of Bhaal Extender (TobEx)
Contributions: (NWN2) A Deathstalker (voice acting) - (IWD2) IWD2 NPC Project (soundset editing) - (Misc) SHS PC Soundsets (voice acting)
Legacy: (BG/Tutu/BGT) Beregost Crash Fixer 1.9 (18 Jul 10) - (BG2) Enable conversations with charmed/dominated creatures (18 Jul 10) - (BG2) Experience Corrections (18 Jul 10) - (Misc) Platform Conversion Utility RC2 (13 Feb 10)