Salk

Members
  • Content Count

    1,288
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Salk

  1. Hello! I have not tested yet but I did recompile the game's persuasion scripts (k_con_perseasy, k_con_persmed and k_con_pershigh). It should be all, correct?
  2. One more thing I realize now is that my code wouldn't work when there are only two party members (unlikely to happen but surely possible). I'll have to remedy that.
  3. DURATION_TYPE_TEMPORARY sounds ideal but I have never seen it used anywhere. But other than duration type, would you say things should work? I am unsure about the effect being applied on the player controlled party member and that's my main concern.
  4. Alright. Thanks for the advice! Do you see a problem with my revised k_hen_damage01 script, @DarthParametric? The goal is to have Mission gain some bonus once the other two party members are down and remove the bonus once combat is over (feat.2da and globalcat.2da have been modified accordingly, of course). void FeatStreetwise() { if (GetHasFeat(129, OBJECT_SELF)) { if (GetPartyMemberByIndex(1) != OBJECT_INVALID && GetPartyMemberByIndex(2) != OBJECT_INVALID) { object oFirstPM; object oSecondPM; if (GetPartyMemberByIndex(0) == OBJECT_SELF) { oFirstPM = GetPartyMemberByIndex(1); oSecondPM = GetPartyMemberByIndex(2); } else if (GetPartyMemberByIndex(1) == OBJECT_SELF) { oFirstPM = GetPartyMemberByIndex(0); oSecondPM = GetPartyMemberByIndex(2); } else if (GetPartyMemberByIndex(2) == OBJECT_SELF) { oFirstPM = GetPartyMemberByIndex(0); oSecondPM = GetPartyMemberByIndex(1); } if ((GetCurrentHitPoints(oFirstPM) < 1) && (GetCurrentHitPoints(oSecondPM) < 1) && (!GetGlobalBoolean("STREETWISE"))) { SetGlobalBoolean("STREETWISE", TRUE); effect eACUp = EffectACIncrease(1, AC_DODGE_BONUS, AC_VS_DAMAGE_TYPE_ALL); effect eSTUp = EffectSavingThrowIncrease(SAVING_THROW_ALL, 1, SAVING_THROW_TYPE_ALL); ApplyEffectToObject(DURATION_TYPE_INSTANT, eACUp, OBJECT_SELF); ApplyEffectToObject(DURATION_TYPE_INSTANT, eSTUp, OBJECT_SELF); } } } } void main() { object oMission = GetObjectByTag("Mission"); if (IsNPCPartyMember(NPC_MISSION)) { if ((GetGlobalBoolean("STREETWISE")) && (!GetIsInCombat(oMission))) { SetGlobalBoolean("STREETWISE", FALSE); AssignCommand(oMission, ClearAllEffects()); } if ((!GetGlobalBoolean("STREETWISE")) && (GetIsInCombat(oMission)) && (GetCurrentHitPoints(oMission) > 0)) { AssignCommand(oMission, FeatStreetwise()); } } ExecuteScript("k_ai_master", OBJECT_SELF, KOTOR_HENCH_EVENT_ON_DAMAGE); }
  5. Hello! Does anyone know whether the OnDeath() script triggers for party members that are incapacitated during combat or if they do need to be "properly" killed?
  6. Thanks to Sdub's help I have a new icon for T3-M4's unique feat which now includes the droid's capability of functioning as a portable workbench. I have also modified the k_inc_utility script to allow for Carth's new unique feat. Due to his status as decorated soldier of the Republic his presence in the party grants a +1 bonus to Persuasion checks made by the Player. I would have loved to give Mission TSL's Stealth Run feat but it is unfortunately not doable so I will have to think of something different for her.
  7. I take your work very seriously, Amano Jyaku. And since I'm old enough l can tell you for personal experience that many a argument on a Forum or a chat would hardly ever take place between smart people talking face to face. I've not the slightest doubt both you and DrMcCoy are both smart and competent. It's been an awful period for the world (still is) and you're dealing with your own real life issues. Hard sometimes to keep tempers and words in check but I appeal to your intelligence, hoping we can all dismiss the latest exchange as unworthy of you both. Keep up the excellent job done on either side when you can. We'll be here waiting and thankful for future and past contributions! Cheers!
  8. Just chiming in to say I'm sorry to see two valuable contributors arguing over something that should be a common interest and passion. I barely understand a fraction of the whole problem but l know both of you put lots of effort and time into your work and it seems to me that the great divide is mostly a formality but again... I might have misunderstood it all.
  9. Oh okay, thanks. Then one other possibility was to add the lights around the perimeter where it was missing.
  10. Excellent! I don't remember at the moment but l guess other hangars don't need the forcefield?
  11. Movement speed can be changed via script though. I will have to try and check if I can speed up Mission when in stealth mode. But I guess it won't work.
  12. Oh I understand what you mean now. I'll have to take a two weeks hiatus from any modding activity but I will make sure to explore this possibility once I am back. Cheers!
  13. DeathScepter, would you care to elaborate? What do you mean with armbands and hides being able to help me with my ideas? I'm not sure l understand. Thanks.
  14. Hello! Does anyone know if it is possible to import a K2 feat into K1? I'd like to have Mission have Stealth Run as unique feat for herself.
  15. For Mission I would like to use K2's Stealth Run feat and I am wondering if it is possible to "import" it into K1. Does anyone know if it is feasible? I guess I should ask in the appropriate section...
  16. Hello again, Sdub! I have made a few text modification to your nice unique feat list and I started adding a small bonus to Jolee. Now the Hermit feat is so described: Unique Ability: Jolee Jolee has survived in the harsh Kashyyyk wilds for quite some time. With that experience he has learned to make efficient use of any medpack (+10% bonus). I used TamerBill's Content Pack: Feats and Powers (K1 ver) 1.67 as reference. If I can come with some decent ideas, I would like for Carth's and Mission's unique feats to grant some small bonus as well. Cheers!
  17. Hello! I have a minor suggestion. The other party members unique feats are introduced as "Prerequisites:" (Zaalbar, T3-M4 and Juhani) or "Unique Ability:" (Bastila). The ones you added have instead "Restricted to:". Perhaps we coud, for consistency's sake, adapt the text to the original so that Mission, Jolee, Carth and Canderous would have "Unique Ability: " while HK-47 woud have "Prerequisites:". It would also be nice if it was possible to give a very small bonus of some kind for those party members whose new unique feats do not translate into any kind of benefit (Mission, Jolee, Carth) but I don't know if that is possible. Cheers! PS: There is a typo in Mission's feat description. PS2: One interesting thing to mention is that K1's dialog tlk file includes a few strings where unique feats were planned for 2 party members (Bastila and Jolee) that either ended up with none or with a different one: BODY FUEL Unique Ability: Bastila Body Fuel is an activated ability that lasts for 30 seconds. During this time Bastila regenerates all of her Force points every round (3 seconds). However, whenever she uses a Force Power, she takes Vitality damage equal to the Force Point cost of the power. PSYCHIC STATIC Unique Ability: Jolee Psychic Static is an activated ability. It lasts for 6 seconds per level. For its duration, all enemies in the area of effect (8-meter radius around Jolee) come under a confusion effect. There is a 20% chance that the creature acts normally, a 40% chance that the creature attacks its nearest ally and a 40% chance that the creature does nothing.
  18. Interesting, JC! Does this mean that a K1 item protecting against any of the physical damage types (bludgeoning, piercing, slashing) would protect against universal?
  19. Hello! Thanks for the report about damage types. A question: does protection against damage type Universal mean you are protected only against weapons that do Universal damage (disruptors)? EDIT: Taking a quick look at K1's baseitems.2da's damageflags column, I noticed that the Universal damage number there is 7, rather than 8, and that many items do not have a damage type at all. The only used values are 1, 2, 4, 7 (?), 1024, 2048, 4096.
  20. SH, Perhaps ScrierOne could offer your Dark Hope compatible version as part of his modification, if you are all okay with it? It's nice to have the option to choose.
  21. I like it. I wonder if there are Czerka droids in K1 as well.
  22. The error happened when I tried to download the archive from Deadlystream. I have just learned that it is my AntiVirus (Avast) that caused this error. I could download the latest version after temporarily disabling it but it is still weird because I can download other files from Deadlystream without problems.
  23. Hi, Cortisol! If I am not mistaken, you have already released version 2.0.2 in mid April and the latest update has the same version number. Also, I get a "Failed - Network error" "The site can't be reached" message when I try to download the latest version. Cheers!